AWS::UXC::AccountCustomizationResource schema for managing AWS account-level UX customization settings, including account color, visible services, and visible regions.
import { CfnAccountCustomization } from 'aws-cdk-lib/aws-uxc';Or use the module namespace:
import * as uxc from 'aws-cdk-lib/aws-uxc';
// uxc.CfnAccountCustomizationConfiguration passed to the constructor as CfnAccountCustomizationProps.
accountColorOptionalstringThe color theme assigned to the account for visual identification in the AWS Console.
visibleRegionsOptionalstring[]A list of AWS region identifiers visible to the account in the AWS Console.
visibleServicesOptionalstring[]A list of AWS service identifiers visible to the account in the AWS Console.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-uxcAWS::UXC::AccountCustomization