/AWS1/CL_AMBBACKENDSTRGPERMS¶
Describes the read, write, and delete permissions users have against your storage S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_authenticated TYPE /AWS1/CL_AMBLSTOFAUTHDELEMEN00=>TT_LISTOFAUTHENTICATEDELEMENT TT_LISTOFAUTHENTICATEDELEMENT¶
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
Optional arguments:¶
it_unauthenticated TYPE /AWS1/CL_AMBLSTOFUNAUTHDELEM00=>TT_LISTOFUNAUTHNTCTDELEMENT TT_LISTOFUNAUTHNTCTDELEMENT¶
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
Queryable Attributes¶
Authenticated¶
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATED() |
Getter for AUTHENTICATED, with configurable default |
ASK_AUTHENTICATED() |
Getter for AUTHENTICATED w/ exceptions if field has no value |
HAS_AUTHENTICATED() |
Determine if AUTHENTICATED has a value |
UnAuthenticated¶
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNAUTHENTICATED() |
Getter for UNAUTHENTICATED, with configurable default |
ASK_UNAUTHENTICATED() |
Getter for UNAUTHENTICATED w/ exceptions if field has no val |
HAS_UNAUTHENTICATED() |
Determine if UNAUTHENTICATED has a value |