Show / Hide Table of Contents

Interface CfnTemplate.IVisualSubtitleLabelOptionsProperty

The subtitle label options for a visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IVisualSubtitleLabelOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.IVisualSubtitleLabelOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualsubtitlelabeloptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var visualSubtitleLabelOptionsProperty = new VisualSubtitleLabelOptionsProperty {
                 FormatText = new LongFormatTextProperty {
                     PlainText = "plainText",
                     RichText = "richText"
                 },
                 Visibility = "visibility"
             };

Synopsis

Properties

FormatText

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

Visibility

The visibility of the subtitle label.

Properties

FormatText

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

object? FormatText { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualsubtitlelabeloptions.html#cfn-quicksight-template-visualsubtitlelabeloptions-formattext

Type union: either IResolvable or CfnTemplate.ILongFormatTextProperty

Visibility

The visibility of the subtitle label.

string? Visibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualsubtitlelabeloptions.html#cfn-quicksight-template-visualsubtitlelabeloptions-visibility

Back to top Generated by DocFX