Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IListControlSearchOptionsProperty

The configuration of the search options in a list control.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IListControlSearchOptionsProperty
Syntax (vb)
Public Interface 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.CfnPropertyMixins.AWS.QuickSight;

             var listControlSearchOptionsProperty = new ListControlSearchOptionsProperty {
                 Visibility = "visibility"
             };

Synopsis

Properties

Visibility

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

Properties

Visibility

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

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX