EmailRoutingRuleMatcherArgs

data class EmailRoutingRuleMatcherArgs(val field: Output<String>? = null, val type: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<EmailRoutingRuleMatcherArgs>

Constructors

Link copied to clipboard
constructor(field: Output<String>? = null, type: Output<String>, value: Output<String>? = null)

Properties

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

Field to match on. Required for type of literal.

Link copied to clipboard
val type: Output<String>

Type of matcher. Available values: literal, all

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

Value to match on. Required for type of literal.

Functions

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