AWS::ElasticLoadBalancingV2::Listener JwtValidationActionAdditionalClaim - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Listener JwtValidationActionAdditionalClaim

Information about an additional claim to validate.

Syntax

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

JSON

{ "Format" : String, "Name" : String, "Values" : [ String, ... ] }

YAML

Format: String Name: String Values: - String

Properties

Format

The format of the claim value.

Required: Yes

Type: String

Allowed values: single-string | string-array | space-separated-values

Update requires: No interruption

Name

The name of the claim. You can't specify exp, iss, nbf, or iat because 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