Bucket Source Selection Criteria Args
data class BucketSourceSelectionCriteriaArgs(val replicaModifications: Output<BucketReplicaModificationsArgs>? = null, val sseKmsEncryptedObjects: Output<BucketSseKmsEncryptedObjectsArgs>? = null) : ConvertibleToJava<BucketSourceSelectionCriteriaArgs>
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.
Constructors
Link copied to clipboard
constructor(replicaModifications: Output<BucketReplicaModificationsArgs>? = null, sseKmsEncryptedObjects: Output<BucketSseKmsEncryptedObjectsArgs>? = null)