View a markdown version of this page

AWS::BedrockAgentCore::Memory IndexedKey - 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::Memory IndexedKey

A metadata key indexed for filtering.

Syntax

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

JSON

{ "Key" : String, "Type" : String }

YAML

Key: String Type: String

Properties

Key

The metadata key name to index.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9\s._:/=+@-]*$

Minimum: 1

Maximum: 128

Update requires: No interruption

Type

The data type of the indexed key.

Required: Yes

Type: String

Allowed values: STRING | STRINGLIST | NUMBER

Update requires: No interruption