/AWS1/CL_S3_REPLICATIONCONF¶
A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_role
TYPE /AWS1/S3_ROLE
/AWS1/S3_ROLE
¶
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set Up Replication in the Amazon S3 User Guide.
it_rules
TYPE /AWS1/CL_S3_REPLICATIONRULE=>TT_REPLICATIONRULES
TT_REPLICATIONRULES
¶
A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
Queryable Attributes¶
Role¶
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see How to Set 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 a maximum of 1,000 rules.
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 |