Class: Aws::TimestreamWrite::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::S3Configuration
- Defined in:
- gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb
Overview
The configuration that specifies an S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucket name of the customer S3 bucket.
-
#encryption_option ⇒ String
The encryption option for the customer S3 location.
-
#kms_key_id ⇒ String
The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.
-
#object_key_prefix ⇒ String
The object key preview for the customer S3 location.
Instance Attribute Details
#bucket_name ⇒ String
The bucket name of the customer S3 bucket.
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1410 class S3Configuration < Struct.new( :bucket_name, :object_key_prefix, :encryption_option, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#encryption_option ⇒ String
The encryption option for the customer S3 location. Options are S3 server-side encryption with an S3 managed key or Amazon Web Services managed key.
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1410 class S3Configuration < Struct.new( :bucket_name, :object_key_prefix, :encryption_option, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1410 class S3Configuration < Struct.new( :bucket_name, :object_key_prefix, :encryption_option, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#object_key_prefix ⇒ String
The object key preview for the customer S3 location.
1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1410 class S3Configuration < Struct.new( :bucket_name, :object_key_prefix, :encryption_option, :kms_key_id) SENSITIVE = [] include Aws::Structure end |