View a markdown version of this page

AWS::AgentRegistry::Registry 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::AgentRegistry::Registry ClaimMatchValueType

The expected value used to match a claim. Specify exactly one member.

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

A single string value to match the claim against.

Required: No

Type: String

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

Minimum: 1

Maximum: 255

Update requires: No interruption

MatchValueStringList

A list of string values to match the claim against.

Required: No

Type: Array of String

Maximum: 255

Minimum: 1 | 1

Update requires: No interruption