aws-cdk-lib.aws_quicksight.CfnTemplate.LongFormatTextProperty

interface LongFormatTextProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.LongFormatTextProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_LongFormatTextProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.LongFormatTextProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.LongFormatTextProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » LongFormatTextProperty

The text format for a subtitle.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const longFormatTextProperty: quicksight.CfnTemplate.LongFormatTextProperty = {
  plainText: 'plainText',
  richText: 'richText',
};

Properties

NameTypeDescription
plainText?stringPlain text format.
richText?stringRich text.

plainText?

Type: string (optional)

Plain text format.


richText?

Type: string (optional)

Rich text.

Examples of rich text include bold, underline, and italics.