Skip to content

/AWS1/CL_GDYACCESSCONTROLLIST

Contains information on the current access control policies for the bucket.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_allowspublicreadaccess TYPE /AWS1/GDYBOOLEAN /AWS1/GDYBOOLEAN

A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).

iv_allowspublicwriteaccess TYPE /AWS1/GDYBOOLEAN /AWS1/GDYBOOLEAN

A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).


Queryable Attributes

AllowsPublicReadAccess

A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).

Accessible with the following methods

Method Description
GET_ALLOWSPUBLICREADACCESS() Getter for ALLOWSPUBLICREADACCESS, with configurable default
ASK_ALLOWSPUBLICREADACCESS() Getter for ALLOWSPUBLICREADACCESS w/ exceptions if field has
HAS_ALLOWSPUBLICREADACCESS() Determine if ALLOWSPUBLICREADACCESS has a value

AllowsPublicWriteAccess

A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).

Accessible with the following methods

Method Description
GET_ALLOWSPUBLICWRITEACCESS() Getter for ALLOWSPUBLICWRITEACCESS, with configurable defaul
ASK_ALLOWSPUBLICWRITEACCESS() Getter for ALLOWSPUBLICWRITEACCESS w/ exceptions if field ha
HAS_ALLOWSPUBLICWRITEACCESS() Determine if ALLOWSPUBLICWRITEACCESS has a value