Class: Aws::Athena::Types::ManagedLoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ManagedLoggingConfiguration
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Configuration settings for delivering logs to Amazon S3 buckets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables mamanged log persistence.
-
#kms_key ⇒ String
The KMS key ARN to encrypt the logs stored in managed log persistence.
Instance Attribute Details
#enabled ⇒ Boolean
Enables mamanged log persistence.
3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3175 class ManagedLoggingConfiguration < Struct.new( :enabled, :kms_key) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
The KMS key ARN to encrypt the logs stored in managed log persistence.
3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3175 class ManagedLoggingConfiguration < Struct.new( :enabled, :kms_key) SENSITIVE = [] include Aws::Structure end |