Builder

class Builder

Properties

Link copied to clipboard
var createdAt: <Error class: unknown class>?

The timestamp when the registry record was created.

Link copied to clipboard

The description of the registry record.

Link copied to clipboard

The descriptor-type-specific configuration containing the resource schema and metadata. For details, see the Descriptors data type.

Link copied to clipboard

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

Link copied to clipboard
var name: String?

The name of the registry record.

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 version of the registry record.

Link copied to clipboard

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

Link copied to clipboard

The current status of the registry record. Possible values include CREATING, DRAFT, APPROVED, PENDING_APPROVAL, REJECTED, DEPRECATED, UPDATING, CREATE_FAILED, and UPDATE_FAILED. A record transitions from CREATING to DRAFT, then to PENDING_APPROVAL (via SubmitRegistryRecordForApproval), and finally to APPROVED upon approval.

Link copied to clipboard

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

Link copied to clipboard

The configuration for synchronizing registry record metadata from an external source.

Link copied to clipboard

The type of synchronization used for this record.

Link copied to clipboard
var updatedAt: <Error class: unknown class>?

The timestamp when the registry record was last updated.