Show / Hide Table of Contents

Class CfnDashboard.ListControlSearchOptionsProperty

The configuration of the search options in a list control.

Inheritance
object
CfnDashboard.ListControlSearchOptionsProperty
Implements
CfnDashboard.IListControlSearchOptionsProperty
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 CfnDashboard.ListControlSearchOptionsProperty : CfnDashboard.IListControlSearchOptionsProperty
Syntax (vb)
Public Class CfnDashboard.ListControlSearchOptionsProperty Implements CfnDashboard.IListControlSearchOptionsProperty
Remarks

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

Synopsis

Constructors

ListControlSearchOptionsProperty()

The configuration of the search options in a list control.

Properties

Visibility

The visibility configuration of the search options in a list control.

Constructors

ListControlSearchOptionsProperty()

The configuration of the search options in a list control.

public ListControlSearchOptionsProperty()
Remarks

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

Properties

Visibility

The visibility configuration of the search options in a list control.

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

string

Remarks

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

Implements

CfnDashboard.IListControlSearchOptionsProperty
Back to top Generated by DocFX