Class AwsCredentials

All Implemented Interfaces:
QuotaProjectIdProvider, Serializable

public class AwsCredentials extends ExternalAccountCredentials
Credentials representing an AWS third-party identity for calling Google APIs. AWS security credentials are either sourced by calling EC2 metadata endpoints, environment variables, or a user provided supplier method.

By default, attempts to exchange the external credential for a GCP access token.

See Also: