interface ListControlSelectAllOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.ListControlSelectAllOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_ListControlSelectAllOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ListControlSelectAllOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.ListControlSelectAllOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » ListControlSelectAllOptionsProperty |
The configuration of the Select all 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const listControlSelectAllOptionsProperty: quicksight.CfnDashboardPropsMixin.ListControlSelectAllOptionsProperty = {
visibility: 'visibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| visibility? | string | The visibility configuration of the Select all options in a list control. |
visibility?
Type:
string
(optional)
The visibility configuration of the Select all options in a list control.

.NET
Go
Java
Python
TypeScript