SourceSelectionCriteriaArgs

data class SourceSelectionCriteriaArgs(val replicaModifications: Output<ReplicaModificationsArgs>? = null, val sseKmsEncryptedObjects: Output<SseKmsEncryptedObjectsArgs>? = null) : ConvertibleToJava<SourceSelectionCriteriaArgs>

Definition of SourceSelectionCriteria

Constructors

Link copied to clipboard
constructor(replicaModifications: Output<ReplicaModificationsArgs>? = null, sseKmsEncryptedObjects: Output<SseKmsEncryptedObjectsArgs>? = null)

Properties

Link copied to clipboard

A filter that you can specify for selection for modifications on replicas. 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. A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Functions

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