/AWS1/CL_S3CREGIONALBUCKET¶
The container for the regional bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/S3CBUCKETNAME /AWS1/S3CBUCKETNAME¶
iv_publicaccessblockenabled TYPE /AWS1/S3CPUBLICACCBLOCKENABLED /AWS1/S3CPUBLICACCBLOCKENABLED¶
iv_creationdate TYPE /AWS1/S3CCREATIONDATE /AWS1/S3CCREATIONDATE¶
The creation date of the regional bucket
Optional arguments:¶
iv_bucketarn TYPE /AWS1/S3CS3REGIONALBUCKETARN /AWS1/S3CS3REGIONALBUCKETARN¶
The Amazon Resource Name (ARN) for the regional bucket.
iv_outpostid TYPE /AWS1/S3CNONEMPTYMAXLENGTH6400 /AWS1/S3CNONEMPTYMAXLENGTH6400¶
The Outposts ID of the regional bucket.
Queryable Attributes¶
Bucket¶
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 |
BucketArn¶
The Amazon Resource Name (ARN) for the regional bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETARN() |
Getter for BUCKETARN, with configurable default |
ASK_BUCKETARN() |
Getter for BUCKETARN w/ exceptions if field has no value |
HAS_BUCKETARN() |
Determine if BUCKETARN has a value |
PublicAccessBlockEnabled¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICACCESSBLOCKENABLED() |
Getter for PUBLICACCESSBLOCKENABLED |
CreationDate¶
The creation date of the regional bucket
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
OutpostId¶
The Outposts ID of the regional bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPOSTID() |
Getter for OUTPOSTID, with configurable default |
ASK_OUTPOSTID() |
Getter for OUTPOSTID w/ exceptions if field has no value |
HAS_OUTPOSTID() |
Determine if OUTPOSTID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REGIONALBUCKETLIST¶
TYPES TT_REGIONALBUCKETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3CREGIONALBUCKET WITH DEFAULT KEY
.