/AWS1/CL_EKACREDENTIALS¶
The Amazon Web Services Signature Version 4 type of temporary credentials.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_sessiontoken
TYPE /AWS1/EKASTRING
/AWS1/EKASTRING
¶
The token that applications inside the pods must pass to any service API to use the temporary credentials.
iv_secretaccesskey
TYPE /AWS1/EKASTRING
/AWS1/EKASTRING
¶
The secret access key that applications inside the pods use to sign requests.
iv_accesskeyid
TYPE /AWS1/EKASTRING
/AWS1/EKASTRING
¶
The access key ID that identifies the temporary security credentials.
iv_expiration
TYPE /AWS1/EKATIMESTAMP
/AWS1/EKATIMESTAMP
¶
The Unix epoch timestamp in seconds when the current credentials expire.
Queryable Attributes¶
sessionToken¶
The token that applications inside the pods must pass to any 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 |
secretAccessKey¶
The secret access key that applications inside the pods use 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 |
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 |
expiration¶
The Unix epoch timestamp in seconds when 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 |