Descriptors - Amazon Bedrock AgentCore Control Plane

Descriptors

Contains descriptor-type-specific configurations for a registry record. Only the descriptor matching the record's descriptorType should be populated.

Contents

a2a

The Agent-to-Agent (A2A) protocol descriptor configuration. Use this when the descriptorType is A2A.

Type: A2aDescriptor object

Required: No

agentSkills

The agent skills descriptor configuration. Use this when the descriptorType is AGENT_SKILLS.

Type: AgentSkillsDescriptor object

Required: No

custom

The custom descriptor configuration. Use this when the descriptorType is CUSTOM.

Type: CustomDescriptor object

Required: No

mcp

The Model Context Protocol (MCP) descriptor configuration. Use this when the descriptorType is MCP.

Type: McpDescriptor object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: