Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty

The configuration of the placeholder options in a text control.

Inheritance
object
CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty
Implements
CfnDashboardPropsMixin.ITextControlPlaceholderOptionsProperty
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.TextControlPlaceholderOptionsProperty : CfnDashboardPropsMixin.ITextControlPlaceholderOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TextControlPlaceholderOptionsProperty Implements CfnDashboardPropsMixin.ITextControlPlaceholderOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-textcontrolplaceholderoptions.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 textControlPlaceholderOptionsProperty = new TextControlPlaceholderOptionsProperty {
                 Visibility = "visibility"
             };

Synopsis

Constructors

TextControlPlaceholderOptionsProperty()

The configuration of the placeholder options in a text control.

Properties

Visibility

The visibility configuration of the placeholder options in a text control.

Constructors

TextControlPlaceholderOptionsProperty()

The configuration of the placeholder options in a text control.

public TextControlPlaceholderOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-textcontrolplaceholderoptions.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 textControlPlaceholderOptionsProperty = new TextControlPlaceholderOptionsProperty {
                 Visibility = "visibility"
             };

Properties

Visibility

The visibility configuration of the placeholder options in a text control.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.ITextControlPlaceholderOptionsProperty
Back to top Generated by DocFX