Class: Aws::TimestreamWrite::Types::S3Configuration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket_nameString

The bucket name of the customer S3 bucket.

Returns:

  • (String)


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_optionString

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.

Returns:

  • (String)


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_idString

The KMS key ID for the customer S3 location when encrypting with an Amazon Web Services managed key.

Returns:

  • (String)


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_prefixString

The object key preview for the customer S3 location.

Returns:

  • (String)


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