AWS::SES::MailManagerAddonSubscription - AWS CloudFormation

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 AWS 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.