class Aws::S3::Types::ReplicaModifications

A filter that you can specify for selection 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.

<note markdown=“1”> 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.

</note>

@note When making an API call, you may pass ReplicaModifications

data as a hash:

    {
      status: "Enabled", # required, accepts Enabled, Disabled
    }

@!attribute [rw] status

Specifies whether Amazon S3 replicates modifications on replicas.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ReplicaModifications AWS API Documentation

Constants

SENSITIVE