AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::Tenant

CfnTenant

Create a tenant. *Tenants* are logical containers that group related SES resources together. Each tenant can have its own set of resources like email identities, configuration sets, and templates, along with reputation metrics and sending status. This helps isolate and manage email sending for different customers or business units within your Amazon SES API v2 account.

Import

import { CfnTenant } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnTenant

Properties

Configuration passed to the constructor as CfnTenantProps.

tenantNameRequired
string

The name of a tenant. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

resourceAssociationsOptional
IResolvable | IResolvable | ResourceAssociationProperty[]

The list of resources to associate with the tenant.

tagsOptional
CfnTag[]

An array of objects that define the tags (keys and values) associated with the tenant.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic