You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::S3Config
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::S3Config
- Defined in:
- (unknown)
Overview
Note:
When passing S3Config as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket_name: "BucketName", # required
bucket_prefix: "Prefix", # required
encryption_config: {
encryption_type: "KMS", # required, accepts KMS
key_id: "KeyId", # required
},
}
Information about the S3 storage type.
Returned by:
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The S3 bucket name.
-
#bucket_prefix ⇒ String
The S3 bucket prefix.
-
#encryption_config ⇒ Types::EncryptionConfig
The S3 encryption configuration.
Instance Attribute Details
#bucket_name ⇒ String
The S3 bucket name.
#bucket_prefix ⇒ String
The S3 bucket prefix.
#encryption_config ⇒ Types::EncryptionConfig
The S3 encryption configuration.