Show / Hide Table of Contents

Class CfnDashboardPropsMixin.SheetTextBoxProperty

A text box.

Inheritance
object
CfnDashboardPropsMixin.SheetTextBoxProperty
Implements
CfnDashboardPropsMixin.ISheetTextBoxProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SheetTextBoxProperty : CfnDashboardPropsMixin.ISheetTextBoxProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SheetTextBoxProperty Implements CfnDashboardPropsMixin.ISheetTextBoxProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.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 sheetTextBoxProperty = new SheetTextBoxProperty {
                 Content = "content",
                 SheetTextBoxId = "sheetTextBoxId"
             };

Synopsis

Constructors

SheetTextBoxProperty()

A text box.

Properties

Content

The content that is displayed in the text box.

SheetTextBoxId

The unique identifier for a text box.

Constructors

SheetTextBoxProperty()

A text box.

public SheetTextBoxProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.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 sheetTextBoxProperty = new SheetTextBoxProperty {
                 Content = "content",
                 SheetTextBoxId = "sheetTextBoxId"
             };

Properties

Content

The content that is displayed in the text box.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.html#cfn-quicksight-dashboard-sheettextbox-content

SheetTextBoxId

The unique identifier for a text box.

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

string

Remarks

This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.html#cfn-quicksight-dashboard-sheettextbox-sheettextboxid

Implements

CfnDashboardPropsMixin.ISheetTextBoxProperty
Back to top Generated by DocFX