GetMailManagerTrafficPolicyResult

data class GetMailManagerTrafficPolicyResult(val defaultAction: MailManagerTrafficPolicyAcceptAction? = null, val maxMessageSizeBytes: Double? = null, val policyStatements: List<MailManagerTrafficPolicyPolicyStatement>? = null, val tags: List<Tag>? = null, val trafficPolicyArn: String? = null, val trafficPolicyId: String? = null, val trafficPolicyName: String? = null)

Constructors

Link copied to clipboard
constructor(defaultAction: MailManagerTrafficPolicyAcceptAction? = null, maxMessageSizeBytes: Double? = null, policyStatements: List<MailManagerTrafficPolicyPolicyStatement>? = null, tags: List<Tag>? = null, trafficPolicyArn: String? = null, trafficPolicyId: String? = null, trafficPolicyName: String? = null)

Types

Link copied to clipboard
object Companion

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
val tags: List<Tag>? = null

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the traffic policy resource.

Link copied to clipboard
val trafficPolicyId: String? = null

The identifier of the traffic policy resource.

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.