AWS::SES::Tenant - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SES::Tenant

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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SES::Tenant", "Properties" : { "ResourceAssociations" : [ ResourceAssociation, ... ], "Tags" : [ Tag, ... ], "TenantName" : String } }

YAML

Type: AWS::SES::Tenant Properties: ResourceAssociations: - ResourceAssociation Tags: - Tag TenantName: String

Properties

ResourceAssociations

The list of resources to associate with the tenant.

Required: No

Type: Array of ResourceAssociation

Minimum: 0

Update requires: No interruption

Tags

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

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

TenantName

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

Required: Yes

Type: String

Pattern: ^[\w\-_]+$

Minimum: 1

Maximum: 64

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name.

Fn::GetAtt

Arn

Returns the ARN of the tenant.