interface SseKmsEncryptedObjectsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.S3.Mixins.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awss3/mixins#CfnBucketPropsMixin_SseKmsEncryptedObjectsProperty |
Java | software.amazon.awscdk.mixins.preview.services.s3.mixins.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty |
Python | aws_cdk.mixins_preview.aws_s3.mixins.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_s3 » mixins » CfnBucketPropsMixin » 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 { mixins as s3_mixins } from '@aws-cdk/mixins-preview/aws-s3';
const sseKmsEncryptedObjectsProperty: s3_mixins.CfnBucketPropsMixin.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
(optional)
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