Package-level declarations
Types
Link copied to clipboard
class ConnectionProfileBigqueryProfileArgs : ConvertibleToJava<ConnectionProfileBigqueryProfileArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ConnectionProfileGcsProfileArgs(val bucket: Output<String>, val rootPath: Output<String>? = null) : ConvertibleToJava<ConnectionProfileGcsProfileArgs>
Link copied to clipboard
Builder for ConnectionProfileGcsProfileArgs.
Link copied to clipboard
data class ConnectionProfileMysqlProfileArgs(val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = null, val sslConfig: Output<ConnectionProfileMysqlProfileSslConfigArgs>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileMysqlProfileArgs>
Link copied to clipboard
Builder for ConnectionProfileMysqlProfileArgs.
Link copied to clipboard
data class ConnectionProfileMysqlProfileSslConfigArgs(val caCertificate: Output<String>? = null, val caCertificateSet: Output<Boolean>? = null, val clientCertificate: Output<String>? = null, val clientCertificateSet: Output<Boolean>? = null, val clientKey: Output<String>? = null, val clientKeySet: Output<Boolean>? = null) : ConvertibleToJava<ConnectionProfileMysqlProfileSslConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class ConnectionProfileOracleProfileArgs(val connectionAttributes: Output<Map<String, String>>? = null, val databaseService: Output<String>, val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileOracleProfileArgs>
Link copied to clipboard
Builder for ConnectionProfileOracleProfileArgs.
Link copied to clipboard
data class ConnectionProfilePostgresqlProfileArgs(val database: Output<String>, val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfilePostgresqlProfileArgs>
Link copied to clipboard
Link copied to clipboard
data class ConnectionProfilePrivateConnectivityArgs(val privateConnection: Output<String>) : ConvertibleToJava<ConnectionProfilePrivateConnectivityArgs>
Link copied to clipboard
Link copied to clipboard
data class ConnectionProfileSalesforceProfileArgs(val domain: Output<String>, val oauth2ClientCredentials: Output<ConnectionProfileSalesforceProfileOauth2ClientCredentialsArgs>? = null, val userCredentials: Output<ConnectionProfileSalesforceProfileUserCredentialsArgs>? = null) : ConvertibleToJava<ConnectionProfileSalesforceProfileArgs>
Link copied to clipboard
Link copied to clipboard
data class ConnectionProfileSalesforceProfileOauth2ClientCredentialsArgs(val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val secretManagerStoredClientSecret: Output<String>? = null) : ConvertibleToJava<ConnectionProfileSalesforceProfileOauth2ClientCredentialsArgs>
Link copied to clipboard
data class ConnectionProfileSalesforceProfileUserCredentialsArgs(val password: Output<String>? = null, val secretManagerStoredPassword: Output<String>? = null, val secretManagerStoredSecurityToken: Output<String>? = null, val securityToken: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectionProfileSalesforceProfileUserCredentialsArgs>
Link copied to clipboard
Link copied to clipboard
data class ConnectionProfileSqlServerProfileArgs(val database: Output<String>, val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val secretManagerStoredPassword: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileSqlServerProfileArgs>
Link copied to clipboard
Link copied to clipboard
data class GetStaticIpsPlainArgs(val location: String, val project: String? = null) : ConvertibleToJava<GetStaticIpsPlainArgs>
A collection of arguments for invoking getStaticIps.
Link copied to clipboard
Builder for GetStaticIpsPlainArgs.
Link copied to clipboard
data class PrivateConnectionVpcPeeringConfigArgs(val subnet: Output<String>, val vpc: Output<String>) : ConvertibleToJava<PrivateConnectionVpcPeeringConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllArgs(val mysqlExcludedObjects: Output<StreamBackfillAllMysqlExcludedObjectsArgs>? = null, val oracleExcludedObjects: Output<StreamBackfillAllOracleExcludedObjectsArgs>? = null, val postgresqlExcludedObjects: Output<StreamBackfillAllPostgresqlExcludedObjectsArgs>? = null, val salesforceExcludedObjects: Output<StreamBackfillAllSalesforceExcludedObjectsArgs>? = null, val sqlServerExcludedObjects: Output<StreamBackfillAllSqlServerExcludedObjectsArgs>? = null) : ConvertibleToJava<StreamBackfillAllArgs>
Link copied to clipboard
Builder for StreamBackfillAllArgs.
Link copied to clipboard
data class StreamBackfillAllMysqlExcludedObjectsArgs(val mysqlDatabases: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseArgs>>) : ConvertibleToJava<StreamBackfillAllMysqlExcludedObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseArgs(val database: Output<String>, val mysqlTables: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>>? = null) : ConvertibleToJava<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs(val mysqlColumns: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>
Link copied to clipboard
data class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs(val collation: Output<String>? = null, val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val primaryKey: Output<Boolean>? = null) : ConvertibleToJava<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>
Link copied to clipboard
data class StreamBackfillAllOracleExcludedObjectsArgs(val oracleSchemas: Output<List<StreamBackfillAllOracleExcludedObjectsOracleSchemaArgs>>) : ConvertibleToJava<StreamBackfillAllOracleExcludedObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllOracleExcludedObjectsOracleSchemaArgs(val oracleTables: Output<List<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamBackfillAllOracleExcludedObjectsOracleSchemaArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableArgs(val oracleColumns: Output<List<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableArgs>
Link copied to clipboard
data class StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val encoding: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumnArgs>
Link copied to clipboard
data class StreamBackfillAllPostgresqlExcludedObjectsArgs(val postgresqlSchemas: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>>) : ConvertibleToJava<StreamBackfillAllPostgresqlExcludedObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs(val postgresqlTables: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>
Link copied to clipboard
data class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs(val postgresqlColumns: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>
Link copied to clipboard
data class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>
Stream Backfill All Postgresql Excluded Objects Postgresql Schema Postgresql Table Postgresql Column Args Builder
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllSalesforceExcludedObjectsArgs(val objects: Output<List<StreamBackfillAllSalesforceExcludedObjectsObjectArgs>>) : ConvertibleToJava<StreamBackfillAllSalesforceExcludedObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllSalesforceExcludedObjectsObjectArgs(val fields: Output<List<StreamBackfillAllSalesforceExcludedObjectsObjectFieldArgs>>? = null, val objectName: Output<String>? = null) : ConvertibleToJava<StreamBackfillAllSalesforceExcludedObjectsObjectArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllSalesforceExcludedObjectsObjectFieldArgs(val name: Output<String>? = null) : ConvertibleToJava<StreamBackfillAllSalesforceExcludedObjectsObjectFieldArgs>
Link copied to clipboard
data class StreamBackfillAllSqlServerExcludedObjectsArgs(val schemas: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaArgs>>) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllSqlServerExcludedObjectsSchemaArgs(val schema: Output<String>, val tables: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs>>? = null) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsSchemaArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs(val columns: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs>
Link copied to clipboard
data class StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsSchemaTableColumnArgs>
Link copied to clipboard
Link copied to clipboard
Builder for StreamBackfillNoneArgs.
Link copied to clipboard
data class StreamDestinationConfigArgs(val bigqueryDestinationConfig: Output<StreamDestinationConfigBigqueryDestinationConfigArgs>? = null, val destinationConnectionProfile: Output<String>, val gcsDestinationConfig: Output<StreamDestinationConfigGcsDestinationConfigArgs>? = null) : ConvertibleToJava<StreamDestinationConfigArgs>
Link copied to clipboard
Builder for StreamDestinationConfigArgs.
Link copied to clipboard
class StreamDestinationConfigBigqueryDestinationConfigAppendOnlyArgs : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigAppendOnlyArgs>
Link copied to clipboard
data class StreamDestinationConfigBigqueryDestinationConfigArgs(val appendOnly: Output<StreamDestinationConfigBigqueryDestinationConfigAppendOnlyArgs>? = null, val blmtConfig: Output<StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs>? = null, val dataFreshness: Output<String>? = null, val merge: Output<StreamDestinationConfigBigqueryDestinationConfigMergeArgs>? = null, val singleTargetDataset: Output<StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs>? = null, val sourceHierarchyDatasets: Output<StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs>? = null) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs(val bucket: Output<String>, val connectionName: Output<String>, val fileFormat: Output<String>, val rootPath: Output<String>? = null, val tableFormat: Output<String>) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigBlmtConfigArgs>
Link copied to clipboard
class StreamDestinationConfigBigqueryDestinationConfigMergeArgs : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigMergeArgs>
Link copied to clipboard
data class StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs(val datasetId: Output<String>) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs>
Link copied to clipboard
data class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs(val datasetTemplate: Output<StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs>) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs>
Link copied to clipboard
data class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs(val datasetIdPrefix: Output<String>? = null, val kmsKeyName: Output<String>? = null, val location: Output<String>) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamDestinationConfigGcsDestinationConfigArgs(val avroFileFormat: Output<StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs>? = null, val fileRotationInterval: Output<String>? = null, val fileRotationMb: Output<Int>? = null, val jsonFileFormat: Output<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>? = null, val path: Output<String>? = null) : ConvertibleToJava<StreamDestinationConfigGcsDestinationConfigArgs>
Link copied to clipboard
Link copied to clipboard
class StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs : ConvertibleToJava<StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs>
Link copied to clipboard
data class StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs(val compression: Output<String>? = null, val schemaFileFormat: Output<String>? = null) : ConvertibleToJava<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>
Link copied to clipboard
data class StreamSourceConfigArgs(val mysqlSourceConfig: Output<StreamSourceConfigMysqlSourceConfigArgs>? = null, val oracleSourceConfig: Output<StreamSourceConfigOracleSourceConfigArgs>? = null, val postgresqlSourceConfig: Output<StreamSourceConfigPostgresqlSourceConfigArgs>? = null, val salesforceSourceConfig: Output<StreamSourceConfigSalesforceSourceConfigArgs>? = null, val sourceConnectionProfile: Output<String>, val sqlServerSourceConfig: Output<StreamSourceConfigSqlServerSourceConfigArgs>? = null) : ConvertibleToJava<StreamSourceConfigArgs>
Link copied to clipboard
Builder for StreamSourceConfigArgs.
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigArgs(val binaryLogPosition: Output<StreamSourceConfigMysqlSourceConfigBinaryLogPositionArgs>? = null, val excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = null, val gtid: Output<StreamSourceConfigMysqlSourceConfigGtidArgs>? = null, val includeObjects: Output<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigArgs>
Link copied to clipboard
Link copied to clipboard
class StreamSourceConfigMysqlSourceConfigBinaryLogPositionArgs : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigBinaryLogPositionArgs>
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs(val mysqlDatabases: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs>>) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs(val database: Output<String>, val mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs>
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs(val mysqlColumns: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs(val collation: Output<String>? = null, val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val primaryKey: Output<Boolean>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>
Link copied to clipboard
Link copied to clipboard
class StreamSourceConfigMysqlSourceConfigGtidArgs : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigGtidArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs(val mysqlDatabases: Output<List<StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs>>) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigIncludeObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs(val database: Output<String>, val mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseArgs>
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs(val mysqlColumns: Output<List<StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableArgs>
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs(val collation: Output<String>? = null, val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val primaryKey: Output<Boolean>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigIncludeObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigArgs(val dropLargeObjects: Output<StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs>? = null, val excludeObjects: Output<StreamSourceConfigOracleSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigOracleSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null, val streamLargeObjects: Output<StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs>? = null) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigArgs>
Link copied to clipboard
Link copied to clipboard
class StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs : ConvertibleToJava<StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigExcludeObjectsArgs(val oracleSchemas: Output<List<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs>>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigExcludeObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs(val oracleTables: Output<List<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaArgs>
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs(val oracleColumns: Output<List<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableArgs>
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val encoding: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumnArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigIncludeObjectsArgs(val oracleSchemas: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs>>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs(val oracleTables: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaArgs>
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs(val oracleColumns: Output<List<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableArgs>
Link copied to clipboard
data class StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val encoding: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumnArgs>
Link copied to clipboard
Link copied to clipboard
class StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs : ConvertibleToJava<StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigArgs(val excludeObjects: Output<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val publication: Output<String>, val replicationSlot: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs(val postgresqlSchemas: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs(val postgresqlTables: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaArgs>
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs(val postgresqlColumns: Output<List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTableArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs(val postgresqlSchemas: Output<List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs>>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs(val postgresqlTables: Output<List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaArgs>
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs(val postgresqlColumns: Output<List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTableArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumnArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigArgs(val excludeObjects: Output<StreamSourceConfigSalesforceSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigSalesforceSourceConfigIncludeObjectsArgs>? = null, val pollingInterval: Output<String>) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigExcludeObjectsArgs(val objects: Output<List<StreamSourceConfigSalesforceSourceConfigExcludeObjectsObjectArgs>>) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigExcludeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigExcludeObjectsObjectArgs(val fields: Output<List<StreamSourceConfigSalesforceSourceConfigExcludeObjectsObjectFieldArgs>>? = null, val objectName: Output<String>? = null) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigExcludeObjectsObjectArgs>
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigExcludeObjectsObjectFieldArgs(val name: Output<String>? = null) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigExcludeObjectsObjectFieldArgs>
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigIncludeObjectsArgs(val objects: Output<List<StreamSourceConfigSalesforceSourceConfigIncludeObjectsObjectArgs>>) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigIncludeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigIncludeObjectsObjectArgs(val fields: Output<List<StreamSourceConfigSalesforceSourceConfigIncludeObjectsObjectFieldArgs>>? = null, val objectName: Output<String>? = null) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigIncludeObjectsObjectArgs>
Link copied to clipboard
data class StreamSourceConfigSalesforceSourceConfigIncludeObjectsObjectFieldArgs(val name: Output<String>? = null) : ConvertibleToJava<StreamSourceConfigSalesforceSourceConfigIncludeObjectsObjectFieldArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigArgs(val changeTables: Output<StreamSourceConfigSqlServerSourceConfigChangeTablesArgs>? = null, val excludeObjects: Output<StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null, val transactionLogs: Output<StreamSourceConfigSqlServerSourceConfigTransactionLogsArgs>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigArgs>
Link copied to clipboard
Link copied to clipboard
class StreamSourceConfigSqlServerSourceConfigChangeTablesArgs : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigChangeTablesArgs>
Link copied to clipboard
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs(val schemas: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs>>) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs(val schema: Output<String>, val tables: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs(val columns: Output<List<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigExcludeObjectsSchemaTableColumnArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs(val schemas: Output<List<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs>>) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs(val schema: Output<String>, val tables: Output<List<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs(val columns: Output<List<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableArgs>
Link copied to clipboard
data class StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs(val column: Output<String>? = null, val dataType: Output<String>? = null, val length: Output<Int>? = null, val nullable: Output<Boolean>? = null, val ordinalPosition: Output<Int>? = null, val precision: Output<Int>? = null, val primaryKey: Output<Boolean>? = null, val scale: Output<Int>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigIncludeObjectsSchemaTableColumnArgs>
Link copied to clipboard
class StreamSourceConfigSqlServerSourceConfigTransactionLogsArgs : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigTransactionLogsArgs>