Skip to content

AccountAlias

Source: src/AWS/IAM/AccountAlias.ts

The singleton IAM account alias for an AWS account.

AccountAlias manages the one account-level alias that customizes the AWS sign-in URL for the current account.

const alias = yield* AccountAlias("AccountAlias", {
accountAlias: "my-company-prod",
});