Class: Aws::Athena::Types::S3LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::S3LoggingConfiguration
- 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 S3 log delivery.
-
#kms_key ⇒ String
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
-
#log_location ⇒ String
The Amazon S3 destination URI for log publishing.
Instance Attribute Details
#enabled ⇒ Boolean
Enables S3 log delivery.
4292 4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4292 class S3LoggingConfiguration < Struct.new( :enabled, :kms_key, :log_location) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
4292 4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4292 class S3LoggingConfiguration < Struct.new( :enabled, :kms_key, :log_location) SENSITIVE = [] include Aws::Structure end |
#log_location ⇒ String
The Amazon S3 destination URI for log publishing.
4292 4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4292 class S3LoggingConfiguration < Struct.new( :enabled, :kms_key, :log_location) SENSITIVE = [] include Aws::Structure end |