Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IShortFormatTextProperty

The text format for the title.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IShortFormatTextProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.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-template-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.CfnPropertyMixins.AWS.QuickSight;

             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-template-shortformattext.html#cfn-quicksight-template-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-template-shortformattext.html#cfn-quicksight-template-shortformattext-richtext

Back to top Generated by DocFX