AwsCredentialProviderOptions
Home > @backstage/integration-aws-node
> AwsCredentialProviderOptions
The options for specifying the AWS credentials to retrieve.
Signature:
export type AwsCredentialProviderOptions = {
accountId?: string;
arn?: string;
};