Oracle GoldenGate · Schema

CreateConnectionDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
compartmentId string
connectionType string
technologyType string
freeformTags object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-create-connection-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateConnectionDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "connectionType": {
      "type": "string"
    },
    "technologyType": {
      "type": "string"
    },
    "freeformTags": {
      "type": "object"
    }
  }
}