Show / Hide Table of Contents

Class CfnTemplate.VisualTitleLabelOptionsProperty

The title label options for a visual.

Inheritance
object
CfnTemplate.VisualTitleLabelOptionsProperty
Implements
CfnTemplate.IVisualTitleLabelOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.VisualTitleLabelOptionsProperty : CfnTemplate.IVisualTitleLabelOptionsProperty
Syntax (vb)
Public Class CfnTemplate.VisualTitleLabelOptionsProperty Implements CfnTemplate.IVisualTitleLabelOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualtitlelabeloptions.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 visualTitleLabelOptionsProperty = new VisualTitleLabelOptionsProperty {
                 FormatText = new ShortFormatTextProperty {
                     PlainText = "plainText",
                     RichText = "richText"
                 },
                 Visibility = "visibility"
             };

Synopsis

Constructors

VisualTitleLabelOptionsProperty()

The title label options for a visual.

Properties

FormatText

The short text format of the title label, such as plain text or rich text.

Visibility

The visibility of the title label.

Constructors

VisualTitleLabelOptionsProperty()

The title label options for a visual.

public VisualTitleLabelOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualtitlelabeloptions.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 visualTitleLabelOptionsProperty = new VisualTitleLabelOptionsProperty {
                 FormatText = new ShortFormatTextProperty {
                     PlainText = "plainText",
                     RichText = "richText"
                 },
                 Visibility = "visibility"
             };

Properties

FormatText

The short text format of the title label, such as plain text or rich text.

public object? FormatText { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplate.IShortFormatTextProperty

Visibility

The visibility of the title label.

public string? Visibility { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplate.IVisualTitleLabelOptionsProperty
Back to top Generated by DocFX