Skip to content

Bedrock Agentcore Control  >  Structures  >  RegistryRecordSummary

RegistryRecordSummary

Structure Class

RegistryRecordSummary dataclass

Contains summary information about a registry record.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when the registry record was created.

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

The description of the registry record.

descriptor_type instance-attribute
descriptor_type: DescriptorType

The descriptor type of the registry record. Possible values are MCP, A2A, CUSTOM, and AGENT_SKILLS.

name instance-attribute
name: str

The name of the registry record.

record_arn instance-attribute
record_arn: str

The Amazon Resource Name (ARN) of the registry record.

record_id instance-attribute
record_id: str

The unique identifier of the registry record.

record_version instance-attribute
record_version: str

The version of the registry record.

registry_arn instance-attribute
registry_arn: str

The Amazon Resource Name (ARN) of the registry that contains the record.

status instance-attribute

The current status of the registry record. Possible values include CREATING, DRAFT, APPROVED, PENDING_APPROVAL, REJECTED, DEPRECATED, UPDATING, CREATE_FAILED, and UPDATE_FAILED.

updated_at instance-attribute
updated_at: datetime

The timestamp when the registry record was last updated.