Mail Manager Traffic Policy Args
data class MailManagerTrafficPolicyArgs(val defaultAction: Output<MailManagerTrafficPolicyAcceptAction>? = null, val maxMessageSizeBytes: Output<Double>? = null, val policyStatements: Output<List<MailManagerTrafficPolicyPolicyStatementArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val trafficPolicyName: Output<String>? = null) : ConvertibleToJava<MailManagerTrafficPolicyArgs>
Definition of AWS::SES::MailManagerTrafficPolicy Resource Type
Constructors
Link copied to clipboard
constructor(defaultAction: Output<MailManagerTrafficPolicyAcceptAction>? = null, maxMessageSizeBytes: Output<Double>? = null, policyStatements: Output<List<MailManagerTrafficPolicyPolicyStatementArgs>>? = null, tags: Output<List<TagArgs>>? = null, trafficPolicyName: Output<String>? = null)
Properties
Link copied to clipboard
Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements
Link copied to clipboard
The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
Link copied to clipboard
Conditional statements for filtering email traffic.
Link copied to clipboard
The name of the policy. The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.