aws-cdk-lib.aws_s3.CfnBucket.SseKmsEncryptedObjectsProperty

interface SseKmsEncryptedObjectsProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.SseKmsEncryptedObjectsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_SseKmsEncryptedObjectsProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.SseKmsEncryptedObjectsProperty
Pythonaws_cdk.aws_s3.CfnBucket.SseKmsEncryptedObjectsProperty
TypeScript aws-cdk-lib » aws_s3 » CfnBucket » SseKmsEncryptedObjectsProperty

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
const sseKmsEncryptedObjectsProperty: s3.CfnBucket.SseKmsEncryptedObjectsProperty = {
  status: 'status',
};

Properties

NameTypeDescription
statusstringSpecifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.

status

Type: string

Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.