AWS::SES::TenantResource Type definition for AWS::SES::Tenant
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TenantName | string | RequiredCreate-only |
ResourceAssociations | Array<ResourceAssociation> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the tenant. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ses:CreateTenantses:GetTenantses:CreateTenantResourceAssociationses:ListTenantResourcesses:UntagResourceses:TagResourceses:GetTenantses:ListTenantResourcesses:GetTenantses:CreateTenantResourceAssociationses:DeleteTenantResourceAssociationses:ListTenantResourcesses:TagResourceses:UntagResourceses:GetTenantses:DeleteTenantses:ListTenantsEverything you need to know about SES on one page. HD quality, print-friendly.
Download Free InfographicTenantNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TenantName