interface SourceSelectionCriteriaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.CfnBucket.SourceSelectionCriteriaProperty |
![]() | software.amazon.awscdk.services.s3.CfnBucket.SourceSelectionCriteriaProperty |
![]() | aws_cdk.aws_s3.CfnBucket.SourceSelectionCriteriaProperty |
![]() | @aws-cdk/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 * as s3 from '@aws-cdk/aws-s3';
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.