Struct rusoto_s3::SourceSelectionCriteria [−][src]
pub struct SourceSelectionCriteria {
pub replica_modifications: Option<ReplicaModifications>,
pub sse_kms_encrypted_objects: Option<SseKmsEncryptedObjects>,
}Expand description
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).
Fields
replica_modifications: Option<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 to Enabled to replicate modifications on replicas.
If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed
sse_kms_encrypted_objects: Option<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.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SourceSelectionCriteria
impl Send for SourceSelectionCriteria
impl Sync for SourceSelectionCriteria
impl Unpin for SourceSelectionCriteria
impl UnwindSafe for SourceSelectionCriteria
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more