@pulumi/gcp 6.49.0 → 6.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/alloydb/backup.d.ts +8 -8
  2. package/alloydb/backup.js +8 -8
  3. package/alloydb/cluster.d.ts +1 -50
  4. package/alloydb/cluster.js +1 -50
  5. package/alloydb/cluster.js.map +1 -1
  6. package/alloydb/instance.d.ts +9 -10
  7. package/alloydb/instance.js +9 -10
  8. package/alloydb/instance.js.map +1 -1
  9. package/apigee/addonsConfig.d.ts +172 -0
  10. package/apigee/addonsConfig.js +161 -0
  11. package/apigee/addonsConfig.js.map +1 -0
  12. package/apigee/index.d.ts +3 -0
  13. package/apigee/index.js +6 -1
  14. package/apigee/index.js.map +1 -1
  15. package/cloudbuildv2/connectionIAMBinding.d.ts +125 -0
  16. package/cloudbuildv2/connectionIAMBinding.js +92 -0
  17. package/cloudbuildv2/connectionIAMBinding.js.map +1 -0
  18. package/cloudbuildv2/connectionIAMMember.d.ts +125 -0
  19. package/cloudbuildv2/connectionIAMMember.js +92 -0
  20. package/cloudbuildv2/connectionIAMMember.js.map +1 -0
  21. package/cloudbuildv2/connectionIAMPolicy.d.ts +114 -0
  22. package/cloudbuildv2/connectionIAMPolicy.js +85 -0
  23. package/cloudbuildv2/connectionIAMPolicy.js.map +1 -0
  24. package/cloudbuildv2/index.d.ts +9 -0
  25. package/cloudbuildv2/index.js +16 -1
  26. package/cloudbuildv2/index.js.map +1 -1
  27. package/compute/externalVpnGateway.d.ts +18 -0
  28. package/compute/externalVpnGateway.js +2 -0
  29. package/compute/externalVpnGateway.js.map +1 -1
  30. package/compute/getInstanceGroupManager.d.ts +1 -0
  31. package/compute/getInstanceGroupManager.js.map +1 -1
  32. package/compute/getInstanceTemplate.d.ts +4 -0
  33. package/compute/getInstanceTemplate.js.map +1 -1
  34. package/compute/instanceGroupManager.d.ts +12 -0
  35. package/compute/instanceGroupManager.js +2 -0
  36. package/compute/instanceGroupManager.js.map +1 -1
  37. package/compute/instanceTemplate.d.ts +12 -0
  38. package/compute/instanceTemplate.js +2 -0
  39. package/compute/instanceTemplate.js.map +1 -1
  40. package/compute/network.d.ts +15 -6
  41. package/compute/network.js.map +1 -1
  42. package/compute/regionInstanceGroupManager.d.ts +12 -0
  43. package/compute/regionInstanceGroupManager.js +2 -0
  44. package/compute/regionInstanceGroupManager.js.map +1 -1
  45. package/compute/regionTargetTcpProxy.d.ts +10 -0
  46. package/compute/regionTargetTcpProxy.js +10 -0
  47. package/compute/regionTargetTcpProxy.js.map +1 -1
  48. package/datafusion/instance.d.ts +0 -9
  49. package/datafusion/instance.js +0 -9
  50. package/datafusion/instance.js.map +1 -1
  51. package/datastream/stream.d.ts +170 -0
  52. package/datastream/stream.js +170 -0
  53. package/datastream/stream.js.map +1 -1
  54. package/eventarc/channel.d.ts +3 -3
  55. package/eventarc/channel.js +3 -3
  56. package/eventarc/googleChannelConfig.d.ts +3 -3
  57. package/eventarc/googleChannelConfig.js +3 -3
  58. package/firebase/androidApp.d.ts +3 -3
  59. package/firebase/appleApp.d.ts +9 -9
  60. package/firestore/database.d.ts +197 -0
  61. package/firestore/database.js +90 -0
  62. package/firestore/database.js.map +1 -0
  63. package/firestore/index.d.ts +3 -0
  64. package/firestore/index.js +6 -1
  65. package/firestore/index.js.map +1 -1
  66. package/package.json +2 -2
  67. package/package.json.dev +2 -2
  68. package/redis/instance.d.ts +2 -2
  69. package/securitycenter/instanceIamBinding.d.ts +0 -9
  70. package/securitycenter/instanceIamBinding.js +0 -9
  71. package/securitycenter/instanceIamBinding.js.map +1 -1
  72. package/securitycenter/instanceIamMember.d.ts +0 -9
  73. package/securitycenter/instanceIamMember.js +0 -9
  74. package/securitycenter/instanceIamMember.js.map +1 -1
  75. package/securitycenter/instanceIamPolicy.d.ts +0 -9
  76. package/securitycenter/instanceIamPolicy.js +0 -9
  77. package/securitycenter/instanceIamPolicy.js.map +1 -1
  78. package/sql/databaseInstance.d.ts +1 -0
  79. package/sql/databaseInstance.js +1 -0
  80. package/sql/databaseInstance.js.map +1 -1
  81. package/types/input.d.ts +570 -1
  82. package/types/output.d.ts +575 -1
  83. package/vertex/aiFeatureStore.d.ts +44 -0
  84. package/vertex/aiFeatureStore.js +25 -0
  85. package/vertex/aiFeatureStore.js.map +1 -1
  86. package/vertex/aiFeatureStoreEntityType.d.ts +32 -0
  87. package/vertex/aiFeatureStoreEntityType.js +6 -0
  88. package/vertex/aiFeatureStoreEntityType.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -1656,6 +1656,71 @@ export declare namespace apigateway {
1656
1656
  }
1657
1657
  }
1658
1658
  export declare namespace apigee {
1659
+ interface AddonsConfigAddonsConfig {
1660
+ /**
1661
+ * Configuration for the Monetization add-on.
1662
+ * Structure is documented below.
1663
+ */
1664
+ advancedApiOpsConfig?: outputs.apigee.AddonsConfigAddonsConfigAdvancedApiOpsConfig;
1665
+ /**
1666
+ * Configuration for the Monetization add-on.
1667
+ * Structure is documented below.
1668
+ */
1669
+ apiSecurityConfig?: outputs.apigee.AddonsConfigAddonsConfigApiSecurityConfig;
1670
+ /**
1671
+ * Configuration for the Monetization add-on.
1672
+ * Structure is documented below.
1673
+ */
1674
+ connectorsPlatformConfig?: outputs.apigee.AddonsConfigAddonsConfigConnectorsPlatformConfig;
1675
+ /**
1676
+ * Configuration for the Monetization add-on.
1677
+ * Structure is documented below.
1678
+ */
1679
+ integrationConfig?: outputs.apigee.AddonsConfigAddonsConfigIntegrationConfig;
1680
+ /**
1681
+ * Configuration for the Monetization add-on.
1682
+ * Structure is documented below.
1683
+ */
1684
+ monetizationConfig?: outputs.apigee.AddonsConfigAddonsConfigMonetizationConfig;
1685
+ }
1686
+ interface AddonsConfigAddonsConfigAdvancedApiOpsConfig {
1687
+ /**
1688
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1689
+ */
1690
+ enabled?: boolean;
1691
+ }
1692
+ interface AddonsConfigAddonsConfigApiSecurityConfig {
1693
+ /**
1694
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1695
+ */
1696
+ enabled?: boolean;
1697
+ /**
1698
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1699
+ */
1700
+ expiresAt: string;
1701
+ }
1702
+ interface AddonsConfigAddonsConfigConnectorsPlatformConfig {
1703
+ /**
1704
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1705
+ */
1706
+ enabled?: boolean;
1707
+ /**
1708
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1709
+ */
1710
+ expiresAt: string;
1711
+ }
1712
+ interface AddonsConfigAddonsConfigIntegrationConfig {
1713
+ /**
1714
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1715
+ */
1716
+ enabled?: boolean;
1717
+ }
1718
+ interface AddonsConfigAddonsConfigMonetizationConfig {
1719
+ /**
1720
+ * Flag that specifies whether the Advanced API Ops add-on is enabled.
1721
+ */
1722
+ enabled?: boolean;
1723
+ }
1659
1724
  interface EnvironmentIamBindingCondition {
1660
1725
  description?: string;
1661
1726
  expression: string;
@@ -7118,6 +7183,16 @@ export declare namespace cloudbuildv2 {
7118
7183
  */
7119
7184
  service: string;
7120
7185
  }
7186
+ interface ConnectionIAMBindingCondition {
7187
+ description?: string;
7188
+ expression: string;
7189
+ title: string;
7190
+ }
7191
+ interface ConnectionIAMMemberCondition {
7192
+ description?: string;
7193
+ expression: string;
7194
+ title: string;
7195
+ }
7121
7196
  interface ConnectionInstallationState {
7122
7197
  actionUri: string;
7123
7198
  message: string;
@@ -11971,6 +12046,9 @@ export declare namespace compute {
11971
12046
  healthCheck: string;
11972
12047
  initialDelaySec: number;
11973
12048
  }
12049
+ interface GetInstanceGroupManagerInstanceLifecyclePolicy {
12050
+ forceUpdateOnRepair: string;
12051
+ }
11974
12052
  interface GetInstanceGroupManagerNamedPort {
11975
12053
  /**
11976
12054
  * The name of the instance group. Either `name` or `selfLink` must be provided.
@@ -13548,6 +13626,12 @@ export declare namespace compute {
13548
13626
  */
13549
13627
  initialDelaySec: number;
13550
13628
  }
13629
+ interface InstanceGroupManagerInstanceLifecyclePolicy {
13630
+ /**
13631
+ * ), Specifies whether to apply the group's latest configuration when repairing a VM. Valid options are: `YES`, `NO`. If `YES` and you updated the group's instance template or per-instance configurations after the VM was created, then these changes are applied when VM is repaired. If `NO` (default), then updates are applied in accordance with the group's update policy type.
13632
+ */
13633
+ forceUpdateOnRepair?: string;
13634
+ }
13551
13635
  interface InstanceGroupManagerNamedPort {
13552
13636
  /**
13553
13637
  * The name of the port.
@@ -15849,6 +15933,13 @@ export declare namespace compute {
15849
15933
  */
15850
15934
  initialDelaySec: number;
15851
15935
  }
15936
+ interface RegionInstanceGroupManagerInstanceLifecyclePolicy {
15937
+ /**
15938
+ * ), Specifies whether to apply the group's latest configuration when repairing a VM. Valid options are: YES, NO. If YES and you updated the group's instance template or per-instance configurations after the VM was created, then these changes are applied when VM is repaired. If NO (default), then updates are applied in accordance with the group's update policy type.
15939
+ * - - -
15940
+ */
15941
+ forceUpdateOnRepair?: string;
15942
+ }
15852
15943
  interface RegionInstanceGroupManagerNamedPort {
15853
15944
  /**
15854
15945
  * The name of the port.
@@ -28607,6 +28698,16 @@ export declare namespace datastream {
28607
28698
  * Structure is documented below.
28608
28699
  */
28609
28700
  mysqlExcludedObjects?: outputs.datastream.StreamBackfillAllMysqlExcludedObjects;
28701
+ /**
28702
+ * PostgreSQL data source objects to avoid backfilling.
28703
+ * Structure is documented below.
28704
+ */
28705
+ oracleExcludedObjects?: outputs.datastream.StreamBackfillAllOracleExcludedObjects;
28706
+ /**
28707
+ * PostgreSQL data source objects to avoid backfilling.
28708
+ * Structure is documented below.
28709
+ */
28710
+ postgresqlExcludedObjects?: outputs.datastream.StreamBackfillAllPostgresqlExcludedObjects;
28610
28711
  }
28611
28712
  interface StreamBackfillAllMysqlExcludedObjects {
28612
28713
  /**
@@ -28668,6 +28769,138 @@ export declare namespace datastream {
28668
28769
  */
28669
28770
  primaryKey?: boolean;
28670
28771
  }
28772
+ interface StreamBackfillAllOracleExcludedObjects {
28773
+ /**
28774
+ * Oracle schemas/databases in the database server
28775
+ * Structure is documented below.
28776
+ */
28777
+ oracleSchemas: outputs.datastream.StreamBackfillAllOracleExcludedObjectsOracleSchema[];
28778
+ }
28779
+ interface StreamBackfillAllOracleExcludedObjectsOracleSchema {
28780
+ /**
28781
+ * Tables in the database.
28782
+ * Structure is documented below.
28783
+ */
28784
+ oracleTables?: outputs.datastream.StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable[];
28785
+ /**
28786
+ * Schema name.
28787
+ */
28788
+ schema: string;
28789
+ }
28790
+ interface StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable {
28791
+ /**
28792
+ * Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
28793
+ * Structure is documented below.
28794
+ */
28795
+ oracleColumns?: outputs.datastream.StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumn[];
28796
+ /**
28797
+ * Table name.
28798
+ */
28799
+ table: string;
28800
+ }
28801
+ interface StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumn {
28802
+ /**
28803
+ * Column name.
28804
+ */
28805
+ column?: string;
28806
+ /**
28807
+ * The Oracle data type. Full data types list can be found here:
28808
+ * https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
28809
+ */
28810
+ dataType?: string;
28811
+ /**
28812
+ * Column encoding.
28813
+ */
28814
+ encoding: string;
28815
+ /**
28816
+ * Column length.
28817
+ */
28818
+ length: number;
28819
+ /**
28820
+ * Whether or not the column can accept a null value.
28821
+ */
28822
+ nullable: boolean;
28823
+ /**
28824
+ * The ordinal position of the column in the table.
28825
+ */
28826
+ ordinalPosition: number;
28827
+ /**
28828
+ * Column precision.
28829
+ */
28830
+ precision: number;
28831
+ /**
28832
+ * Whether or not the column represents a primary key.
28833
+ */
28834
+ primaryKey: boolean;
28835
+ /**
28836
+ * Column scale.
28837
+ */
28838
+ scale: number;
28839
+ }
28840
+ interface StreamBackfillAllPostgresqlExcludedObjects {
28841
+ /**
28842
+ * PostgreSQL schemas on the server
28843
+ * Structure is documented below.
28844
+ */
28845
+ postgresqlSchemas: outputs.datastream.StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema[];
28846
+ }
28847
+ interface StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema {
28848
+ /**
28849
+ * Tables in the schema.
28850
+ * Structure is documented below.
28851
+ */
28852
+ postgresqlTables?: outputs.datastream.StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable[];
28853
+ /**
28854
+ * Database name.
28855
+ */
28856
+ schema: string;
28857
+ }
28858
+ interface StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable {
28859
+ /**
28860
+ * PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
28861
+ * Structure is documented below.
28862
+ */
28863
+ postgresqlColumns?: outputs.datastream.StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn[];
28864
+ /**
28865
+ * Table name.
28866
+ */
28867
+ table: string;
28868
+ }
28869
+ interface StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn {
28870
+ /**
28871
+ * Column name.
28872
+ */
28873
+ column?: string;
28874
+ /**
28875
+ * The PostgreSQL data type. Full data types list can be found here:
28876
+ * https://www.postgresql.org/docs/current/datatype.html
28877
+ */
28878
+ dataType?: string;
28879
+ /**
28880
+ * Column length.
28881
+ */
28882
+ length: number;
28883
+ /**
28884
+ * Whether or not the column can accept a null value.
28885
+ */
28886
+ nullable?: boolean;
28887
+ /**
28888
+ * The ordinal position of the column in the table.
28889
+ */
28890
+ ordinalPosition?: number;
28891
+ /**
28892
+ * Column precision.
28893
+ */
28894
+ precision: number;
28895
+ /**
28896
+ * Whether or not the column represents a primary key.
28897
+ */
28898
+ primaryKey?: boolean;
28899
+ /**
28900
+ * Column scale.
28901
+ */
28902
+ scale: number;
28903
+ }
28671
28904
  interface StreamBackfillNone {
28672
28905
  }
28673
28906
  interface StreamDestinationConfig {
@@ -28780,7 +29013,17 @@ export declare namespace datastream {
28780
29013
  * MySQL data source configuration.
28781
29014
  * Structure is documented below.
28782
29015
  */
28783
- mysqlSourceConfig: outputs.datastream.StreamSourceConfigMysqlSourceConfig;
29016
+ mysqlSourceConfig?: outputs.datastream.StreamSourceConfigMysqlSourceConfig;
29017
+ /**
29018
+ * MySQL data source configuration.
29019
+ * Structure is documented below.
29020
+ */
29021
+ oracleSourceConfig?: outputs.datastream.StreamSourceConfigOracleSourceConfig;
29022
+ /**
29023
+ * PostgreSQL data source configuration.
29024
+ * Structure is documented below.
29025
+ */
29026
+ postgresqlSourceConfig?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfig;
28784
29027
  /**
28785
29028
  * Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
28786
29029
  */
@@ -28923,6 +29166,331 @@ export declare namespace datastream {
28923
29166
  */
28924
29167
  primaryKey?: boolean;
28925
29168
  }
29169
+ interface StreamSourceConfigOracleSourceConfig {
29170
+ /**
29171
+ * Configuration to drop large object values.
29172
+ */
29173
+ dropLargeObjects?: outputs.datastream.StreamSourceConfigOracleSourceConfigDropLargeObjects;
29174
+ /**
29175
+ * Oracle objects to exclude from the stream.
29176
+ * Structure is documented below.
29177
+ */
29178
+ excludeObjects?: outputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjects;
29179
+ /**
29180
+ * Oracle objects to retrieve from the source.
29181
+ * Structure is documented below.
29182
+ */
29183
+ includeObjects?: outputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjects;
29184
+ /**
29185
+ * Maximum number of concurrent backfill tasks. The number should be non negative.
29186
+ * If not set (or set to 0), the system's default value will be used.
29187
+ */
29188
+ maxConcurrentBackfillTasks: number;
29189
+ /**
29190
+ * Maximum number of concurrent CDC tasks. The number should be non negative.
29191
+ * If not set (or set to 0), the system's default value will be used.
29192
+ */
29193
+ maxConcurrentCdcTasks: number;
29194
+ /**
29195
+ * Configuration to drop large object values.
29196
+ */
29197
+ streamLargeObjects?: outputs.datastream.StreamSourceConfigOracleSourceConfigStreamLargeObjects;
29198
+ }
29199
+ interface StreamSourceConfigOracleSourceConfigDropLargeObjects {
29200
+ }
29201
+ interface StreamSourceConfigOracleSourceConfigExcludeObjects {
29202
+ /**
29203
+ * Oracle schemas/databases in the database server
29204
+ * Structure is documented below.
29205
+ */
29206
+ oracleSchemas: outputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchema[];
29207
+ }
29208
+ interface StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchema {
29209
+ /**
29210
+ * Tables in the database.
29211
+ * Structure is documented below.
29212
+ */
29213
+ oracleTables?: outputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTable[];
29214
+ /**
29215
+ * Schema name.
29216
+ */
29217
+ schema: string;
29218
+ }
29219
+ interface StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTable {
29220
+ /**
29221
+ * Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
29222
+ * Structure is documented below.
29223
+ */
29224
+ oracleColumns?: outputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumn[];
29225
+ /**
29226
+ * Table name.
29227
+ */
29228
+ table: string;
29229
+ }
29230
+ interface StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumn {
29231
+ /**
29232
+ * Column name.
29233
+ */
29234
+ column?: string;
29235
+ /**
29236
+ * The Oracle data type. Full data types list can be found here:
29237
+ * https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
29238
+ */
29239
+ dataType?: string;
29240
+ /**
29241
+ * Column encoding.
29242
+ */
29243
+ encoding: string;
29244
+ /**
29245
+ * Column length.
29246
+ */
29247
+ length: number;
29248
+ /**
29249
+ * Whether or not the column can accept a null value.
29250
+ */
29251
+ nullable: boolean;
29252
+ /**
29253
+ * The ordinal position of the column in the table.
29254
+ */
29255
+ ordinalPosition: number;
29256
+ /**
29257
+ * Column precision.
29258
+ */
29259
+ precision: number;
29260
+ /**
29261
+ * Whether or not the column represents a primary key.
29262
+ */
29263
+ primaryKey: boolean;
29264
+ /**
29265
+ * Column scale.
29266
+ */
29267
+ scale: number;
29268
+ }
29269
+ interface StreamSourceConfigOracleSourceConfigIncludeObjects {
29270
+ /**
29271
+ * Oracle schemas/databases in the database server
29272
+ * Structure is documented below.
29273
+ */
29274
+ oracleSchemas: outputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchema[];
29275
+ }
29276
+ interface StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchema {
29277
+ /**
29278
+ * Tables in the database.
29279
+ * Structure is documented below.
29280
+ */
29281
+ oracleTables?: outputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTable[];
29282
+ /**
29283
+ * Schema name.
29284
+ */
29285
+ schema: string;
29286
+ }
29287
+ interface StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTable {
29288
+ /**
29289
+ * Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
29290
+ * Structure is documented below.
29291
+ */
29292
+ oracleColumns?: outputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumn[];
29293
+ /**
29294
+ * Table name.
29295
+ */
29296
+ table: string;
29297
+ }
29298
+ interface StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumn {
29299
+ /**
29300
+ * Column name.
29301
+ */
29302
+ column?: string;
29303
+ /**
29304
+ * The Oracle data type. Full data types list can be found here:
29305
+ * https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
29306
+ */
29307
+ dataType?: string;
29308
+ /**
29309
+ * Column encoding.
29310
+ */
29311
+ encoding: string;
29312
+ /**
29313
+ * Column length.
29314
+ */
29315
+ length: number;
29316
+ /**
29317
+ * Whether or not the column can accept a null value.
29318
+ */
29319
+ nullable: boolean;
29320
+ /**
29321
+ * The ordinal position of the column in the table.
29322
+ */
29323
+ ordinalPosition: number;
29324
+ /**
29325
+ * Column precision.
29326
+ */
29327
+ precision: number;
29328
+ /**
29329
+ * Whether or not the column represents a primary key.
29330
+ */
29331
+ primaryKey: boolean;
29332
+ /**
29333
+ * Column scale.
29334
+ */
29335
+ scale: number;
29336
+ }
29337
+ interface StreamSourceConfigOracleSourceConfigStreamLargeObjects {
29338
+ }
29339
+ interface StreamSourceConfigPostgresqlSourceConfig {
29340
+ /**
29341
+ * PostgreSQL objects to exclude from the stream.
29342
+ * Structure is documented below.
29343
+ */
29344
+ excludeObjects?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjects;
29345
+ /**
29346
+ * PostgreSQL objects to retrieve from the source.
29347
+ * Structure is documented below.
29348
+ */
29349
+ includeObjects?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjects;
29350
+ /**
29351
+ * Maximum number of concurrent backfill tasks. The number should be non
29352
+ * negative. If not set (or set to 0), the system's default value will be used.
29353
+ */
29354
+ maxConcurrentBackfillTasks: number;
29355
+ /**
29356
+ * The name of the publication that includes the set of all tables
29357
+ * that are defined in the stream's include_objects.
29358
+ */
29359
+ publication: string;
29360
+ /**
29361
+ * The name of the logical replication slot that's configured with
29362
+ * the pgoutput plugin.
29363
+ */
29364
+ replicationSlot: string;
29365
+ }
29366
+ interface StreamSourceConfigPostgresqlSourceConfigExcludeObjects {
29367
+ /**
29368
+ * PostgreSQL schemas on the server
29369
+ * Structure is documented below.
29370
+ */
29371
+ postgresqlSchemas: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchema[];
29372
+ }
29373
+ interface StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchema {
29374
+ /**
29375
+ * Tables in the schema.
29376
+ * Structure is documented below.
29377
+ */
29378
+ postgresqlTables?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable[];
29379
+ /**
29380
+ * Database name.
29381
+ */
29382
+ schema: string;
29383
+ }
29384
+ interface StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable {
29385
+ /**
29386
+ * PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
29387
+ * Structure is documented below.
29388
+ */
29389
+ postgresqlColumns?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn[];
29390
+ /**
29391
+ * Table name.
29392
+ */
29393
+ table: string;
29394
+ }
29395
+ interface StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn {
29396
+ /**
29397
+ * Column name.
29398
+ */
29399
+ column?: string;
29400
+ /**
29401
+ * The PostgreSQL data type. Full data types list can be found here:
29402
+ * https://www.postgresql.org/docs/current/datatype.html
29403
+ */
29404
+ dataType?: string;
29405
+ /**
29406
+ * Column length.
29407
+ */
29408
+ length: number;
29409
+ /**
29410
+ * Whether or not the column can accept a null value.
29411
+ */
29412
+ nullable?: boolean;
29413
+ /**
29414
+ * The ordinal position of the column in the table.
29415
+ */
29416
+ ordinalPosition?: number;
29417
+ /**
29418
+ * Column precision.
29419
+ */
29420
+ precision: number;
29421
+ /**
29422
+ * Whether or not the column represents a primary key.
29423
+ */
29424
+ primaryKey?: boolean;
29425
+ /**
29426
+ * Column scale.
29427
+ */
29428
+ scale: number;
29429
+ }
29430
+ interface StreamSourceConfigPostgresqlSourceConfigIncludeObjects {
29431
+ /**
29432
+ * PostgreSQL schemas on the server
29433
+ * Structure is documented below.
29434
+ */
29435
+ postgresqlSchemas: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema[];
29436
+ }
29437
+ interface StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema {
29438
+ /**
29439
+ * Tables in the schema.
29440
+ * Structure is documented below.
29441
+ */
29442
+ postgresqlTables?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable[];
29443
+ /**
29444
+ * Database name.
29445
+ */
29446
+ schema: string;
29447
+ }
29448
+ interface StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable {
29449
+ /**
29450
+ * PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
29451
+ * Structure is documented below.
29452
+ */
29453
+ postgresqlColumns?: outputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn[];
29454
+ /**
29455
+ * Table name.
29456
+ */
29457
+ table: string;
29458
+ }
29459
+ interface StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn {
29460
+ /**
29461
+ * Column name.
29462
+ */
29463
+ column?: string;
29464
+ /**
29465
+ * The PostgreSQL data type. Full data types list can be found here:
29466
+ * https://www.postgresql.org/docs/current/datatype.html
29467
+ */
29468
+ dataType?: string;
29469
+ /**
29470
+ * Column length.
29471
+ */
29472
+ length: number;
29473
+ /**
29474
+ * Whether or not the column can accept a null value.
29475
+ */
29476
+ nullable?: boolean;
29477
+ /**
29478
+ * The ordinal position of the column in the table.
29479
+ */
29480
+ ordinalPosition?: number;
29481
+ /**
29482
+ * Column precision.
29483
+ */
29484
+ precision: number;
29485
+ /**
29486
+ * Whether or not the column represents a primary key.
29487
+ */
29488
+ primaryKey?: boolean;
29489
+ /**
29490
+ * Column scale.
29491
+ */
29492
+ scale: number;
29493
+ }
28926
29494
  }
28927
29495
  export declare namespace deploymentmanager {
28928
29496
  interface DeploymentLabel {
@@ -38319,6 +38887,10 @@ export declare namespace sql {
38319
38887
  */
38320
38888
  allocatedIpRange?: string;
38321
38889
  authorizedNetworks?: outputs.sql.DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork[];
38890
+ /**
38891
+ * Whether Google Cloud services such as BigQuery are allowed to access data in this Cloud SQL instance over a private IP connection. SQLSERVER database type is not supported.
38892
+ */
38893
+ enablePrivatePathForGoogleCloudServices?: boolean;
38322
38894
  /**
38323
38895
  * Whether this Cloud SQL instance should be assigned
38324
38896
  * a public IPV4 address. At least `ipv4Enabled` must be enabled or a
@@ -38552,6 +39124,7 @@ export declare namespace sql {
38552
39124
  interface GetDatabaseInstanceSettingIpConfiguration {
38553
39125
  allocatedIpRange: string;
38554
39126
  authorizedNetworks: outputs.sql.GetDatabaseInstanceSettingIpConfigurationAuthorizedNetwork[];
39127
+ enablePrivatePathForGoogleCloudServices: boolean;
38555
39128
  ipv4Enabled: boolean;
38556
39129
  privateNetwork: string;
38557
39130
  requireSsl: boolean;
@@ -38725,6 +39298,7 @@ export declare namespace sql {
38725
39298
  interface GetDatabaseInstancesInstanceSettingIpConfiguration {
38726
39299
  allocatedIpRange: string;
38727
39300
  authorizedNetworks: outputs.sql.GetDatabaseInstancesInstanceSettingIpConfigurationAuthorizedNetwork[];
39301
+ enablePrivatePathForGoogleCloudServices: boolean;
38728
39302
  ipv4Enabled: boolean;
38729
39303
  privateNetwork: string;
38730
39304
  requireSsl: boolean;