Show / Hide Table of Contents

Class CfnTemplatePropsMixin.ListControlSearchOptionsProperty

The configuration of the search options in a list control.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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-template-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-template-listcontrolsearchoptions.html#cfn-quicksight-template-listcontrolsearchoptions-visibility

Implements

CfnTemplatePropsMixin.IListControlSearchOptionsProperty
Back to top Generated by DocFX