Class: Aws::S3Control::Types::DeleteMarkerReplication

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

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*.

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html#outposts-replication-what-is-replicated

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Indicates whether to replicate delete markers.

Returns:

  • (String)


1763
1764
1765
1766
1767
# File 'lib/aws-sdk-s3control/types.rb', line 1763

class DeleteMarkerReplication < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end