MetadataTableEncryptionConfiguration
The encryption settings for an S3 Metadata journal table or inventory table configuration.
Types
Properties
Link copied to clipboard
If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
Link copied to clipboard
The encryption type specified for a metadata table. To specify server-side encryption with Key Management Service (KMS) keys (SSE-KMS), use the aws:kms
value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the AES256
value.
Functions
Link copied to clipboard
inline fun copy(block: MetadataTableEncryptionConfiguration.Builder.() -> Unit = {}): MetadataTableEncryptionConfiguration