Delete account alias
Usage
tkm org accounts delete-alias \
--account-id <account-id>Positional arguments
Options
IAM permissions
# Permission needed to assume a role from the target account
# used to delete the account alias.
Statement:
- Effect: Allow
Action: sts:AssumeRole
Resource: "*"Examples
Last updated
Was this helpful?