interface CollectiveConstantProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnTopicPropsMixin.CollectiveConstantProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnTopicPropsMixin_CollectiveConstantProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTopicPropsMixin.CollectiveConstantProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnTopicPropsMixin.CollectiveConstantProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const collectiveConstantProperty: quicksight_mixins.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