Interface CfnWorkspace.FontFamilyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspace.FontFamilyProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspace
@Stability(Stable)
public static interface CfnWorkspace.FontFamilyProperty
extends software.amazon.jsii.JsiiSerializable
Contains font family configuration for workspace themes.
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.*;
FontFamilyProperty fontFamilyProperty = FontFamilyProperty.builder()
.default("default")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspace.FontFamilyPropertystatic final classAn implementation forCfnWorkspace.FontFamilyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultValue
The default font family to use in the workspace theme.- See Also:
-
builder
-