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:
JSON
{ "AuthorizingClaimMatchValue" :AuthorizingClaimMatchValueType, "InboundTokenClaimName" :String, "InboundTokenClaimValueType" :String}
YAML
AuthorizingClaimMatchValue:AuthorizingClaimMatchValueTypeInboundTokenClaimName:StringInboundTokenClaimValueType:String
Properties
-
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:
1Maximum:
255Update requires: Replacement
InboundTokenClaimValueType-
The data type of the claim value. Valid values are
STRINGandSTRING_ARRAY.Required: Yes
Type: String
Allowed values:
STRING | STRING_ARRAYUpdate requires: Replacement