AWS::SES::MailManagerAddonSubscriptionCreates 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.
import { CfnMailManagerAddonSubscription } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerAddonSubscriptionConfiguration passed to the constructor as CfnMailManagerAddonSubscriptionProps.
addonNameRequiredstringThe 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 | VADE_ADVANCED_EMAIL_SECURITY`
tagsOptionalCfnTag[]The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::MailManagerAddonSubscription