/AWS1/CL_S3CCREMULTIREGIONAC01¶
A container for the information associated with a CreateMultiRegionAccessPoint request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/S3CMULTIREGIONACCPTNAME /AWS1/S3CMULTIREGIONACCPTNAME¶
The name of the Multi-Region Access Point associated with this request.
it_regions TYPE /AWS1/CL_S3CREGION=>TT_REGIONCREATIONLIST TT_REGIONCREATIONLIST¶
The buckets in different Regions that are associated with the Multi-Region Access Point.
Optional arguments:¶
io_publicaccessblock TYPE REF TO /AWS1/CL_S3CPUBLICACCBLOCKCONF /AWS1/CL_S3CPUBLICACCBLOCKCONF¶
The
PublicAccessBlockconfiguration that you want to apply to this Amazon S3 account. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.This data type is not supported for Amazon S3 on Outposts.
Queryable Attributes¶
Name¶
The name of the Multi-Region Access Point associated with this request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
PublicAccessBlock¶
The
PublicAccessBlockconfiguration that you want to apply to this Amazon S3 account. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.This data type is not supported for Amazon S3 on Outposts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICACCESSBLOCK() |
Getter for PUBLICACCESSBLOCK |
Regions¶
The buckets in different Regions that are associated with the Multi-Region Access Point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |