Interface CfnWorkspace.PalettePrimaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspace.PalettePrimaryProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspace
@Stability(Stable)
public static interface CfnWorkspace.PalettePrimaryProperty
extends software.amazon.jsii.JsiiSerializable
Contains primary color configuration for 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.services.connect.*;
PalettePrimaryProperty palettePrimaryProperty = PalettePrimaryProperty.builder()
.active("active")
.contrastText("contrastText")
.default("default")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspace.PalettePrimaryPropertystatic final classAn implementation forCfnWorkspace.PalettePrimaryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActive
The primary color used for active states.- See Also:
-
getContrastText
The text color that contrasts with the primary color for readability.- See Also:
-
getDefaultValue
The default primary color used throughout the workspace.- See Also:
-
builder
-