aws-cdk-lib.aws_quicksight.CfnTopic.CollectiveConstantProperty

interface CollectiveConstantProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.CollectiveConstantProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_CollectiveConstantProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.CollectiveConstantProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.CollectiveConstantProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTopic » CollectiveConstantProperty

A structure that represents a collective constant.

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 collectiveConstantProperty: quicksight.CfnTopic.CollectiveConstantProperty = {
  valueList: ['valueList'],
};

Properties

NameTypeDescription
valueList?string[]A list of values for the collective constant.

valueList?

Type: string[] (optional)

A list of values for the collective constant.