Amazon DataZone · JSON Structure

Domain Structure

A DataZone domain that serves as the organizational boundary for data catalog and governance.

Type: typedMap Properties: 0
Data CatalogData GovernanceData ManagementData SharingAnalytics

Domain 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/domain-structure.json",
  "title": "Domain",
  "description": "A DataZone domain that serves as the organizational boundary for data catalog and governance.",
  "type": "typedMap",
  "fields": {
    "id": {
      "type": "str",
      "description": "The unique identifier of the domain"
    },
    "arn": {
      "type": "str",
      "description": "The ARN of the DataZone domain. This ARN uniquely identifies the domain."
    },
    "name": {
      "type": "str",
      "description": "name"
    },
    "description": {
      "type": "str",
      "description": "description"
    },
    "status": {
      "type": "str",
      "description": "status"
    },
    "portalUrl": {
      "type": "str",
      "description": "portalUrl"
    },
    "createdAt": {
      "type": "str",
      "description": "createdAt"
    }
  }
}