Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Connection Assignment Structure

Type: object Properties: 7
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

ConnectionAssignment is a JSON Structure definition published by Oracle GoldenGate, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id connectionId deploymentId compartmentId lifecycleState timeCreated timeUpdated

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConnectionAssignment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "connectionId": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "timeUpdated": {
      "type": "string"
    }
  }
}