interface CollectiveConstantProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTopicPropsMixin.CollectiveConstantProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTopicPropsMixin_CollectiveConstantProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTopicPropsMixin.CollectiveConstantProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTopicPropsMixin.CollectiveConstantProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTopicPropsMixin » 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/cfn-property-mixins';
const collectiveConstantProperty: quicksight.CfnTopicPropsMixin.CollectiveConstantProperty = {
valueList: ['valueList'],
};
Properties
| Name | Type | Description |
|---|---|---|
| value | string[] | A list of values for the collective constant. |
valueList?
Type:
string[]
(optional)
A list of values for the collective constant.

.NET
Go
Java
Python
TypeScript