Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.ListControlSearchOptionsProperty

The configuration of the search options in a list control.

Inheritance
object
CfnAnalysisPropsMixin.ListControlSearchOptionsProperty
Implements
CfnAnalysisPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.ListControlSearchOptionsProperty : CfnAnalysisPropsMixin.IListControlSearchOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.ListControlSearchOptionsProperty Implements CfnAnalysisPropsMixin.IListControlSearchOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             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-analysis-listcontrolsearchoptions.html#cfn-quicksight-analysis-listcontrolsearchoptions-visibility

Implements

CfnAnalysisPropsMixin.IListControlSearchOptionsProperty
Back to top Generated by DocFX