interface WorkspaceThemeTypographyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnWorkspacePropsMixin.WorkspaceThemeTypographyProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnWorkspacePropsMixin_WorkspaceThemeTypographyProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnWorkspacePropsMixin.WorkspaceThemeTypographyProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnWorkspacePropsMixin.WorkspaceThemeTypographyProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnWorkspacePropsMixin » 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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const workspaceThemeTypographyProperty: connect_mixins.CfnWorkspacePropsMixin.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