This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::UXC::AccountCustomization
The AWS::UXC::AccountCustomization resource specifies account-level UX customization settings for the console, including account color, visible services, and visible regions.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::UXC::AccountCustomization", "Properties" : { "AccountColor" :String, "VisibleRegions" :[ String, ... ], "VisibleServices" :[ String, ... ]} }
YAML
Type: AWS::UXC::AccountCustomization Properties: AccountColor:StringVisibleRegions:- StringVisibleServices:- String
Properties
AccountColor-
The account color preference to set. Set to
noneto reset to the default (no color).Required: No
Type: String
Allowed values:
none | pink | purple | darkBlue | lightBlue | teal | green | yellow | orange | redUpdate requires: No interruption
VisibleRegions-
The list of AWS Region codes to make visible in the AWS Management Console. Set to an empty array to reset to the default, which makes all Regions/services visible. For a list of valid Region codes, see AWS Regions.
Required: No
Type: Array of String
Maximum:
100Update requires: No interruption
VisibleServices-
The list of AWS service identifiers to make visible in the AWS Management Console. Set to an empty array to reset to the default, which makes all Regions/services visible. For valid service identifiers, call ListServices.
Required: No
Type: Array of String
Minimum:
1Maximum:
64 | 500Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the account ID. For example: 123456789012.
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
AccountId-
The 12-digit account ID that this customization belongs to. For example:
123456789012.