Show / Hide Table of Contents

Class CfnTopic.CollectiveConstantProperty

A structure that represents a collective constant.

Inheritance
object
CfnTopic.CollectiveConstantProperty
Implements
CfnTopic.ICollectiveConstantProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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()

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

See: 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" }
             };

Properties

ValueList

A list of values for the collective constant.

public string[]? ValueList { get; set; }
Property Value

string[]

Remarks

See: 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