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

GetIdentityDkimAttributesResponse

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

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

interface GetIdentityDkimAttributesResponse {
DkimAttributes: {
[key: string]: IdentityDkimAttributes | null | undefined;
}
;
}

§Properties

§
DkimAttributes: {
[key: string]: IdentityDkimAttributes | null | undefined;
}
[src]

The DKIM attributes for an email address or a domain.