MailManagerAddonSubscriptionArgs

data class MailManagerAddonSubscriptionArgs(val addonName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MailManagerAddonSubscriptionArgs>

Definition of AWS::SES::MailManagerAddonSubscription Resource Type

Constructors

Link copied to clipboard
constructor(addonName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val addonName: Output<String>? = null

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MailManagerAddonSubscriptionArgs