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 Descriptors
The typed set of descriptors for a registry record. Exactly one descriptor field is populated based on the record type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "A2aAgentCard" :A2aAgentCardDescriptor, "AgentSkillsDefinition" :AgentSkillsDefinitionDescriptor, "Custom" :CustomDescriptor, "McpServer" :McpServerDescriptor}
YAML
A2aAgentCard:A2aAgentCardDescriptorAgentSkillsDefinition:AgentSkillsDefinitionDescriptorCustom:CustomDescriptorMcpServer:McpServerDescriptor
Properties
A2aAgentCard-
The Agent-to-Agent (A2A) agent card descriptor, populated when the record type is
AGENT.Required: No
Type: A2aAgentCardDescriptor
Update requires: No interruption
AgentSkillsDefinition-
The agent skills definition descriptor, populated when the record type is
SKILL.Required: No
Type: AgentSkillsDefinitionDescriptor
Update requires: No interruption
Custom-
The custom descriptor, populated when the record type is
CUSTOM.Required: No
Type: CustomDescriptor
Update requires: No interruption
McpServer-
The Model Context Protocol (MCP) server descriptor, populated when the record type is
MCP.Required: No
Type: McpServerDescriptor
Update requires: No interruption