RegistryRecordSummary

A summary of a registry record returned by list operations. Contains identifying and lifecycle fields but omits descriptor content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the registry record was created.

Link copied to clipboard

The ID of the Amazon Web Services account that created the registry record.

Link copied to clipboard

Specifies whether the registry record was created by auto-detection. true indicates the record was automatically created by the service based on the registry's auto-detection configuration; false indicates the record was created through a control-plane API call.

Link copied to clipboard

A description of the registry record.

Link copied to clipboard

The human-readable display name of the registry record.

Link copied to clipboard

The name of the registry record. Names are unique within a registry.

Link copied to clipboard

List of condensed provenance entries surfaced on RegistryRecordSummary. Mirrors ProvenanceList's cardinality (one entry today); modeled as a list for forward-compatibility.

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the registry record.

Link copied to clipboard

The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.

Link copied to clipboard

The version identifier of the registry record.

Link copied to clipboard

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

Link copied to clipboard

The lifecycle status of the registry record.

Link copied to clipboard

The timestamp when the registry record was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String