aws-cdk-lib.aws_quicksight.CfnTemplate.VisualSubtitleLabelOptionsProperty

interface VisualSubtitleLabelOptionsProperty

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

The subtitle label options for a visual.

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 visualSubtitleLabelOptionsProperty: quicksight.CfnTemplate.VisualSubtitleLabelOptionsProperty = {
  formatText: {
    plainText: 'plainText',
    richText: 'richText',
  },
  visibility: 'visibility',
};

Properties

NameTypeDescription
formatText?IResolvable | LongFormatTextPropertyThe long text format of the subtitle label, such as plain text or rich text.
visibility?stringThe visibility of the subtitle label.

formatText?

Type: IResolvable | LongFormatTextProperty (optional)

The long text format of the subtitle label, such as plain text or rich text.


visibility?

Type: string (optional)

The visibility of the subtitle label.