Show / Hide Table of Contents

Class RouteState

Inheritance
System.Object
InputArgs
ResourceArgs
RouteState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mailgun
Assembly: Pulumi.Mailgun.dll
Syntax
public sealed class RouteState : ResourceArgs

Constructors

View Source

RouteState()

Declaration
public RouteState()

Properties

View Source

Actions

Declaration
public InputList<string> Actions { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Expression

A filter expression like match_recipient(&apos;.*@gmail.com&apos;)

Declaration
public Input<string> Expression { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Smaller number indicates higher priority. Higher priority routes are handled first.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Region

The region where domain will be created. Default value is us.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.