SourceSelectionCriteria class
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. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service (SSE-KMS).
Constructors
- SourceSelectionCriteria({ReplicaModifications? replicaModifications, SseKmsEncryptedObjects? sseKmsEncryptedObjects})
- SourceSelectionCriteria.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- replicaModifications → ReplicaModifications?
-
A filter that you can specify for selections for modifications on replicas.
Amazon S3 doesn't replicate replica modifications by default. In the latest
version of replication configuration (when
Filter
is specified), you can specify this element and set the status toEnabled
to replicate modifications on replicas.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sseKmsEncryptedObjects → SseKmsEncryptedObjects?
-
A container for filter information for the selection of Amazon S3 objects
encrypted with AWS KMS. If you include
SourceSelectionCriteria
in the replication configuration, this element is required.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited