AwsCredentialProvider
Home > @backstage/integration-aws-node
> AwsCredentialProvider
A set of credentials information for an AWS account.
Signature:
export type AwsCredentialProvider = {
accountId?: string;
stsRegion?: string;
sdkCredentialProvider: AwsCredentialIdentityProvider;
};