Amazon DataZone · JSON Structure

Environment Structure

A DataZone environment that provides data access capabilities for a project.

Type: typedMap Properties: 0
Data CatalogData GovernanceData ManagementData SharingAnalytics

Environment 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/environment-structure.json",
  "title": "Environment",
  "description": "A DataZone environment that provides data access capabilities for a project.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The unique identifier of the environment"
    },
    "domainId": {
      "type": "str",
      "description": "domainId"
    },
    "projectId": {
      "type": "str",
      "description": "projectId"
    },
    "name": {
      "type": "str",
      "description": "name"
    },
    "status": {
      "type": "str",
      "description": "status"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}