EmailRoutingCatchAllArgs

data class EmailRoutingCatchAllArgs(val actions: Output<List<EmailRoutingCatchAllActionArgs>>? = null, val enabled: Output<Boolean>? = null, val matchers: Output<List<EmailRoutingCatchAllMatcherArgs>>? = null, val name: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<EmailRoutingCatchAllArgs>

Example Usage

resources:
exampleEmailRoutingCatchAll:
type: cloudflare:EmailRoutingCatchAll
name: example_email_routing_catch_all
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
actions:
- type: drop
value:
- destinationaddress@example.net
matchers:
- type: all
enabled: true
name: Send to user@example.net rule.

Import

$ pulumi import cloudflare:index/emailRoutingCatchAll:EmailRoutingCatchAll example '<zone_id>'

Constructors

Link copied to clipboard
constructor(actions: Output<List<EmailRoutingCatchAllActionArgs>>? = null, enabled: Output<Boolean>? = null, matchers: Output<List<EmailRoutingCatchAllMatcherArgs>>? = null, name: Output<String>? = null, zoneId: Output<String>? = null)

Properties

Link copied to clipboard

List actions for the catch-all routing rule.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Routing rule status.

Link copied to clipboard

List of matchers for the catch-all routing rule.

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

Routing rule name.

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

Identifier

Functions

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