CustomClaimValidationType - Amazon Bedrock AgentCore Control Plane

CustomClaimValidationType

Defines the name of a custom claim field and rules for finding matches to authenticate its value.

Contents

authorizingClaimMatchValue

Defines the value or values to match for and the relationship of the match.

Type: AuthorizingClaimMatchValueType object

Required: Yes

inboundTokenClaimName

The name of the custom claim field to check.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

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

Required: Yes

inboundTokenClaimValueType

The data type of the claim value to check for.

  • Use STRING if you want to find an exact match to a string you define.

  • Use STRING_ARRAY if you want to fnd a match to at least one value in an array you define.

Type: String

Valid Values: STRING | STRING_ARRAY

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: