CfnAccountCustomizationMixinProps
- class aws_cdk.cfn_property_mixins.aws_uxc.CfnAccountCustomizationMixinProps(*, account_color=None, visible_regions=None, visible_services=None)
Bases:
objectProperties for CfnAccountCustomizationPropsMixin.
- Parameters:
account_color (
Optional[str]) – The color theme assigned to the account for visual identification in the AWS Console.visible_regions (
Optional[Sequence[str]]) – A list of AWS region identifiers visible to the account in the AWS Console.visible_services (
Optional[Sequence[str]]) – A list of AWS service identifiers visible to the account in the AWS Console.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_uxc as uxc cfn_account_customization_mixin_props = uxc.CfnAccountCustomizationMixinProps( account_color="accountColor", visible_regions=["visibleRegions"], visible_services=["visibleServices"] )
Attributes
- account_color
The color theme assigned to the account for visual identification in the AWS Console.
- visible_regions
A list of AWS region identifiers visible to the account in the AWS Console.
- visible_services
A list of AWS service identifiers visible to the account in the AWS Console.