Skip to content

/AWS1/CL_S3CDESTINATION

Specifies information about the replication destination bucket and its settings for an S3 on Outposts replication configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_bucket TYPE /AWS1/S3CBUCKETIDSTRING /AWS1/S3CBUCKETIDSTRING

The Amazon Resource Name (ARN) of the access point for the destination bucket where you want S3 on Outposts to store the replication results.

Optional arguments:

iv_account TYPE /AWS1/S3CACCOUNTID /AWS1/S3CACCOUNTID

The destination bucket owner's account ID.

io_replicationtime TYPE REF TO /AWS1/CL_S3CREPLICATIONTIME /AWS1/CL_S3CREPLICATIONTIME

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.

This is not supported by Amazon S3 on Outposts buckets.

io_accesscontroltranslation TYPE REF TO /AWS1/CL_S3CACCESSCTLXLATION /AWS1/CL_S3CACCESSCTLXLATION

Specify this property only in a cross-account scenario (where the source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket. If this property is not specified in the replication configuration, the replicas are owned by same Amazon Web Services account that owns the source object.

This is not supported by Amazon S3 on Outposts buckets.

io_encryptionconfiguration TYPE REF TO /AWS1/CL_S3CENCRYPTIONCONF /AWS1/CL_S3CENCRYPTIONCONF

A container that provides information about encryption. If SourceSelectionCriteria is specified, you must specify this element.

This is not supported by Amazon S3 on Outposts buckets.

io_metrics TYPE REF TO /AWS1/CL_S3CMETRICS /AWS1/CL_S3CMETRICS

A container that specifies replication metrics-related settings.

iv_storageclass TYPE /AWS1/S3CREPLSTORAGECLASS /AWS1/S3CREPLSTORAGECLASS

The storage class to use when replicating objects. All objects stored on S3 on Outposts are stored in the OUTPOSTS storage class. S3 on Outposts uses the OUTPOSTS storage class to create the object replicas.

Values other than OUTPOSTS aren't supported by Amazon S3 on Outposts.


Queryable Attributes

Account

The destination bucket owner's account ID.

Accessible with the following methods

Method Description
GET_ACCOUNT() Getter for ACCOUNT, with configurable default
ASK_ACCOUNT() Getter for ACCOUNT w/ exceptions if field has no value
HAS_ACCOUNT() Determine if ACCOUNT has a value

Bucket

The Amazon Resource Name (ARN) of the access point for the destination bucket where you want S3 on Outposts to store the replication results.

Accessible with the following methods

Method Description
GET_BUCKET() Getter for BUCKET, with configurable default
ASK_BUCKET() Getter for BUCKET w/ exceptions if field has no value
HAS_BUCKET() Determine if BUCKET has a value

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.

This is not supported by Amazon S3 on Outposts buckets.

Accessible with the following methods

Method Description
GET_REPLICATIONTIME() Getter for REPLICATIONTIME

AccessControlTranslation

Specify this property only in a cross-account scenario (where the source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket. If this property is not specified in the replication configuration, the replicas are owned by same Amazon Web Services account that owns the source object.

This is not supported by Amazon S3 on Outposts buckets.

Accessible with the following methods

Method Description
GET_ACCESSCONTROLTRANSLATION() Getter for ACCESSCONTROLTRANSLATION

EncryptionConfiguration

A container that provides information about encryption. If SourceSelectionCriteria is specified, you must specify this element.

This is not supported by Amazon S3 on Outposts buckets.

Accessible with the following methods

Method Description
GET_ENCRYPTIONCONFIGURATION() Getter for ENCRYPTIONCONFIGURATION

Metrics

A container that specifies replication metrics-related settings.

Accessible with the following methods

Method Description
GET_METRICS() Getter for METRICS

StorageClass

The storage class to use when replicating objects. All objects stored on S3 on Outposts are stored in the OUTPOSTS storage class. S3 on Outposts uses the OUTPOSTS storage class to create the object replicas.

Values other than OUTPOSTS aren't supported by Amazon S3 on Outposts.

Accessible with the following methods

Method Description
GET_STORAGECLASS() Getter for STORAGECLASS, with configurable default
ASK_STORAGECLASS() Getter for STORAGECLASS w/ exceptions if field has no value
HAS_STORAGECLASS() Determine if STORAGECLASS has a value