public interface AwsSecurityCredentialsSupplier extends Serializable
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityCredentials |
getCredentials(ExternalAccountSupplierContext context)
Gets AWS security credentials.
|
String |
getRegion(ExternalAccountSupplierContext context)
Gets the AWS region to use.
|
String getRegion(ExternalAccountSupplierContext context) throws IOException
context - relevant context from the calling credential.IOExceptionAwsSecurityCredentials getCredentials(ExternalAccountSupplierContext context) throws IOException
context - relevant context from the calling credential.IOExceptionCopyright © 2024 Google. All rights reserved.