AWS::SES::TenantCreate 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 { CfnTenant } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnTenantConfiguration passed to the constructor as CfnTenantProps.
tenantNameRequiredstringThe name of a tenant. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
resourceAssociationsOptionalIResolvable | IResolvable | ResourceAssociationProperty[]The list of resources to associate with the tenant.
tagsOptionalCfnTag[]An array of objects that define the tags (keys and values) associated with the tenant.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::Tenant