EmailRoutingRule

class EmailRoutingRule : KotlinCustomResource

Example Usage

resources:
exampleEmailRoutingRule:
type: cloudflare:EmailRoutingRule
name: example_email_routing_rule
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
actions:
- type: drop
value:
- destinationaddress@example.net
matchers:
- field: to
type: literal
value: test@example.com
enabled: true
name: Send to user@example.net rule.
priority: 0

Import

$ pulumi import cloudflare:index/emailRoutingRule:EmailRoutingRule example '<zone_id>/<rule_identifier>'

Properties

Link copied to clipboard

List actions patterns.

Link copied to clipboard
val enabled: Output<Boolean>

Routing rule status.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Matching patterns to forward to your actions.

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

Routing rule name.

Link copied to clipboard
val priority: Output<Double>

Priority of the routing rule.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: Output<String>

Routing rule tag. (Deprecated, replaced by routing rule identifier)

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneId: Output<String>

Identifier