Skip to content

/AWS1/CL_S3CGETACCGRANTSLOCRS

GetAccessGrantsLocationResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CREATEDAT TYPE /AWS1/S3CCREATIONTIMESTAMP /AWS1/S3CCREATIONTIMESTAMP

The date and time when you registered the location.

IV_ACCESSGRANTSLOCATIONID TYPE /AWS1/S3CACCESSGRANTSLOCID /AWS1/S3CACCESSGRANTSLOCID

The ID of the registered location to which you are granting access. S3 Access Grants assigns this ID when you register the location. S3 Access Grants assigns the ID default to the default location s3:// and assigns an auto-generated ID to other locations that you register.

IV_ACCESSGRANTSLOCATIONARN TYPE /AWS1/S3CACCESSGRANTSLOCARN /AWS1/S3CACCESSGRANTSLOCARN

The Amazon Resource Name (ARN) of the registered location.

IV_LOCATIONSCOPE TYPE /AWS1/S3CS3PREFIX /AWS1/S3CS3PREFIX

The S3 URI path to the registered location. The location scope can be the default S3 location s3://, the S3 path to a bucket, or the S3 path to a bucket and prefix. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with the engineering/ prefix or object key names that start with the marketing/campaigns/ prefix.

IV_IAMROLEARN TYPE /AWS1/S3CIAMROLEARN /AWS1/S3CIAMROLEARN

The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location.


Queryable Attributes

CreatedAt

The date and time when you registered the location.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

AccessGrantsLocationId

The ID of the registered location to which you are granting access. S3 Access Grants assigns this ID when you register the location. S3 Access Grants assigns the ID default to the default location s3:// and assigns an auto-generated ID to other locations that you register.

Accessible with the following methods

Method Description
GET_ACCESSGRANTSLOCATIONID() Getter for ACCESSGRANTSLOCATIONID, with configurable default
ASK_ACCESSGRANTSLOCATIONID() Getter for ACCESSGRANTSLOCATIONID w/ exceptions if field has
HAS_ACCESSGRANTSLOCATIONID() Determine if ACCESSGRANTSLOCATIONID has a value

AccessGrantsLocationArn

The Amazon Resource Name (ARN) of the registered location.

Accessible with the following methods

Method Description
GET_ACCESSGRANTSLOCATIONARN() Getter for ACCESSGRANTSLOCATIONARN, with configurable defaul
ASK_ACCESSGRANTSLOCATIONARN() Getter for ACCESSGRANTSLOCATIONARN w/ exceptions if field ha
HAS_ACCESSGRANTSLOCATIONARN() Determine if ACCESSGRANTSLOCATIONARN has a value

LocationScope

The S3 URI path to the registered location. The location scope can be the default S3 location s3://, the S3 path to a bucket, or the S3 path to a bucket and prefix. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with the engineering/ prefix or object key names that start with the marketing/campaigns/ prefix.

Accessible with the following methods

Method Description
GET_LOCATIONSCOPE() Getter for LOCATIONSCOPE, with configurable default
ASK_LOCATIONSCOPE() Getter for LOCATIONSCOPE w/ exceptions if field has no value
HAS_LOCATIONSCOPE() Determine if LOCATIONSCOPE has a value

IAMRoleArn

The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location.

Accessible with the following methods

Method Description
GET_IAMROLEARN() Getter for IAMROLEARN, with configurable default
ASK_IAMROLEARN() Getter for IAMROLEARN w/ exceptions if field has no value
HAS_IAMROLEARN() Determine if IAMROLEARN has a value