interface SseKmsEncryptedObjectsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.S3.CfnBucket.SseKmsEncryptedObjectsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_SseKmsEncryptedObjectsProperty | 
  Java | software.amazon.awscdk.services.s3.CfnBucket.SseKmsEncryptedObjectsProperty | 
  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| status | string | Specifies 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.

 .NET
 Go
 Java
 Python
 TypeScript