AWS::SES::MailManagerTrafficPolicy IngressIpv6Expression - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SES::MailManagerTrafficPolicy IngressIpv6Expression

The union type representing the allowed types for the left hand side of an IPv6 condition.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Evaluate" : IngressIpv6ToEvaluate, "Operator" : String, "Values" : [ String, ... ] }

Properties

Evaluate

The left hand side argument of an IPv6 condition expression.

Required: Yes

Type: IngressIpv6ToEvaluate

Update requires: No interruption

Operator

The matching operator for an IPv6 condition expression.

Required: Yes

Type: String

Allowed values: CIDR_MATCHES | NOT_CIDR_MATCHES

Update requires: No interruption

Values

The right hand side argument of an IPv6 condition expression.

Required: Yes

Type: Array of String

Maximum: 49

Update requires: No interruption