AWS::AgentRegistry::Registry CustomClaimValidationType - 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::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 CloudFormation template, use the following syntax:

Properties

AuthorizingClaimMatchValue

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: 1

Maximum: 255

Update requires: No interruption

InboundTokenClaimValueType

The value type of the inbound token claim.

Required: Yes

Type: String

Allowed values: STRING | STRING_ARRAY

Update requires: No interruption