View a markdown version of this page

AWS::BedrockAgentCore::PaymentManager 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::PaymentManager ClaimMatchValueType

The value or values to match against an authorizing claim.

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

A single string value to match against the claim.

Required: No

Type: String

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

Minimum: 1

Maximum: 255

Update requires: Replacement

MatchValueStringList

An array of string values to match against the claim.

Required: No

Type: Array of String

Minimum: 1

Maximum: 255

Update requires: Replacement