AWS::SES::MailManagerAddonSubscription - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::MailManagerAddonSubscription

Creates a subscription for an Add On representing the acceptance of its terms of use and additional pricing. The subscription can then be used to create an instance for use in rule sets or traffic policies.

Syntax

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

JSON

{ "Type" : "AWS::SES::MailManagerAddonSubscription", "Properties" : { "AddonName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SES::MailManagerAddonSubscription Properties: AddonName: String Tags: - Tag

Properties

AddonName

The name of the Add On to subscribe to. You can only have one subscription for each Add On name.

Valid Values: TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE

Required: Yes

Type: String

Update requires: Replacement

Tags

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

AddonSubscriptionArn

The Amazon Resource Name (ARN) of the Add On subscription.

AddonSubscriptionId

The unique ID of the Add On subscription.