Show / Hide Table of Contents

Class DomainArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainArgs
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 DomainArgs : ResourceArgs

Constructors

View Source

DomainArgs()

Declaration
public DomainArgs()

Properties

View Source

Name

The domain to add to Mailgun

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.