Skip to content

/AWS1/CL_GDYBUCKETLEVELPERMS

Contains information about the bucket level permissions for the S3 bucket.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_accesscontrollist TYPE REF TO /AWS1/CL_GDYACCESSCONTROLLIST /AWS1/CL_GDYACCESSCONTROLLIST

Contains information on how Access Control Policies are applied to the bucket.

io_bucketpolicy TYPE REF TO /AWS1/CL_GDYBUCKETPOLICY /AWS1/CL_GDYBUCKETPOLICY

Contains information on the bucket policies for the S3 bucket.

io_blockpublicaccess TYPE REF TO /AWS1/CL_GDYBLOCKPUBLICACCESS /AWS1/CL_GDYBLOCKPUBLICACCESS

Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket.


Queryable Attributes

AccessControlList

Contains information on how Access Control Policies are applied to the bucket.

Accessible with the following methods

Method Description
GET_ACCESSCONTROLLIST() Getter for ACCESSCONTROLLIST

BucketPolicy

Contains information on the bucket policies for the S3 bucket.

Accessible with the following methods

Method Description
GET_BUCKETPOLICY() Getter for BUCKETPOLICY

BlockPublicAccess

Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket.

Accessible with the following methods

Method Description
GET_BLOCKPUBLICACCESS() Getter for BLOCKPUBLICACCESS