This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ElasticLoadBalancingV2::ListenerRule JwtValidationActionAdditionalClaim
Information about an additional claim to validate.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
Properties
Format-
The format of the claim value.
Required: Yes
Type: String
Allowed values:
single-string | string-array | space-separated-valuesUpdate requires: No interruption
Name-
The name of the claim. You can't specify
exp,iss,nbf, oriatbecause we validate them by default.Required: Yes
Type: String
Update requires: No interruption
Values-
The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is
space-separated-values, the values can't include spaces.Required: Yes
Type: Array of String
Update requires: No interruption