Skip to content

Bedrock Agentcore Control  >  Structures  >  RegistrySummary

RegistrySummary

Structure Class

RegistrySummary dataclass

Contains summary information about a registry.

Attributes

authorizer_type class-attribute instance-attribute
authorizer_type: RegistryAuthorizerType | None = None

The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.

  • CUSTOM_JWT - Authorize with a bearer token.

  • AWS_IAM - Authorize with your Amazon Web Services IAM credentials.

created_at instance-attribute
created_at: datetime

The timestamp when the registry was created.

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

The description of the registry.

name instance-attribute
name: str

The name of the registry.

registry_arn instance-attribute
registry_arn: str

The Amazon Resource Name (ARN) of the registry.

registry_id instance-attribute
registry_id: str

The unique identifier of the registry.

status instance-attribute

The current status of the registry. Possible values include CREATING, READY, UPDATING, CREATE_FAILED, UPDATE_FAILED, DELETING, and DELETE_FAILED.

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

The reason for the current status, typically set when the status is a failure state.

updated_at instance-attribute
updated_at: datetime

The timestamp when the registry was last updated.