View a markdown version of this page

AWS::AgentRegistry::RegistryRecord Descriptors - 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::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 CloudFormation template, use the following syntax:

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