AWS::BedrockAgentCore::Runtime ClaimMatchValueType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::Runtime ClaimMatchValueType

The value or values to match for.

  • Include a matchValueString with the EQUALS operator to specify a string that matches the claim field value.

  • Include a matchValueArray to specify an array of string values. You can use the following operators:

    • Use CONTAINS to yield a match if the claim field value is in the array.

    • Use CONTAINS_ANY to yield a match if the claim field value contains any of the strings in the array.

Syntax

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

JSON

{ "MatchValueString" : String, "MatchValueStringList" : [ String, ... ] }

YAML

MatchValueString: String MatchValueStringList: - 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: 1

Maximum: 255

Update requires: No interruption