Skip to content

/AWS1/CL_AANS3BUCKETCONF

Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and multi-region access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see Bucket Policy Examples.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_bucketpolicy TYPE /AWS1/AANS3BUCKETPOLICY /AWS1/AANS3BUCKETPOLICY

The proposed bucket policy for the Amazon S3 bucket.

it_bucketaclgrants TYPE /AWS1/CL_AANS3BKTACLGRANTCONF=>TT_S3BUCKETACLGRANTCONFSLIST TT_S3BUCKETACLGRANTCONFSLIST

The proposed list of ACL grants for the Amazon S3 bucket. You can propose up to 100 ACL grants per bucket. If the proposed grant configuration is for an existing bucket, the access preview uses the proposed list of grant configurations in place of the existing grants. Otherwise, the access preview uses the existing grants for the bucket.

io_bucketpublicaccessblock TYPE REF TO /AWS1/CL_AANS3PUBACCBLOCKCONF /AWS1/CL_AANS3PUBACCBLOCKCONF

The proposed block public access configuration for the Amazon S3 bucket.

it_accesspoints TYPE /AWS1/CL_AANS3ACCESSPOINTCONF=>TT_S3ACCESSPOINTCONFSMAP TT_S3ACCESSPOINTCONFSMAP

The configuration of Amazon S3 access points or multi-region access points for the bucket. You can propose up to 10 new access points per bucket.


Queryable Attributes

bucketPolicy

The proposed bucket policy for the Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_BUCKETPOLICY() Getter for BUCKETPOLICY, with configurable default
ASK_BUCKETPOLICY() Getter for BUCKETPOLICY w/ exceptions if field has no value
HAS_BUCKETPOLICY() Determine if BUCKETPOLICY has a value

bucketAclGrants

The proposed list of ACL grants for the Amazon S3 bucket. You can propose up to 100 ACL grants per bucket. If the proposed grant configuration is for an existing bucket, the access preview uses the proposed list of grant configurations in place of the existing grants. Otherwise, the access preview uses the existing grants for the bucket.

Accessible with the following methods

Method Description
GET_BUCKETACLGRANTS() Getter for BUCKETACLGRANTS, with configurable default
ASK_BUCKETACLGRANTS() Getter for BUCKETACLGRANTS w/ exceptions if field has no val
HAS_BUCKETACLGRANTS() Determine if BUCKETACLGRANTS has a value

bucketPublicAccessBlock

The proposed block public access configuration for the Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_BUCKETPUBLICACCESSBLOCK() Getter for BUCKETPUBLICACCESSBLOCK

accessPoints

The configuration of Amazon S3 access points or multi-region access points for the bucket. You can propose up to 10 new access points per bucket.

Accessible with the following methods

Method Description
GET_ACCESSPOINTS() Getter for ACCESSPOINTS, with configurable default
ASK_ACCESSPOINTS() Getter for ACCESSPOINTS w/ exceptions if field has no value
HAS_ACCESSPOINTS() Determine if ACCESSPOINTS has a value