EmailRoutingCatchAllActionArgs

data class EmailRoutingCatchAllActionArgs(val type: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EmailRoutingCatchAllActionArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val type: Output<String>

Type of supported action. Available values: drop, forward, worker.

Link copied to clipboard
val values: Output<List<String>>

A list with items in the following form.

Functions

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