/AWS1/CL_S3_SRCSELECTIONCRIT¶
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 managed key stored in Amazon Web Services Key Management Service (SSE-KMS).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_ssekmsencryptedobjects TYPE REF TO /AWS1/CL_S3_SSEKMSENCOBJECTS /AWS1/CL_S3_SSEKMSENCOBJECTS¶
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS. If you include
SourceSelectionCriteriain the replication configuration, this element is required.
io_replicamodifications TYPE REF TO /AWS1/CL_S3_REPLICAMODS /AWS1/CL_S3_REPLICAMODS¶
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
Filteris specified), you can specify this element and set the status toEnabledto replicate modifications on replicas.If you don't specify the
Filterelement, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed
Queryable Attributes¶
SseKmsEncryptedObjects¶
A container for filter information for the selection of Amazon S3 objects encrypted with Amazon Web Services KMS. If you include
SourceSelectionCriteriain the replication configuration, this element is required.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSEKMSENCRYPTEDOBJECTS() |
Getter for SSEKMSENCRYPTEDOBJECTS |
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
Filteris specified), you can specify this element and set the status toEnabledto replicate modifications on replicas.If you don't specify the
Filterelement, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICAMODIFICATIONS() |
Getter for REPLICAMODIFICATIONS |