Show / Hide Table of Contents

Class MailFromArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MailFromArgs
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.Aws.Ses
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MailFromArgs : ResourceArgs

Constructors

View Source

MailFromArgs()

Declaration
public MailFromArgs()

Properties

View Source

BehaviorOnMxFailure

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

Domain

Verified domain name to generate DKIM tokens for.

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

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