interface WorkspaceThemeTypographyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnWorkspace.WorkspaceThemeTypographyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnWorkspace_WorkspaceThemeTypographyProperty |
Java | software.amazon.awscdk.services.connect.CfnWorkspace.WorkspaceThemeTypographyProperty |
Python | aws_cdk.aws_connect.CfnWorkspace.WorkspaceThemeTypographyProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnWorkspace » WorkspaceThemeTypographyProperty |
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 { aws_connect as connect } from 'aws-cdk-lib';
const workspaceThemeTypographyProperty: connect.CfnWorkspace.WorkspaceThemeTypographyProperty = {
fontFamily: {
default: 'default',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| font | IResolvable | Font | The font family configuration for text in the workspace. |
fontFamily?
Type:
IResolvable | Font
(optional)
The font family configuration for text in the workspace.

.NET
Go
Java
Python
TypeScript