Show / Hide Table of Contents

Class DomainState

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

Constructors

View Source

DomainState()

Declaration
public DomainState()

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

ReceivingRecords

A list of DNS records for receiving validation.

Declaration
public InputList<DomainReceivingRecordGetArgs> ReceivingRecords { get; set; }
Property Value
Type Description
InputList<DomainReceivingRecordGetArgs>
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

SendingRecords

A list of DNS records for sending validation.

Declaration
public InputList<DomainSendingRecordGetArgs> SendingRecords { get; set; }
Property Value
Type Description
InputList<DomainSendingRecordGetArgs>
View Source

SmtpLogin

The login email for the SMTP server.

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

SmtpPassword

The password to the SMTP server.

Declaration
public Input<string> SmtpPassword { 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.