AWS::SES::VdmAttributes
The Virtual Deliverability Manager (VDM) attributes that apply to your Amazon SES account.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SES::VdmAttributes", "Properties" : { "DashboardAttributes" :DashboardAttributes, "GuardianAttributes" :GuardianAttributes} }
YAML
Type: AWS::SES::VdmAttributes Properties: DashboardAttributes:DashboardAttributesGuardianAttributes:GuardianAttributes
Properties
DashboardAttributes-
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
Required: No
Type: DashboardAttributes
Update requires: No interruption
GuardianAttributes-
Specifies additional settings for your VDM configuration as applicable to the Guardian.
Required: No
Type: GuardianAttributes
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the resource name.
For more information about using the Reffunction, see Ref.