Amazon Cloud Map · JSON Structure

Cloud Map Register Instance Request Structure

Request body for registering an instance.

Type: object Properties: 3
Cloud MapService DiscoveryMicroservicesDNS

RegisterInstanceRequest is a JSON Structure definition published by Amazon Cloud Map, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

InstanceId CreatorRequestId Attributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-map/refs/heads/main/json-structure/cloud-map-register-instance-request-structure.json",
  "name": "RegisterInstanceRequest",
  "description": "Request body for registering an instance.",
  "type": "object",
  "properties": {
    "InstanceId": {
      "type": "string",
      "description": "An identifier that you want to associate with the instance.",
      "example": "i-1234567890abcdef0"
    },
    "CreatorRequestId": {
      "type": "string",
      "description": "A unique string that identifies the request and allows failed RegisterInstance requests to be retried."
    },
    "Attributes": {
      "type": "object",
      "description": "A string map that contains the following information, including custom attributes."
    }
  }
}