/AWS1/CL_S3CCREDENTIALS¶
The Amazon Web Services Security Token Service temporary credential that S3 Access Grants vends to grantees and client applications.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accesskeyid TYPE /AWS1/S3CACCESSKEYID /AWS1/S3CACCESSKEYID¶
The unique access key ID of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
iv_secretaccesskey TYPE /AWS1/S3CSECRETACCESSKEY /AWS1/S3CSECRETACCESSKEY¶
The secret access key of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
iv_sessiontoken TYPE /AWS1/S3CSESSIONTOKEN /AWS1/S3CSESSIONTOKEN¶
The Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
iv_expiration TYPE /AWS1/S3CEXPIRATION /AWS1/S3CEXPIRATION¶
The expiration date and time of the temporary credential that S3 Access Grants vends to grantees and client applications.
Queryable Attributes¶
AccessKeyId¶
The unique access key ID of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSKEYID() |
Getter for ACCESSKEYID, with configurable default |
ASK_ACCESSKEYID() |
Getter for ACCESSKEYID w/ exceptions if field has no value |
HAS_ACCESSKEYID() |
Determine if ACCESSKEYID has a value |
SecretAccessKey¶
The secret access key of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETACCESSKEY() |
Getter for SECRETACCESSKEY, with configurable default |
ASK_SECRETACCESSKEY() |
Getter for SECRETACCESSKEY w/ exceptions if field has no val |
HAS_SECRETACCESSKEY() |
Determine if SECRETACCESSKEY has a value |
SessionToken¶
The Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONTOKEN() |
Getter for SESSIONTOKEN, with configurable default |
ASK_SESSIONTOKEN() |
Getter for SESSIONTOKEN w/ exceptions if field has no value |
HAS_SESSIONTOKEN() |
Determine if SESSIONTOKEN has a value |
Expiration¶
The expiration date and time of the temporary credential that S3 Access Grants vends to grantees and client applications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATION() |
Getter for EXPIRATION, with configurable default |
ASK_EXPIRATION() |
Getter for EXPIRATION w/ exceptions if field has no value |
HAS_EXPIRATION() |
Determine if EXPIRATION has a value |