Class CfnTopic.CollectiveConstantProperty
A structure that represents a collective constant.
Inheritance
System.Object
CfnTopic.CollectiveConstantProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CollectiveConstantProperty : Object, CfnTopic.ICollectiveConstantProperty
Syntax (vb)
Public Class CollectiveConstantProperty
Inherits Object
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() |
Properties
ValueList | A list of values for the collective constant. |
Constructors
CollectiveConstantProperty()
public CollectiveConstantProperty()
Properties
ValueList
A list of values for the collective constant.
public string[] ValueList { get; set; }
Property Value
System.String[]