Skip to content

/AWS1/CL_S3CREPLICATIONCONF

A container for one or more replication rules. A replication configuration must have at least one rule and you can add up to 100 rules. The maximum size of a replication configuration is 128 KB.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_role TYPE /AWS1/S3CROLE /AWS1/S3CROLE

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that S3 on Outposts assumes when replicating objects. For information about S3 replication on Outposts configuration, see Setting up replication in the Amazon S3 User Guide.

it_rules TYPE /AWS1/CL_S3CREPLICATIONRULE=>TT_REPLICATIONRULES TT_REPLICATIONRULES

A container for one or more replication rules. A replication configuration must have at least one rule and can contain an array of 100 rules at the most.


Queryable Attributes

Role

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that S3 on Outposts assumes when replicating objects. For information about S3 replication on Outposts configuration, see Setting up replication in the Amazon S3 User Guide.

Accessible with the following methods

Method Description
GET_ROLE() Getter for ROLE, with configurable default
ASK_ROLE() Getter for ROLE w/ exceptions if field has no value
HAS_ROLE() Determine if ROLE has a value

Rules

A container for one or more replication rules. A replication configuration must have at least one rule and can contain an array of 100 rules at the most.

Accessible with the following methods

Method Description
GET_RULES() Getter for RULES, with configurable default
ASK_RULES() Getter for RULES w/ exceptions if field has no value
HAS_RULES() Determine if RULES has a value