Interface CfnWorkspacePropsMixin.FontFamilyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspacePropsMixin.FontFamilyProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspacePropsMixin
@Stability(Stable)
public static interface CfnWorkspacePropsMixin.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.cfnpropertymixins.services.connect.*;
FontFamilyProperty fontFamilyProperty = FontFamilyProperty.builder()
.default("default")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspacePropsMixin.FontFamilyPropertystatic final classAn implementation forCfnWorkspacePropsMixin.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
-