/AWS1/CL_AANS3EXPRESSDIRECTO01¶
Proposed configuration for an access point attached to an Amazon S3 directory bucket. You can propose up to 10 access points per bucket. If the proposed access point configuration is for an existing Amazon S3 directory 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 about access points for Amazon S3 directory buckets, see Managing access to directory buckets with access points in the Amazon Simple Storage Service User Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accesspointpolicy TYPE /AWS1/AANACCESSPOINTPOLICY /AWS1/AANACCESSPOINTPOLICY¶
The proposed access point policy for an Amazon S3 directory bucket access point.
io_networkorigin TYPE REF TO /AWS1/CL_AANNETWORKORIGINCONF /AWS1/CL_AANNETWORKORIGINCONF¶
The proposed
InternetConfigurationorVpcConfigurationto apply to the Amazon S3 access point. You can make the access point accessible from the internet, or you can specify that all requests made through that access point must originate from a specific virtual private cloud (VPC). You can specify only one type of network configuration. For more information, see Creating access points.
Queryable Attributes¶
accessPointPolicy¶
The proposed access point policy for an Amazon S3 directory bucket access point.
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 |
networkOrigin¶
The proposed
InternetConfigurationorVpcConfigurationto apply to the Amazon S3 access point. You can make the access point accessible from the internet, or you can specify that all requests made through that access point must originate from a specific virtual private cloud (VPC). You can specify only one type of network configuration. For more information, see Creating access points.
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_S3EXPRESSDIRECTORY00_MAPROW¶
TYPES: BEGIN OF TS_S3EXPRESSDIRECTORY00_MAPROW,
key TYPE /AWS1/AANS3EXPRESSDIRECTORYA00,
value TYPE REF TO /AWS1/CL_AANS3EXPRESSDIRECTO01,
END OF TS_S3EXPRESSDIRECTORY00_MAPROW.
TT_S3EXPRESSDIRECTORYACCPTCO00¶
TYPES TT_S3EXPRESSDIRECTORYACCPTCO00 TYPE HASHED TABLE OF /AWS1/CL_AANS3EXPRESSDIRECTO01=>TS_S3EXPRESSDIRECTORY00_MAPROW WITH UNIQUE KEY key
.