Skip to content

/AWS1/CL_AANS3ACCESSPOINTCONF

The configuration for an Amazon S3 access point or multi-region access point for the bucket. You can propose up to 10 access points or multi-region access points per bucket. If the proposed Amazon S3 access point configuration is for an existing bucket, the access preview uses the proposed access point configuration in place of the existing access points. To propose an access point without a policy, you can provide an empty string as the access point policy. For more information, see Creating access points. For more information about access point policy limits, see Access points restrictions and limitations.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_accesspointpolicy TYPE /AWS1/AANACCESSPOINTPOLICY /AWS1/AANACCESSPOINTPOLICY

The access point or multi-region access point policy.

io_publicaccessblock TYPE REF TO /AWS1/CL_AANS3PUBACCBLOCKCONF /AWS1/CL_AANS3PUBACCBLOCKCONF

The proposed S3PublicAccessBlock configuration to apply to this Amazon S3 access point or multi-region access point.

io_networkorigin TYPE REF TO /AWS1/CL_AANNETWORKORIGINCONF /AWS1/CL_AANNETWORKORIGINCONF

The proposed Internet and VpcConfiguration to apply to this Amazon S3 access point. VpcConfiguration does not apply to multi-region access points. If the access preview is for a new resource and neither is specified, the access preview uses Internet for the network origin. If the access preview is for an existing resource and neither is specified, the access preview uses the existing network origin.


Queryable Attributes

accessPointPolicy

The access point or multi-region access point policy.

Accessible with the following methods

Method Description
GET_ACCESSPOINTPOLICY() Getter for ACCESSPOINTPOLICY, with configurable default
ASK_ACCESSPOINTPOLICY() Getter for ACCESSPOINTPOLICY w/ exceptions if field has no v
HAS_ACCESSPOINTPOLICY() Determine if ACCESSPOINTPOLICY has a value

publicAccessBlock

The proposed S3PublicAccessBlock configuration to apply to this Amazon S3 access point or multi-region access point.

Accessible with the following methods

Method Description
GET_PUBLICACCESSBLOCK() Getter for PUBLICACCESSBLOCK

networkOrigin

The proposed Internet and VpcConfiguration to apply to this Amazon S3 access point. VpcConfiguration does not apply to multi-region access points. If the access preview is for a new resource and neither is specified, the access preview uses Internet for the network origin. If the access preview is for an existing resource and neither is specified, the access preview uses the existing network origin.

Accessible with the following methods

Method Description
GET_NETWORKORIGIN() Getter for NETWORKORIGIN

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_S3ACCPOINTCONFSMAP_MAPROW

TYPES: BEGIN OF TS_S3ACCPOINTCONFSMAP_MAPROW,
  key TYPE /AWS1/AANACCESSPOINTARN,
  value TYPE REF TO /AWS1/CL_AANS3ACCESSPOINTCONF,
END OF TS_S3ACCPOINTCONFSMAP_MAPROW.

TT_S3ACCESSPOINTCONFSMAP

TYPES TT_S3ACCESSPOINTCONFSMAP TYPE HASHED TABLE OF /AWS1/CL_AANS3ACCESSPOINTCONF=>TS_S3ACCPOINTCONFSMAP_MAPROW WITH UNIQUE KEY key
.