Interface CfnWorkspacePropsMixin.PaletteHeaderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkspacePropsMixin.PaletteHeaderProperty.Jsii$Proxy
Enclosing class:
CfnWorkspacePropsMixin

@Stability(Stable) public static interface CfnWorkspacePropsMixin.PaletteHeaderProperty extends software.amazon.jsii.JsiiSerializable
Contains color configuration for header elements in a workspace theme.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.connect.mixins.*;
 PaletteHeaderProperty paletteHeaderProperty = PaletteHeaderProperty.builder()
         .background("background")
         .invertActionsColors(false)
         .text("text")
         .textHover("textHover")
         .build();
 

See Also: