interface FontFamilyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnWorkspacePropsMixin.FontFamilyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnWorkspacePropsMixin_FontFamilyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnWorkspacePropsMixin.FontFamilyProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnWorkspacePropsMixin.FontFamilyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » 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 { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const fontFamilyProperty: connect.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