/AWS1/CL_AMBCREBACKENDSTRGRE00¶
The resource configuration for creating backend storage.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_permissions TYPE REF TO /AWS1/CL_AMBBACKENDSTRGPERMS /AWS1/CL_AMBBACKENDSTRGPERMS¶
The authorization configuration for the storage S3 bucket.
iv_servicename TYPE /AWS1/AMBSERVICENAME /AWS1/AMBSERVICENAME¶
The name of the storage service.
Optional arguments:¶
iv_bucketname TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING¶
The name of the S3 bucket.
Queryable Attributes¶
BucketName¶
The name of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
Permissions¶
The authorization configuration for the storage S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSIONS() |
Getter for PERMISSIONS |
ServiceName¶
The name of the storage service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |