AWS::UXC::AccountCustomizationResource schema for managing AWS account-level UX customization settings, including account color, visible services, and visible regions.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccountColor | string | |
VisibleRegions | Array<string> | |
VisibleServices | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccountId | string | The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::UXC::AccountCustomization
Resources:
MyResource:
Type: AWS::UXC::AccountCustomization
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
uxc:UpdateAccountCustomizationsuxc:GetAccountCustomizationsuxc:GetAccountCustomizationsuxc:UpdateAccountCustomizationsuxc:GetAccountCustomizationsuxc:UpdateAccountCustomizationsuxc:GetAccountCustomizationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccountId