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: