View a markdown version of this page

AWS::AgentRegistry::Registry CustomClaimValidationType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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