Class DomainArgs
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 DomainArgs : ResourceArgs
Constructors
View SourceDomainArgs()
Declaration
public DomainArgs()
Properties
View SourceName
The domain to add to Mailgun
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
SpamAction
disabled or tag Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
Declaration
public Input<string> SpamAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Wildcard
Boolean that determines whether the domain will accept email for sub-domains.
Declaration
public Input<bool> Wildcard { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |