Amazon Cloud Map · JSON Structure

Cloud Map Create Service Response Structure

Response for creating a service.

Type: object Properties: 1
Cloud MapService DiscoveryMicroservicesDNS

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

Properties

Service

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-create-service-response-structure.json",
  "name": "CreateServiceResponse",
  "description": "Response for creating a service.",
  "type": "object",
  "properties": {
    "Service": {
      "$ref": "#/components/schemas/Service"
    }
  }
}