Method: Aws::TimestreamWrite::Types::S3Configuration#bucket_name

Defined in:
lib/aws-sdk-timestreamwrite/types.rb

#bucket_nameString

The bucket name of the customer S3 bucket.



1408
1409
1410
1411
1412
1413
1414
1415
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1408

class S3Configuration < Struct.new(
  :bucket_name,
  :object_key_prefix,
  :encryption_option,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end