BucketSourceSelectionCriteriaArgs

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)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): BucketSourceSelectionCriteriaArgs