Skip to content

/AWS1/CL_FSXCREANDATTACHS3AC02

Used to create an S3 access point that accepts requests only from a virtual private cloud (VPC) to restrict data access to a private network.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_vpcconfiguration TYPE REF TO /AWS1/CL_FSXS3ACCPOINTVPCCONF /AWS1/CL_FSXS3ACCPOINTVPCCONF

If included, Amazon S3 restricts access to this S3 access point to requests made from the specified virtual private cloud (VPC).

iv_policy TYPE /AWS1/FSXACCESSPOINTPOLICY /AWS1/FSXACCESSPOINTPOLICY

Specifies an access policy to associate with the S3 access point configuration. For more information, see Configuring IAM policies for using access points in the Amazon Simple Storage Service User Guide.


Queryable Attributes

VpcConfiguration

If included, Amazon S3 restricts access to this S3 access point to requests made from the specified virtual private cloud (VPC).

Accessible with the following methods

Method Description
GET_VPCCONFIGURATION() Getter for VPCCONFIGURATION

Policy

Specifies an access policy to associate with the S3 access point configuration. For more information, see Configuring IAM policies for using access points in the Amazon Simple Storage Service User Guide.

Accessible with the following methods

Method Description
GET_POLICY() Getter for POLICY, with configurable default
ASK_POLICY() Getter for POLICY w/ exceptions if field has no value
HAS_POLICY() Determine if POLICY has a value