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
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
Remarks
Valid values for this structure are SINGULAR .
SingularConstant
The value of the singular filter constant.
string? SingularConstant { get; }