Skip to content

Bedrock Agentcore Control  >  Structures  >  CustomDescriptor

CustomDescriptor

Structure Class

CustomDescriptor dataclass

A custom descriptor for a registry record. Use this for resources such as APIs, Lambda functions, or servers that do not conform to a standard protocol like MCP or A2A.

Attributes

inline_content class-attribute instance-attribute
inline_content: str | None = None

The custom descriptor content as a valid JSON document. You can define any custom schema that describes your resource.