aws-cdk-lib.aws_quicksight.CfnTemplate.ListControlSelectAllOptionsProperty

interface ListControlSelectAllOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ListControlSelectAllOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ListControlSelectAllOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ListControlSelectAllOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ListControlSelectAllOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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-lib';
const listControlSelectAllOptionsProperty: quicksight.CfnTemplate.ListControlSelectAllOptionsProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringThe 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.