Class: Aws::Athena::Types::S3LoggingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Configuration settings for delivering logs to Amazon S3 buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables S3 log delivery.



4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-athena/types.rb', line 4300

class S3LoggingConfiguration < Struct.new(
  :enabled,
  :kms_key,
  :log_location)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.



4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-athena/types.rb', line 4300

class S3LoggingConfiguration < Struct.new(
  :enabled,
  :kms_key,
  :log_location)
  SENSITIVE = []
  include Aws::Structure
end

#log_locationString

The Amazon S3 destination URI for log publishing.



4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-athena/types.rb', line 4300

class S3LoggingConfiguration < Struct.new(
  :enabled,
  :kms_key,
  :log_location)
  SENSITIVE = []
  include Aws::Structure
end