Skip to content

/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