/AWS1/CL_STSCREDENTIALS¶
Amazon Web Services credentials for API authentication.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accesskeyid TYPE /AWS1/STSACCESSKEYIDTYPE /AWS1/STSACCESSKEYIDTYPE¶
The access key ID that identifies the temporary security credentials.
iv_secretaccesskey TYPE /AWS1/STSACCESSKEYSECRETTYPE /AWS1/STSACCESSKEYSECRETTYPE¶
The secret access key that can be used to sign requests.
iv_sessiontoken TYPE /AWS1/STSTOKENTYPE /AWS1/STSTOKENTYPE¶
The token that users must pass to the service API to use the temporary credentials.
iv_expiration TYPE /AWS1/STSDATETYPE /AWS1/STSDATETYPE¶
The date on which the current credentials expire.
Queryable Attributes¶
AccessKeyId¶
The access key ID that identifies the temporary security 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 |
SecretAccessKey¶
The secret access key that can be used to sign requests.
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 token that users must pass to the service API to use the temporary 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 on which the current credentials 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 |