interface FontFamilyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnWorkspacePropsMixin.FontFamilyProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnWorkspacePropsMixin_FontFamilyProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnWorkspacePropsMixin.FontFamilyProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnWorkspacePropsMixin.FontFamilyProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnWorkspacePropsMixin » FontFamilyProperty |
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 { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const fontFamilyProperty: connect_mixins.CfnWorkspacePropsMixin.FontFamilyProperty = {
default: 'default',
};
Properties
| Name | Type | Description |
|---|---|---|
| default? | string | The default font family to use in the workspace theme. |
default?
Type:
string
(optional)
The default font family to use in the workspace theme.

.NET
Go
Java
Python
TypeScript