File: //snap/google-cloud-cli/current/lib/googlecloudsdk/schemas/datastream/v1/SqlServerSourceConfig.yaml
$schema: "http://json-schema.org/draft-06/schema#"
title: datastream v1 SqlServerSourceConfig export schema
description: A gcloud export/import command YAML validation schema.
type: object
additionalProperties: false
properties:
  COMMENT:
    type: object
    description: User specified info ignored by gcloud import.
    additionalProperties: false
    properties:
      template-id:
        type: string
      region:
        type: string
      description:
        type: string
      date:
        type: string
      version:
        type: string
  UNKNOWN:
    type: array
    description: Unknown API fields that cannot be imported.
    items:
      type: string
  changeTables:
    description: CDC reader reads from change tables.
    type: sqlserverchangetables
    $ref: SqlServerChangeTables.yaml
  excludeObjects:
    description: SQLServer objects to exclude from the stream.
    $ref: SqlServerRdbms.yaml
  includeObjects:
    description: SQLServer objects to include in the stream.
    $ref: SqlServerRdbms.yaml
  maxConcurrentBackfillTasks:
    description: Max concurrent backfill tasks.
    type: integer
  maxConcurrentCdcTasks:
    description: Max concurrent CDC tasks.
    type: integer
  transactionLogs:
    description: CDC reader reads from transaction logs.
    type: sqlservertransactionlogs
    $ref: SqlServerTransactionLogs.yaml