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.
description
class-attribute
instance-attribute
¶
description: str | None = field(repr=False, default=None)
The description of the registry.
status
instance-attribute
¶
status: RegistryStatus
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.