Interface CfnWorkspace.PaletteCanvasProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspace.PaletteCanvasProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspace
@Stability(Stable)
public static interface CfnWorkspace.PaletteCanvasProperty
extends software.amazon.jsii.JsiiSerializable
Contains color configuration for canvas 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.services.connect.*;
PaletteCanvasProperty paletteCanvasProperty = PaletteCanvasProperty.builder()
.activeBackground("activeBackground")
.containerBackground("containerBackground")
.pageBackground("pageBackground")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspace.PaletteCanvasPropertystatic final classAn implementation forCfnWorkspace.PaletteCanvasProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActiveBackground
The background color for active elements.- See Also:
-
getContainerBackground
The background color for container elements.- See Also:
-
getPageBackground
The background color for page elements.- See Also:
-
builder
-