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::AgentRegistry::Registry CustomClaimValidationType
A validation rule applied to a single claim of an inbound JSON Web Token (JWT).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AuthorizingClaimMatchValue" :AuthorizingClaimMatchValueType, "InboundTokenClaimName" :String, "InboundTokenClaimValueType" :String}
YAML
AuthorizingClaimMatchValue:AuthorizingClaimMatchValueTypeInboundTokenClaimName:StringInboundTokenClaimValueType:String
Properties
-
The value and match operator used to authorize the claim.
Required: Yes
Type: AuthorizingClaimMatchValueType
Update requires: No interruption
InboundTokenClaimName-
The name of the claim in the inbound JWT to validate.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9_.-:]+$Minimum:
1Maximum:
255Update requires: No interruption
InboundTokenClaimValueType-
The value type of the inbound token claim.
Required: Yes
Type: String
Allowed values:
STRING | STRING_ARRAYUpdate requires: No interruption