BucketEncryption

data class BucketEncryption(val serverSideEncryptionConfiguration: List<BucketServerSideEncryptionRule>)

Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3), AWS KMS-managed keys (SSE-KMS), or dual-layer server-side encryption with KMS-managed keys (DSSE-KMS). For information about the Amazon S3 default encryption feature, see Amazon S3 Default Encryption for S3 Buckets in the Amazon S3 User Guide.

Constructors

Link copied to clipboard
constructor(serverSideEncryptionConfiguration: List<BucketServerSideEncryptionRule>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the default server-side-encryption configuration.