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.
Managing Account Identity
Section titled “Managing Account Identity”const alias = yield* AccountAlias("AccountAlias", { accountAlias: "my-company-prod",});