interface FontFamilyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnWorkspace.FontFamilyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnWorkspace_FontFamilyProperty |
Java | software.amazon.awscdk.services.connect.CfnWorkspace.FontFamilyProperty |
Python | aws_cdk.aws_connect.CfnWorkspace.FontFamilyProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnWorkspace » 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 { aws_connect as connect } from 'aws-cdk-lib';
const fontFamilyProperty: connect.CfnWorkspace.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