Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IShortFormatTextProperty

The text format for the title.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IShortFormatTextProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IShortFormatTextProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-shortformattext.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var shortFormatTextProperty = new ShortFormatTextProperty {
                 PlainText = "plainText",
                 RichText = "richText"
             };

Synopsis

Properties

PlainText

Plain text format.

RichText

Rich text.

Properties

PlainText

Plain text format.

string? PlainText { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-shortformattext.html#cfn-quicksight-analysis-shortformattext-plaintext

RichText

Rich text.

string? RichText { get; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-shortformattext.html#cfn-quicksight-analysis-shortformattext-richtext

Back to top Generated by DocFX