toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
EmailRoutingRuleMatcher
Email
Routing
Rule
Matcher
data
class
EmailRoutingRuleMatcher
(
val
field
:
String
?
=
null
,
val
type
:
String
,
val
value
:
String
?
=
null
)
Members
Constructors
Email
Routing
Rule
Matcher
Link copied to clipboard
constructor
(
field
:
String
?
=
null
,
type
:
String
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
field
Link copied to clipboard
val
field
:
String
?
=
null
Field for type matcher.
type
Link copied to clipboard
val
type
:
String
Type of matcher.
value
Link copied to clipboard
val
value
:
String
?
=
null
Value for matcher.