Holds AWS credentials for task execution
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Map<java.lang.String, java.lang.String> |
getEnvironment() Get the AWS credentials environment to pass to Terraform. |
|
boolean |
isExpired() Whether the credentials expired. |
|
TerraformAwsSessionCredentials |
refresh() Create a new set of credentials. |
Methods inherited from class | Name |
---|---|
interface SessionCredentials |
getEnvironment, isExpired, refresh |
Get the AWS credentials environment to pass to Terraform.
AWS_*
variables.Whether the credentials expired.
true
if a refresh is required.Create a new set of credentials.