interface SseKmsEncryptedObjectsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3#CfnBucketPropsMixin_SseKmsEncryptedObjectsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3 » 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 { aws_s3 as s3 } from '@aws-cdk/cfn-property-mixins';
const sseKmsEncryptedObjectsProperty: s3.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