Class DomainDkimState
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 DomainDkimState : ResourceArgs
Constructors
View SourceDomainDkimState()
Declaration
public DomainDkimState()
Properties
View SourceDkimTokens
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> |
Domain
Verified domain name to generate DKIM tokens for.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |