Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateEmailIdentityResponse

import type { CreateEmailIdentityResponse } from "https://aws-api.deno.dev/v0.3/services/pinpointemail.ts?docs=full";

If the email identity is a domain, this object contains tokens that you can use to create a set of CNAME records. To sucessfully verify your domain, you have to add these records to the DNS configuration for your domain.

If the email identity is an email address, this object is empty.

interface CreateEmailIdentityResponse {
DkimAttributes?: DkimAttributes | null;
IdentityType?: IdentityType | null;
VerifiedForSendingStatus?: boolean | null;
}

§Properties

§
DkimAttributes?: DkimAttributes | null
[src]

An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.

§
IdentityType?: IdentityType | null
[src]

The email identity type.

§
VerifiedForSendingStatus?: boolean | null
[src]

Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.