Show / Hide Table of Contents

Interface CfnTopicPropsMixin.ITopicSingularFilterConstantProperty

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

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTopicPropsMixin.ITopicSingularFilterConstantProperty
Syntax (vb)
Public Interface 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.CfnPropertyMixins.AWS.QuickSight;

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

Synopsis

Properties

ConstantType

The type of the singular filter constant.

SingularConstant

The value of the singular filter constant.

Properties

ConstantType

The type of the singular filter constant.

string? ConstantType { get; }
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.

string? SingularConstant { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX