TopicSingularFilterConstantArgs

data class TopicSingularFilterConstantArgs(val constantType: Output<TopicConstantType>? = null, val singularConstant: Output<String>? = null) : ConvertibleToJava<TopicSingularFilterConstantArgs>

Constructors

Link copied to clipboard
constructor(constantType: Output<TopicConstantType>? = null, singularConstant: Output<String>? = null)

Properties

Link copied to clipboard
val constantType: Output<TopicConstantType>? = null

The type of the singular filter constant. Valid values for this structure are SINGULAR .

Link copied to clipboard
val singularConstant: Output<String>? = null

The value of the singular filter constant.

Functions

Link copied to clipboard
open override fun toJava(): TopicSingularFilterConstantArgs