This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Evaluate" :
IngressIpv6ToEvaluate
, "Operator" :String
, "Values" :[ String, ... ]
}
YAML
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