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>, val port: Output<Int>? = 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>, val port: Output<Int>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileOracleProfileArgs>
Link copied to clipboard
Builder for ConnectionProfileOracleProfileArgs.
Link copied to clipboard
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 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) : 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
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
data class StreamDestinationConfigBigqueryDestinationConfigArgs(val dataFreshness: Output<String>? = null, val singleTargetDataset: Output<StreamDestinationConfigBigqueryDestinationConfigSingleTargetDatasetArgs>? = null, val sourceHierarchyDatasets: Output<StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsArgs>? = null) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigArgs>
Link copied to clipboard
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 sourceConnectionProfile: Output<String>) : ConvertibleToJava<StreamSourceConfigArgs>
Link copied to clipboard
Builder for StreamSourceConfigArgs.
Link copied to clipboard
data class StreamSourceConfigMysqlSourceConfigArgs(val excludeObjects: Output<StreamSourceConfigMysqlSourceConfigExcludeObjectsArgs>? = 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
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
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