Skip to content

Bedrock Agentcore  >  Structures  >  Descriptors

Descriptors

Structure Class

Descriptors dataclass

Contains the descriptor configuration for a registry record. Only the field that matches the record's descriptorType is populated.

Attributes

a2a class-attribute instance-attribute
a2a: A2aDescriptor | None = None

The A2A (Agent-to-Agent) descriptor configuration. Populated when the record's descriptorType is A2A.

agent_skills class-attribute instance-attribute
agent_skills: AgentSkillsDescriptor | None = None

The agent skills descriptor configuration. Populated when the record's descriptorType is AGENT_SKILLS.

custom class-attribute instance-attribute
custom: CustomDescriptor | None = None

The custom descriptor configuration. Populated when the record's descriptorType is CUSTOM.

mcp class-attribute instance-attribute
mcp: McpDescriptor | None = None

The MCP (Model Context Protocol) descriptor configuration. Populated when the record's descriptorType is MCP.