

# JwtValidationActionAdditionalClaim


Information about an additional claim to validate.

## Contents


 ** Format **   
The format of the claim value.  
Type: String  
Valid Values: `single-string | string-array | space-separated-values`   
Required: Yes

 ** Name **   
The name of the claim. You can't specify `exp`, `iss`, `nbf`, or `iat` because we validate them by default.  
Type: String  
Required: Yes

 ** Values.member.N **   
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.  
Type: Array of strings  
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/elasticloadbalancingv2-2015-12-01/JwtValidationActionAdditionalClaim) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/elasticloadbalancingv2-2015-12-01/JwtValidationActionAdditionalClaim) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/elasticloadbalancingv2-2015-12-01/JwtValidationActionAdditionalClaim) 