AWS::BedrockAgentCore::Runtime ClaimMatchValueType - AWS CloudFormation

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 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 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