Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoldengateConnectionProperties

import type { GoldengateConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The properties of a GoldengateConnection.

interface GoldengateConnectionProperties {
amazonKinesisConnectionProperties?: GoldengateAmazonKinesisConnectionProperties;
amazonRedshiftConnectionProperties?: GoldengateAmazonRedshiftConnectionProperties;
amazonS3ConnectionProperties?: GoldengateAmazonS3ConnectionProperties;
azureDataLakeStorageConnectionProperties?: GoldengateAzureDataLakeStorageConnectionProperties;
azureSynapseAnalyticsConnectionProperties?: GoldengateAzureSynapseAnalyticsConnectionProperties;
connectionType?:
| "GOLDENGATE_CONNECTION_TYPE_UNSPECIFIED"
| "GOLDENGATE"
| "KAFKA"
| "KAFKA_SCHEMA_REGISTRY"
| "MYSQL"
| "JAVA_MESSAGE_SERVICE"
| "MICROSOFT_SQLSERVER"
| "OCI_OBJECT_STORAGE"
| "ORACLE"
| "AZURE_DATA_LAKE_STORAGE"
| "POSTGRESQL"
| "AZURE_SYNAPSE_ANALYTICS"
| "SNOWFLAKE"
| "AMAZON_S3"
| "HDFS"
| "ORACLE_AI_DATA_PLATFORM"
| "ORACLE_NOSQL"
| "MONGODB"
| "AMAZON_KINESIS"
| "AMAZON_REDSHIFT"
| "DB2"
| "REDIS"
| "ELASTICSEARCH"
| "GENERIC"
| "GOOGLE_CLOUD_STORAGE"
| "GOOGLE_BIGQUERY"
| "DATABRICKS"
| "GOOGLE_PUBSUB"
| "MICROSOFT_FABRIC"
| "ICEBERG";
databricksConnectionProperties?: GoldengateDatabricksConnectionProperties;
db2ConnectionProperties?: GoldengateDb2ConnectionProperties;
description?: string;
displayName?: string;
elasticsearchConnectionProperties?: GoldengateElasticsearchConnectionProperties;
genericConnectionProperties?: GoldengateGenericConnectionProperties;
goldengateConnectionProperties?: GoldengateGoldengateConnectionProperties;
googleBigQueryConnectionProperties?: GoldengateGoogleBigQueryConnectionProperties;
googleCloudStorageConnectionProperties?: GoldengateGoogleCloudStorageConnectionProperties;
googlePubsubConnectionProperties?: GoldengateGooglePubsubConnectionProperties;
hdfsConnectionProperties?: GoldengateHdfsConnectionProperties;
icebergConnectionProperties?: GoldengateIcebergConnectionProperties;
readonly ingressIpAddresses?: string[];
javaMessageServiceConnectionProperties?: GoldengateJavaMessageServiceConnectionProperties;
kafkaConnectionProperties?: GoldengateKafkaConnectionProperties;
kafkaSchemaRegistryConnectionProperties?: GoldengateKafkaSchemaRegistryConnectionProperties;
readonly lifecycleDetails?: string;
readonly lifecycleState?:
| "GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "UPDATING"
| "DELETING"
| "DELETED"
| "FAILED";
microsoftFabricConnectionProperties?: GoldengateMicrosoftFabricConnectionProperties;
microsoftSqlserverConnectionProperties?: GoldengateMicrosoftSqlserverConnectionProperties;
mongodbConnectionProperties?: GoldengateMongodbConnectionProperties;
mysqlConnectionProperties?: GoldengateMysqlConnectionProperties;
readonly ocid?: string;
ociObjectStorageConnectionProperties?: GoldengateOciObjectStorageConnectionProperties;
oracleAiDataPlatformConnectionProperties?: GoldengateOracleAIDataPlatformConnectionProperties;
oracleConnectionProperties?: GoldengateOracleConnectionProperties;
oracleNosqlConnectionProperties?: GoldengateOracleNosqlConnectionProperties;
postgresqlConnectionProperties?: GoldengatePostgresqlConnectionProperties;
redisConnectionProperties?: GoldengateRedisConnectionProperties;
routingMethod?: "GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED" | "SHARED_DEPLOYMENT_ENDPOINT" | "DEDICATED_ENDPOINT";
snowflakeConnectionProperties?: GoldengateSnowflakeConnectionProperties;
readonly updateTime?: Date;
}

§Properties

§
amazonKinesisConnectionProperties?: GoldengateAmazonKinesisConnectionProperties
[src]

Properties for an Amazon Kinesis connection.

§
amazonRedshiftConnectionProperties?: GoldengateAmazonRedshiftConnectionProperties
[src]

Properties for an Amazon Redshift connection.

§
amazonS3ConnectionProperties?: GoldengateAmazonS3ConnectionProperties
[src]

Properties for an Amazon S3 connection.

§
azureDataLakeStorageConnectionProperties?: GoldengateAzureDataLakeStorageConnectionProperties
[src]

Properties for an Azure Data Lake Storage Connection.

§
azureSynapseAnalyticsConnectionProperties?: GoldengateAzureSynapseAnalyticsConnectionProperties
[src]

Properties for an Azure Synapse Analytics connection.

§
connectionType?: "GOLDENGATE_CONNECTION_TYPE_UNSPECIFIED" | "GOLDENGATE" | "KAFKA" | "KAFKA_SCHEMA_REGISTRY" | "MYSQL" | "JAVA_MESSAGE_SERVICE" | "MICROSOFT_SQLSERVER" | "OCI_OBJECT_STORAGE" | "ORACLE" | "AZURE_DATA_LAKE_STORAGE" | "POSTGRESQL" | "AZURE_SYNAPSE_ANALYTICS" | "SNOWFLAKE" | "AMAZON_S3" | "HDFS" | "ORACLE_AI_DATA_PLATFORM" | "ORACLE_NOSQL" | "MONGODB" | "AMAZON_KINESIS" | "AMAZON_REDSHIFT" | "DB2" | "REDIS" | "ELASTICSEARCH" | "GENERIC" | "GOOGLE_CLOUD_STORAGE" | "GOOGLE_BIGQUERY" | "DATABRICKS" | "GOOGLE_PUBSUB" | "MICROSOFT_FABRIC" | "ICEBERG"
[src]

Required. The connection type.

§
databricksConnectionProperties?: GoldengateDatabricksConnectionProperties
[src]

Properties for a Databricks connection.

§
db2ConnectionProperties?: GoldengateDb2ConnectionProperties
[src]

Properties for a DB2 connection.

§
description?: string
[src]

Optional. Metadata about this specific object.

§
displayName?: string
[src]

Required. An object's Display Name.

§
elasticsearchConnectionProperties?: GoldengateElasticsearchConnectionProperties
[src]

Properties for an Elasticsearch connection.

§
genericConnectionProperties?: GoldengateGenericConnectionProperties
[src]

Properties for a Generic Connection.

§
goldengateConnectionProperties?: GoldengateGoldengateConnectionProperties
[src]

Properties for a Goldengate Connection.

§
googleBigQueryConnectionProperties?: GoldengateGoogleBigQueryConnectionProperties
[src]

Properties for a Google BigQuery Connection.

§
googleCloudStorageConnectionProperties?: GoldengateGoogleCloudStorageConnectionProperties
[src]

Properties for a Google Cloud Storage Connection.

§
googlePubsubConnectionProperties?: GoldengateGooglePubsubConnectionProperties
[src]

Properties for a Google Pub/Sub connection.

§
hdfsConnectionProperties?: GoldengateHdfsConnectionProperties
[src]

Properties for an HDFS connection.

§
icebergConnectionProperties?: GoldengateIcebergConnectionProperties
[src]

Properties for an Iceberg connection.

§
readonly ingressIpAddresses?: string[]
[src]

Output only. The Ingress IPs of the GoldengateConnection.

§
javaMessageServiceConnectionProperties?: GoldengateJavaMessageServiceConnectionProperties
[src]

Properties for a Java Message Service connection.

§
kafkaConnectionProperties?: GoldengateKafkaConnectionProperties
[src]

Properties for a Kafka Connection.

§
kafkaSchemaRegistryConnectionProperties?: GoldengateKafkaSchemaRegistryConnectionProperties
[src]

Properties for a Kafka Schema Registry Connection.

§
readonly lifecycleDetails?: string
[src]

Output only. Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

§
readonly lifecycleState?: "GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED" | "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "FAILED"
[src]

Output only. The lifecycle state of the connection.

§
microsoftFabricConnectionProperties?: GoldengateMicrosoftFabricConnectionProperties
[src]

Properties for a Microsoft Fabric connection.

§
microsoftSqlserverConnectionProperties?: GoldengateMicrosoftSqlserverConnectionProperties
[src]

Properties for a Microsoft SQL Server connection.

§
mongodbConnectionProperties?: GoldengateMongodbConnectionProperties
[src]

Properties for a MongoDB connection.

§
mysqlConnectionProperties?: GoldengateMysqlConnectionProperties
[src]

Properties for a Mysql Connection.

§
readonly ocid?: string
[src]

Output only. The [OCID] of the connection being referenced.

§
ociObjectStorageConnectionProperties?: GoldengateOciObjectStorageConnectionProperties
[src]

Properties for an OCI Object Storage Connection.

§
oracleAiDataPlatformConnectionProperties?: GoldengateOracleAIDataPlatformConnectionProperties
[src]

Properties for an Oracle AI Data Platform connection.

§
oracleConnectionProperties?: GoldengateOracleConnectionProperties
[src]

Properties for an Oracle Database Connection.

§
oracleNosqlConnectionProperties?: GoldengateOracleNosqlConnectionProperties
[src]

Properties for an Oracle NoSQL connection.

§
postgresqlConnectionProperties?: GoldengatePostgresqlConnectionProperties
[src]

Properties for a PostgreSQL connection.

§
redisConnectionProperties?: GoldengateRedisConnectionProperties
[src]

Properties for a Redis connection.

§
routingMethod?: "GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED" | "SHARED_DEPLOYMENT_ENDPOINT" | "DEDICATED_ENDPOINT"
[src]

Optional. The routing method for the GoldengateConnection.

§
snowflakeConnectionProperties?: GoldengateSnowflakeConnectionProperties
[src]

Properties for a Snowflake connection.

§
readonly updateTime?: Date
[src]

Output only. The time the resource was last updated.