Provides access to the AWS credentials used for accessing AWS services: AWS access key ID, secret access key, and security token. These credentials are used to securely sign requests to AWS services.
Methods | ||
---|---|---|
public
|
getAccessKeyId(): string
|
# |
public
|
getSecretKey(): string
|
# |
public
|
getSecurityToken(): string|null
|
# |
public
|
getExpiration(): int|null
|
# |
public
|
isExpired(): bool
|
# |
public
|
toArray(): array
|
# |