public interface AwsSecurityCredentialsSupplier extends Serializable
AwsCredentials to exchange for GCP
access tokens.| 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 © 2025 Google. All rights reserved.