AWS Fundamentals Logo
AWS Fundamentals
AWS::SES::VdmAttributes

SES VdmAttributes

Resource Type definition for AWS::SES::VdmAttributes

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DashboardAttributes
DashboardAttributes
GuardianAttributes
GuardianAttributes

Return Values

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

AttributeTypeDescription
VdmAttributesResourceIdstringUnique identifier for this resource

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::VdmAttributes

Resources:
  MyResource:
    Type: AWS::SES::VdmAttributes
    Properties:

Required IAM Permissions

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

create

ses:PutAccountVdmAttributesses:GetAccount

read

ses:GetAccount

update

ses:PutAccountVdmAttributesses:GetAccount

delete

ses:PutAccountVdmAttributesses:GetAccount

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
Properties3
Required0
TaggingNot supported
Primary IDVdmAttributesResourceId

Supported Operations

CreateReadUpdateDelete

External Links