Bucket Replication Source Selection Criteria Args
data class BucketReplicationSourceSelectionCriteriaArgs(val sseKmsEncryptedObjects: Output<BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs>? = null) : ConvertibleToJava<BucketReplicationSourceSelectionCriteriaArgs>
Constructors
Link copied to clipboard
constructor(sseKmsEncryptedObjects: Output<BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs>? = null)
Properties
Link copied to clipboard
val sseKmsEncryptedObjects: Output<BucketReplicationSourceSelectionCriteriaSseKmsEncryptedObjectsArgs>? = null
Filter source objects encrypted by using SSE-KMS. See sse_kms_encrypted_objects
below.