Show / Hide Table of Contents

Class DomainIdentityState

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

Constructors

View Source

DomainIdentityState()

Declaration
public DomainIdentityState()

Properties

View Source

Arn

The ARN of the domain identity.

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

Domain

The domain name to assign to SES

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

VerificationToken

A code which when added to the domain as a TXT record will signal to SES that the owner of the domain has authorised SES to act on their behalf. The domain identity will be in state "verification pending" until this is done. 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 Input<string> VerificationToken { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.