AWS Fundamentals Logo
AWS Fundamentals
AWS::UXC::AccountCustomization

UXC AccountCustomization

Resource schema for managing AWS account-level UX customization settings, including account color, visible services, and visible regions.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AccountColor
string
VisibleRegions
Array<string>
VisibleServices
Array<string>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AccountIdstringThe AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::UXC::AccountCustomization

Resources:
  MyResource:
    Type: AWS::UXC::AccountCustomization
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

uxc:UpdateAccountCustomizationsuxc:GetAccountCustomizations

read

uxc:GetAccountCustomizations

update

uxc:UpdateAccountCustomizationsuxc:GetAccountCustomizations

delete

uxc:UpdateAccountCustomizationsuxc:GetAccountCustomizations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceUXC
Properties4
Required0
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDelete

External Links