MailManagerRuleSetArgs

data class MailManagerRuleSetArgs(val ruleSetName: Output<String>? = null, val rules: Output<List<MailManagerRuleSetRuleArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MailManagerRuleSetArgs>

Definition of AWS::SES::MailManagerRuleSet Resource Type

Constructors

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

Properties

Link copied to clipboard
val rules: Output<List<MailManagerRuleSetRuleArgs>>? = null

Conditional rules that are evaluated for determining actions on email.

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

A user-friendly name for the rule set.

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(): MailManagerRuleSetArgs