/AWS1/CL_CGICREDENTIALS¶
Credentials for the provided identity ID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accesskeyid TYPE /AWS1/CGIACCESSKEYSTRING /AWS1/CGIACCESSKEYSTRING¶
The Access Key portion of the credentials.
iv_secretkey TYPE /AWS1/CGISECRETKEYSTRING /AWS1/CGISECRETKEYSTRING¶
The Secret Access Key portion of the credentials
iv_sessiontoken TYPE /AWS1/CGISESSIONTOKENSTRING /AWS1/CGISESSIONTOKENSTRING¶
The Session Token portion of the credentials
iv_expiration TYPE /AWS1/CGIDATETYPE /AWS1/CGIDATETYPE¶
The date at which these credentials will expire.
Queryable Attributes¶
AccessKeyId¶
The Access Key portion of the credentials.
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 |
SecretKey¶
The Secret Access Key portion of the credentials
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETKEY() |
Getter for SECRETKEY, with configurable default |
ASK_SECRETKEY() |
Getter for SECRETKEY w/ exceptions if field has no value |
HAS_SECRETKEY() |
Determine if SECRETKEY has a value |
SessionToken¶
The Session Token portion of the credentials
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 date at which these credentials will expire.
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 |