AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::Tenant

SES Tenant

Resource Type definition for AWS::SES::Tenant

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
TenantName
string
RequiredCreate-only
ResourceAssociations
Array<ResourceAssociation>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) of the tenant.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SES::Tenant

Resources:
  MyResource:
    Type: AWS::SES::Tenant
    Properties:
      TenantName: "my-tenantname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ses:CreateTenantses:GetTenantses:CreateTenantResourceAssociationses:ListTenantResourcesses:UntagResourceses:TagResource

read

ses:GetTenantses:ListTenantResources

update

ses:GetTenantses:CreateTenantResourceAssociationses:DeleteTenantResourceAssociationses:ListTenantResourcesses:TagResourceses:UntagResource

delete

ses:GetTenantses:DeleteTenant

list

ses:ListTenants

Get the SES Cheat Sheet

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

Download Free Infographic

Quick Facts

ServiceSES
Properties4
Required1
TaggingSupported
Primary IDTenantName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TenantName

External Links