class Aws::Connect::Types::S3Config
Information about the Amazon Simple Storage Service (Amazon S3) storage type.
@note When making an API call, you may pass S3Config
data as a hash: { bucket_name: "BucketName", # required bucket_prefix: "Prefix", # required encryption_config: { encryption_type: "KMS", # required, accepts KMS key_id: "KeyId", # required }, }
@!attribute [rw] bucket_name
The S3 bucket name. @return [String]
@!attribute [rw] bucket_prefix
The S3 bucket prefix. @return [String]
@!attribute [rw] encryption_config
The Amazon S3 encryption configuration. @return [Types::EncryptionConfig]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/S3Config AWS API Documentation
Constants
- SENSITIVE