toggle menu
pulumi-cloudflare-kotlin
6.0.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.inputs
/
EmailRoutingCatchAllActionArgs
Email
Routing
Catch
All
Action
Args
data
class
EmailRoutingCatchAllActionArgs
(
val
type
:
Output
<
String
>
,
val
values
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
EmailRoutingCatchAllActionArgs
>
Members
Constructors
Email
Routing
Catch
All
Action
Args
Link copied to clipboard
constructor
(
type
:
Output
<
String
>
,
values
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
type
Link copied to clipboard
val
type
:
Output
<
String
>
Type of action for catch-all rule. Available values: "drop", "forward", "worker".
values
Link copied to clipboard
val
values
:
Output
<
List
<
String
>
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EmailRoutingCatchAllActionArgs