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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspacePropsMixin.PaletteHeaderPropertystatic final classAn implementation forCfnWorkspacePropsMixin.PaletteHeaderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBackground
The background color of the header.- See Also:
-
getInvertActionsColors
Whether to invert the colors of action buttons in the header.Returns union: either
BooleanorIResolvable- See Also:
-
getText
The text color in the header.- See Also:
-
getTextHover
The text color when hovering over header elements.- See Also:
-
builder
-