Class RouteArgs
Inherited Members
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 RouteArgs : ResourceArgs
Constructors
View SourceRouteArgs()
Declaration
public RouteArgs()
Properties
View SourceActions
Declaration
public InputList<string> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Expression
A filter expression like match_recipient('.*@gmail.com')
Declaration
public Input<string> Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |