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::Runtime ClaimMatchValueType
The value or values to match for.
-
Include a
matchValueStringwith theEQUALSoperator to specify a string that matches the claim field value. -
Include a
matchValueArrayto specify an array of string values. You can use the following operators:-
Use
CONTAINSto yield a match if the claim field value is in the array. -
Use
CONTAINS_ANYto yield a match if the claim field value contains any of the strings in the array.
-
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MatchValueString" :String, "MatchValueStringList" :[ String, ... ]}
YAML
MatchValueString:StringMatchValueStringList:- String
Properties
MatchValueString-
The string value to match for.
Required: No
Type: String
Pattern:
[A-Za-z0-9_.-]+Update requires: No interruption
MatchValueStringList-
An array of strings to check for a match.
Required: No
Type: Array of String
Minimum:
1Maximum:
255Update requires: No interruption