Class DomainState
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 DomainState : ResourceArgs
Constructors
View SourceDomainState()
Declaration
public DomainState()
Properties
View SourceName
The domain to add to Mailgun
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReceivingRecords
A list of DNS records for receiving validation.
Declaration
public InputList<DomainReceivingRecordGetArgs> ReceivingRecords { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DomainReceivingRecordGetArgs> |
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> |
SendingRecords
A list of DNS records for sending validation.
Declaration
public InputList<DomainSendingRecordGetArgs> SendingRecords { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DomainSendingRecordGetArgs> |
SmtpLogin
The login email for the SMTP server.
Declaration
public Input<string> SmtpLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SmtpPassword
The password to the SMTP server.
Declaration
public Input<string> SmtpPassword { 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> |