Method: Aws::S3Control::Types::Destination#replication_time
- Defined in:
- lib/aws-sdk-s3control/types.rb
#replication_time ⇒ Types::ReplicationTime
A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a ‘Metrics` block.
<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.
</note>
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'lib/aws-sdk-s3control/types.rb', line 2080 class Destination < Struct.new( :account, :bucket, :replication_time, :access_control_translation, :encryption_configuration, :metrics, :storage_class) SENSITIVE = [] include Aws::Structure end |