CreateApplicationResponse

CreateApplicationResponse schema from Amazon Application Discovery Service API

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Properties

Name Type Description
configurationId string Configuration ID of an application to be created.
View JSON Schema on GitHub

JSON Schema

application-discovery-service-create-application-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-schema/application-discovery-service-create-application-response-schema.json",
  "title": "CreateApplicationResponse",
  "description": "CreateApplicationResponse schema from Amazon Application Discovery Service API",
  "type": "object",
  "properties": {
    "configurationId": {
      "type": "string",
      "example": "d-APP-500123",
      "description": "Configuration ID of an application to be created."
    }
  }
}