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

PutEmailIdentityConfigurationSetAttributesRequest

import type { PutEmailIdentityConfigurationSetAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

A request to associate a configuration set with an email identity.

interface PutEmailIdentityConfigurationSetAttributesRequest {
ConfigurationSetName?: string | null;
EmailIdentity: string;
}

§Properties

§
ConfigurationSetName?: string | null
[src]

The configuration set to associate with an email identity.

§
EmailIdentity: string
[src]

The email address or domain to associate with a configuration set.