ServiceResource / Action / create_account_alias
create_account_alias#
- IAM.ServiceResource.create_account_alias(**kwargs)#
Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Using an alias for your Amazon Web Services account ID in the IAM User Guide.
See also: AWS API Documentation
Request Syntax
response = iam.create_account_alias( AccountAlias='string' )
- Parameters:
AccountAlias (string) –
[REQUIRED]
The account alias to create.
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.
- Returns:
None