paws.security.identity (version 0.1.0)

iam_delete_account_alias: Deletes the specified AWS account alias

Description

Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in the IAM User Guide.

Usage

iam_delete_account_alias(AccountAlias)

Arguments

AccountAlias

[required] The name of the account alias to delete.

This parameter allows (through its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.

Request syntax

svc$delete_account_alias(
  AccountAlias = "string"
)

Examples

Run this code
# NOT RUN {
# The following command removes the alias mycompany from the current AWS
# account:
# }
# NOT RUN {
svc$delete_account_alias(
  AccountAlias = "mycompany"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab