Amazon DataZone · JSON Structure

Create Environment Request Structure

Request body for creating a DataZone environment.

Type: typedMap Properties: 0
Data CatalogData GovernanceData ManagementData SharingAnalytics

Create Environment Request Structure is a JSON Structure definition published by Amazon DataZone. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-datazone/json-structure/create-environment-request-structure.json",
  "title": "Create Environment Request",
  "description": "Request body for creating a DataZone environment.",
  "type": "typedMap",
  "fields": {
    "name": {
      "type": "str",
      "description": "name"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "domainIdentifier": {
      "type": "str",
      "description": "domainIdentifier"
    },
    "projectIdentifier": {
      "type": "str",
      "description": "projectIdentifier"
    },
    "environmentProfileIdentifier": {
      "type": "str",
      "description": "environmentProfileIdentifier"
    }
  }
}