Oracle GoldenGate · Schema

CreateConnectionAssignmentDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
connectionId string
deploymentId string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-create-connection-assignment-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateConnectionAssignmentDetails",
  "type": "object",
  "properties": {
    "connectionId": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    }
  }
}