aws-cdk-lib.aws_s3.CfnBucket.SourceSelectionCriteriaProperty

interface SourceSelectionCriteriaProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.SourceSelectionCriteriaProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_SourceSelectionCriteriaProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.SourceSelectionCriteriaProperty
Pythonaws_cdk.aws_s3.CfnBucket.SourceSelectionCriteriaProperty
TypeScript 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

NameTypeDescription
replicaModifications?IResolvable | ReplicaModificationsPropertyA filter that you can specify for selection for modifications on replicas.
sseKmsEncryptedObjects?IResolvable | SseKmsEncryptedObjectsPropertyA container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.

replicaModifications?

Type: IResolvable | ReplicaModificationsProperty (optional)

A filter that you can specify for selection for modifications on replicas.


sseKmsEncryptedObjects?

Type: IResolvable | SseKmsEncryptedObjectsProperty (optional)

A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.