AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::UXC::AccountCustomization

CfnAccountCustomization

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

Import

import { CfnAccountCustomization } from 'aws-cdk-lib/aws-uxc';

Or use the module namespace:

import * as uxc from 'aws-cdk-lib/aws-uxc';
// uxc.CfnAccountCustomization

Properties

Configuration passed to the constructor as CfnAccountCustomizationProps.

accountColorOptional
string

The color theme assigned to the account for visual identification in the AWS Console.

visibleRegionsOptional
string[]

A list of AWS region identifiers visible to the account in the AWS Console.

visibleServicesOptional
string[]

A list of AWS service identifiers visible to the account in the AWS Console.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-uxc
CFN TypeAWS::UXC::AccountCustomization
Properties3

External Links