Interface CfnWorkspace.WorkspaceThemeTypographyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkspace.WorkspaceThemeTypographyProperty.Jsii$Proxy
Enclosing class:
CfnWorkspace

@Stability(Stable) public static interface CfnWorkspace.WorkspaceThemeTypographyProperty extends software.amazon.jsii.JsiiSerializable
Contains typography 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.*;
 WorkspaceThemeTypographyProperty workspaceThemeTypographyProperty = WorkspaceThemeTypographyProperty.builder()
         .fontFamily(FontFamilyProperty.builder()
                 .default("default")
                 .build())
         .build();
 

See Also: