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::BedrockAgentCore::Gateway AuthorizingClaimMatchValueType
Defines the value or values to match for and the relationship of the match.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ClaimMatchOperator" :String, "ClaimMatchValue" :ClaimMatchValueType}
YAML
ClaimMatchOperator:StringClaimMatchValue:ClaimMatchValueType
Properties
-
Defines the relationship between the claim field value and the value or values you're matching for.
Required: Yes
Type: String
Allowed values:
EQUALS | CONTAINS | CONTAINS_ANYUpdate requires: No interruption
-
The value or values to match for.
Required: Yes
Type: ClaimMatchValueType
Update requires: No interruption