interface SourceSelectionCriteriaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.CfnBucket.SourceSelectionCriteriaProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_SourceSelectionCriteriaProperty |
![]() | software.amazon.awscdk.services.s3.CfnBucket.SourceSelectionCriteriaProperty |
![]() | aws_cdk.aws_s3.CfnBucket.SourceSelectionCriteriaProperty |
![]() | aws-cdk-lib » aws_s3 » CfnBucket » SourceSelectionCriteriaProperty |
A container that describes additional filters for identifying the source objects that you want to replicate.
You can choose to enable or disable the replication of these objects.
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 sourceSelectionCriteriaProperty: s3.CfnBucket.SourceSelectionCriteriaProperty = {
replicaModifications: {
status: 'status',
},
sseKmsEncryptedObjects: {
status: 'status',
},
};
Properties
Name | Type | Description |
---|---|---|
replica | IResolvable | Replica | A filter that you can specify for selection for modifications on replicas. |
sse | IResolvable | Sse | A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. |
replicaModifications?
Type:
IResolvable
|
Replica
(optional)
A filter that you can specify for selection for modifications on replicas.
sseKmsEncryptedObjects?
Type:
IResolvable
|
Sse
(optional)
A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.