Show / Hide Table of Contents

Class CfnTopicPropsMixin.TopicSingularFilterConstantProperty

A structure that represents a singular filter constant, used in filters to specify a single value to match against.

Inheritance
object
CfnTopicPropsMixin.TopicSingularFilterConstantProperty
Implements
CfnTopicPropsMixin.ITopicSingularFilterConstantProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTopicPropsMixin.TopicSingularFilterConstantProperty : CfnTopicPropsMixin.ITopicSingularFilterConstantProperty
Syntax (vb)
Public Class CfnTopicPropsMixin.TopicSingularFilterConstantProperty Implements CfnTopicPropsMixin.ITopicSingularFilterConstantProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicsingularfilterconstant.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var topicSingularFilterConstantProperty = new TopicSingularFilterConstantProperty {
                 ConstantType = "constantType",
                 SingularConstant = "singularConstant"
             };

Synopsis

Constructors

TopicSingularFilterConstantProperty()

A structure that represents a singular filter constant, used in filters to specify a single value to match against.

Properties

ConstantType

The type of the singular filter constant.

SingularConstant

The value of the singular filter constant.

Constructors

TopicSingularFilterConstantProperty()

A structure that represents a singular filter constant, used in filters to specify a single value to match against.

public TopicSingularFilterConstantProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicsingularfilterconstant.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var topicSingularFilterConstantProperty = new TopicSingularFilterConstantProperty {
                 ConstantType = "constantType",
                 SingularConstant = "singularConstant"
             };

Properties

ConstantType

The type of the singular filter constant.

public string? ConstantType { get; set; }
Property Value

string

Remarks

Valid values for this structure are SINGULAR .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicsingularfilterconstant.html#cfn-quicksight-topic-topicsingularfilterconstant-constanttype

SingularConstant

The value of the singular filter constant.

public string? SingularConstant { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicsingularfilterconstant.html#cfn-quicksight-topic-topicsingularfilterconstant-singularconstant

Implements

CfnTopicPropsMixin.ITopicSingularFilterConstantProperty
Back to top Generated by DocFX