interface ListControlSearchOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ListControlSearchOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ListControlSearchOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ListControlSearchOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » ListControlSearchOptionsProperty |
The configuration of the search options in a list control.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const listControlSearchOptionsProperty: quicksight.CfnDashboard.ListControlSearchOptionsProperty = {
visibility: 'visibility',
};
Properties
Name | Type | Description |
---|---|---|
visibility? | string | The visibility configuration of the search options in a list control. |
visibility?
Type:
string
(optional)
The visibility configuration of the search options in a list control.