/AWS1/CL_GDYBUCKETPOLICY¶
Contains information on the current bucket policies for the S3 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 a bucket policy.
iv_allowspublicwriteaccess TYPE /AWS1/GDYBOOLEAN /AWS1/GDYBOOLEAN¶
A value that indicates whether public write access for the bucket is enabled through a bucket policy.
Queryable Attributes¶
AllowsPublicReadAccess¶
A value that indicates whether public read access for the bucket is enabled through a bucket policy.
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 a bucket policy.
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 |