Class MailFromArgs
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.Aws.Ses
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MailFromArgs : ResourceArgs
Constructors
View SourceMailFromArgs()
Declaration
public MailFromArgs()
Properties
View SourceBehaviorOnMxFailure
The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email. Defaults to UseDefaultValue. See the SES API documentation for more information.
Declaration
public Input<string> BehaviorOnMxFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Domain
Verified domain name to generate DKIM tokens for.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MailFromDomain
Subdomain (of above domain) which is to be used as MAIL FROM address (Required for DMARC validation)
Declaration
public Input<string> MailFromDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |