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::RegistryRecord
The AWS::AgentRegistry::RegistryRecord resource specifies a registry record within a registry. A registry record describes a discoverable resource, such as a Model Context Protocol (MCP) server, an agent, an agent skill, or a custom resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AgentRegistry::RegistryRecord", "Properties" : { "Description" :String, "Descriptors" :Descriptors, "DisplayName" :String, "Name" :String, "RecordType" :String, "RecordVersion" :String, "RegistryId" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::AgentRegistry::RegistryRecord Properties: Description:StringDescriptors:DescriptorsDisplayName:StringName:StringRecordType:StringRecordVersion:StringRegistryId:StringTags:- Tag
Properties
Description-
The description of the registry record.
Required: No
Type: String
Minimum:
1Maximum:
4096Update requires: No interruption
Descriptors-
The typed descriptor content for the registry record. Exactly one descriptor field is populated based on the record type.
Required: Yes
Type: Descriptors
Update requires: No interruption
DisplayName-
The human-readable display name of the registry record.
Required: No
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
Name-
The name of the registry record. Names are unique within a registry.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_\-\.\/]*$Minimum:
1Maximum:
255Update requires: No interruption
RecordType-
The type of the registry record, which determines the descriptor format.
Required: Yes
Type: String
Allowed values:
MCP | AGENT | SKILL | CUSTOMUpdate requires: Replacement
RecordVersion-
The version of the registry record.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9.-]+$Minimum:
1Maximum:
255Update requires: No interruption
RegistryId-
The identifier of the registry in which to create the record. You can specify either the registry ID or the registry Amazon Resource Name (ARN).
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]{12,16}$Minimum:
12Maximum:
16Update requires: Replacement
-
A list of key-value pairs that contain metadata for the registry record. For more information, see Tagging Amazon resources in the Amazon General Reference Guide.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns
The Amazon Resource Name (ARN) of the registry record.
For more information about using the Ref function, see Ref.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
CreatedAt-
The timestamp when the registry record was created.
RecordArn-
The Amazon Resource Name (ARN) of the registry record.
RecordId-
The unique identifier of the registry record.
RegistryArn-
The Amazon Resource Name (ARN) of the registry that contains this record.
Status-
The current lifecycle status of the registry record.
UpdatedAt-
The timestamp when the registry record was last updated.