Show / Hide Table of Contents

Class DomainDkimState

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

Constructors

View Source

DomainDkimState()

Declaration
public DomainDkimState()

Properties

View Source

DkimTokens

DKIM tokens generated by SES. These tokens should be used to create CNAME records used to verify SES Easy DKIM. See below for an example of how this might be achieved when the domain is hosted in Route 53 and managed by this provider. Find out more about verifying domains in Amazon SES in the AWS SES docs.

Declaration
public InputList<string> DkimTokens { get; set; }
Property Value
Type Description
InputList<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
Back to top Copyright 2016-2020, Pulumi Corporation.