Show / Hide Table of Contents

Class CfnTopic.CollectiveConstantProperty

A structure that represents a collective constant.

Inheritance
System.Object
CfnTopic.CollectiveConstantProperty
Implements
CfnTopic.ICollectiveConstantProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class CollectiveConstantProperty : Object, CfnTopic.ICollectiveConstantProperty
Syntax (vb)
Public Class CollectiveConstantProperty
    Inherits Object
    Implements CfnTopic.ICollectiveConstantProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-collectiveconstant.html

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[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-collectiveconstant.html#cfn-quicksight-topic-collectiveconstant-valuelist

Implements

CfnTopic.ICollectiveConstantProperty
Back to top Generated by DocFX