Class DeleteMarkerReplication

java.lang.Object
software.amazon.awssdk.services.s3control.model.DeleteMarkerReplication
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DeleteMarkerReplication.Builder,DeleteMarkerReplication>

@Generated("software.amazon.awssdk:codegen") public final class DeleteMarkerReplication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteMarkerReplication.Builder,DeleteMarkerReplication>

Specifies whether S3 on Outposts replicates delete markers. If you specify a Filter element in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication element's Status child element must be set to Disabled, because S3 on Outposts does not support replicating delete markers for tag-based rules.

For more information about delete marker replication, see How delete operations affect replication in the Amazon S3 User Guide.

See Also: