Class CfnTopic.CollectiveConstantProperty
A structure that represents a collective constant.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTopic.CollectiveConstantProperty : CfnTopic.ICollectiveConstantProperty
Syntax (vb)
Public Class CfnTopic.CollectiveConstantProperty Implements CfnTopic.ICollectiveConstantProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var collectiveConstantProperty = new CollectiveConstantProperty {
ValueList = new [] { "valueList" }
};
Synopsis
Constructors
CollectiveConstantProperty() | A structure that represents a collective constant. |
Properties
ValueList | A list of values for the collective constant. |
Constructors
CollectiveConstantProperty()
A structure that represents a collective constant.
public CollectiveConstantProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var collectiveConstantProperty = new CollectiveConstantProperty {
ValueList = new [] { "valueList" }
};
Properties
ValueList
A list of values for the collective constant.
public string[]? ValueList { get; set; }
Property Value
string[]