View a markdown version of this page

AWS::BedrockAgentCore::PaymentManager CustomClaimValidationType - AWS CloudFormation

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::BedrockAgentCore::PaymentManager CustomClaimValidationType

Defines a custom claim validation to apply when authorizing inbound JWT tokens.

Syntax

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

Properties

AuthorizingClaimMatchValue

The value or values to match against the claim.

Required: Yes

Type: AuthorizingClaimMatchValueType

Update requires: Replacement

InboundTokenClaimName

The name of the claim in the inbound JWT token to validate.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9_.:/-]+$

Minimum: 1

Maximum: 255

Update requires: Replacement

InboundTokenClaimValueType

The data type of the claim value. Valid values are STRING and STRING_ARRAY.

Required: Yes

Type: String

Allowed values: STRING | STRING_ARRAY

Update requires: Replacement