AWS::SupportApp::AccountAliasAn AWS Support App resource that creates, updates, reads, and deletes a customer's account alias.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccountAlias | string | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccountAliasResourceId | string | Unique identifier representing an alias tied to an account |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SupportApp::AccountAlias
Resources:
MyResource:
Type: AWS::SupportApp::AccountAlias
Properties:
AccountAlias: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
supportapp:PutAccountAliassupportapp:GetAccountAliassupportapp:GetAccountAliassupportapp:PutAccountAliassupportapp:GetAccountAliassupportapp:DeleteAccountAliassupportapp:GetAccountAliassupportapp:GetAccountAliasOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccountAliasResourceId