{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-direct-connect/refs/heads/main/json-schema/amazon-direct-connect-interconnect-schema.json", "title": "Interconnect", "description": "Information about an interconnect.", "type": "object", "properties": { "interconnectId": { "allOf": [ { "$ref": "#/components/schemas/InterconnectId" }, { "description": "The ID of the interconnect." } ] }, "interconnectName": { "allOf": [ { "$ref": "#/components/schemas/InterconnectName" }, { "description": "The name of the interconnect." } ] }, "interconnectState": { "allOf": [ { "$ref": "#/components/schemas/InterconnectState" }, { "description": "
The state of the interconnect. The following are the possible values:
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
pending: The interconnect is approved, and is being initialized.
available: The network link is up, and the interconnect is ready for use.
down: The network link is down.
deleting: The interconnect is being deleted.
deleted: The interconnect is deleted.
unknown: The state of the interconnect is not available.