Skip to content

/AWS1/CL_S3FCREATEACCPOINTRSP

CreateAccessPointResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accesspointarn TYPE /AWS1/S3FACCESSPOINTARN /AWS1/S3FACCESSPOINTARN

The Amazon Resource Name (ARN) of the access point.

iv_accesspointid TYPE /AWS1/S3FACCESSPOINTID /AWS1/S3FACCESSPOINTID

The ID of the access point.

iv_clienttoken TYPE /AWS1/S3FCLIENTTOKEN /AWS1/S3FCLIENTTOKEN

The client token that was provided in the request.

iv_filesystemid TYPE /AWS1/S3FFILESYSTEMID /AWS1/S3FFILESYSTEMID

The ID of the S3 File System.

iv_status TYPE /AWS1/S3FLIFECYCLESTATE /AWS1/S3FLIFECYCLESTATE

The current status of the access point.

iv_ownerid TYPE /AWS1/S3FAWSACCOUNTID /AWS1/S3FAWSACCOUNTID

The Amazon Web Services account ID of the access point owner.

Optional arguments:

io_posixuser TYPE REF TO /AWS1/CL_S3FPOSIXUSER /AWS1/CL_S3FPOSIXUSER

The POSIX identity configured for this access point.

io_rootdirectory TYPE REF TO /AWS1/CL_S3FROOTDIRECTORY /AWS1/CL_S3FROOTDIRECTORY

The root directory configuration for this access point.

it_tags TYPE /AWS1/CL_S3FTAG=>TT_TAGLIST TT_TAGLIST

The tags associated with the access point.

iv_name TYPE /AWS1/S3FTAGVALUE /AWS1/S3FTAGVALUE

The name of the access point.


Queryable Attributes

accessPointArn

The Amazon Resource Name (ARN) of the access point.

Accessible with the following methods

Method Description
GET_ACCESSPOINTARN() Getter for ACCESSPOINTARN, with configurable default
ASK_ACCESSPOINTARN() Getter for ACCESSPOINTARN w/ exceptions if field has no valu
HAS_ACCESSPOINTARN() Determine if ACCESSPOINTARN has a value

accessPointId

The ID of the access point.

Accessible with the following methods

Method Description
GET_ACCESSPOINTID() Getter for ACCESSPOINTID, with configurable default
ASK_ACCESSPOINTID() Getter for ACCESSPOINTID w/ exceptions if field has no value
HAS_ACCESSPOINTID() Determine if ACCESSPOINTID has a value

clientToken

The client token that was provided in the request.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

fileSystemId

The ID of the S3 File System.

Accessible with the following methods

Method Description
GET_FILESYSTEMID() Getter for FILESYSTEMID, with configurable default
ASK_FILESYSTEMID() Getter for FILESYSTEMID w/ exceptions if field has no value
HAS_FILESYSTEMID() Determine if FILESYSTEMID has a value

status

The current status of the access point.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

ownerId

The Amazon Web Services account ID of the access point owner.

Accessible with the following methods

Method Description
GET_OWNERID() Getter for OWNERID, with configurable default
ASK_OWNERID() Getter for OWNERID w/ exceptions if field has no value
HAS_OWNERID() Determine if OWNERID has a value

posixUser

The POSIX identity configured for this access point.

Accessible with the following methods

Method Description
GET_POSIXUSER() Getter for POSIXUSER

rootDirectory

The root directory configuration for this access point.

Accessible with the following methods

Method Description
GET_ROOTDIRECTORY() Getter for ROOTDIRECTORY

tags

The tags associated with the access point.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

name

The name of the access point.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value