@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.
- package/alloydb/backup.d.ts +8 -8
- package/alloydb/backup.js +8 -8
- package/alloydb/cluster.d.ts +1 -50
- package/alloydb/cluster.js +1 -50
- package/alloydb/cluster.js.map +1 -1
- package/alloydb/instance.d.ts +9 -10
- package/alloydb/instance.js +9 -10
- package/alloydb/instance.js.map +1 -1
- package/apigee/addonsConfig.d.ts +172 -0
- package/apigee/addonsConfig.js +161 -0
- package/apigee/addonsConfig.js.map +1 -0
- package/apigee/index.d.ts +3 -0
- package/apigee/index.js +6 -1
- package/apigee/index.js.map +1 -1
- package/cloudbuildv2/connectionIAMBinding.d.ts +125 -0
- package/cloudbuildv2/connectionIAMBinding.js +92 -0
- package/cloudbuildv2/connectionIAMBinding.js.map +1 -0
- package/cloudbuildv2/connectionIAMMember.d.ts +125 -0
- package/cloudbuildv2/connectionIAMMember.js +92 -0
- package/cloudbuildv2/connectionIAMMember.js.map +1 -0
- package/cloudbuildv2/connectionIAMPolicy.d.ts +114 -0
- package/cloudbuildv2/connectionIAMPolicy.js +85 -0
- package/cloudbuildv2/connectionIAMPolicy.js.map +1 -0
- package/cloudbuildv2/index.d.ts +9 -0
- package/cloudbuildv2/index.js +16 -1
- package/cloudbuildv2/index.js.map +1 -1
- package/compute/externalVpnGateway.d.ts +18 -0
- package/compute/externalVpnGateway.js +2 -0
- package/compute/externalVpnGateway.js.map +1 -1
- package/compute/getInstanceGroupManager.d.ts +1 -0
- package/compute/getInstanceGroupManager.js.map +1 -1
- package/compute/getInstanceTemplate.d.ts +4 -0
- package/compute/getInstanceTemplate.js.map +1 -1
- package/compute/instanceGroupManager.d.ts +12 -0
- package/compute/instanceGroupManager.js +2 -0
- package/compute/instanceGroupManager.js.map +1 -1
- package/compute/instanceTemplate.d.ts +12 -0
- package/compute/instanceTemplate.js +2 -0
- package/compute/instanceTemplate.js.map +1 -1
- package/compute/network.d.ts +15 -6
- package/compute/network.js.map +1 -1
- package/compute/regionInstanceGroupManager.d.ts +12 -0
- package/compute/regionInstanceGroupManager.js +2 -0
- package/compute/regionInstanceGroupManager.js.map +1 -1
- package/compute/regionTargetTcpProxy.d.ts +10 -0
- package/compute/regionTargetTcpProxy.js +10 -0
- package/compute/regionTargetTcpProxy.js.map +1 -1
- package/datafusion/instance.d.ts +0 -9
- package/datafusion/instance.js +0 -9
- package/datafusion/instance.js.map +1 -1
- package/datastream/stream.d.ts +170 -0
- package/datastream/stream.js +170 -0
- package/datastream/stream.js.map +1 -1
- package/eventarc/channel.d.ts +3 -3
- package/eventarc/channel.js +3 -3
- package/eventarc/googleChannelConfig.d.ts +3 -3
- package/eventarc/googleChannelConfig.js +3 -3
- package/firebase/androidApp.d.ts +3 -3
- package/firebase/appleApp.d.ts +9 -9
- package/firestore/database.d.ts +197 -0
- package/firestore/database.js +90 -0
- package/firestore/database.js.map +1 -0
- package/firestore/index.d.ts +3 -0
- package/firestore/index.js +6 -1
- package/firestore/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/redis/instance.d.ts +2 -2
- package/securitycenter/instanceIamBinding.d.ts +0 -9
- package/securitycenter/instanceIamBinding.js +0 -9
- package/securitycenter/instanceIamBinding.js.map +1 -1
- package/securitycenter/instanceIamMember.d.ts +0 -9
- package/securitycenter/instanceIamMember.js +0 -9
- package/securitycenter/instanceIamMember.js.map +1 -1
- package/securitycenter/instanceIamPolicy.d.ts +0 -9
- package/securitycenter/instanceIamPolicy.js +0 -9
- package/securitycenter/instanceIamPolicy.js.map +1 -1
- package/sql/databaseInstance.d.ts +1 -0
- package/sql/databaseInstance.js +1 -0
- package/sql/databaseInstance.js.map +1 -1
- package/types/input.d.ts +570 -1
- package/types/output.d.ts +575 -1
- package/vertex/aiFeatureStore.d.ts +44 -0
- package/vertex/aiFeatureStore.js +25 -0
- package/vertex/aiFeatureStore.js.map +1 -1
- package/vertex/aiFeatureStoreEntityType.d.ts +32 -0
- package/vertex/aiFeatureStoreEntityType.js +6 -0
- package/vertex/aiFeatureStoreEntityType.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -1661,6 +1661,71 @@ export declare namespace apigateway {
|
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
1663
|
export declare namespace apigee {
|
|
1664
|
+
interface AddonsConfigAddonsConfig {
|
|
1665
|
+
/**
|
|
1666
|
+
* Configuration for the Monetization add-on.
|
|
1667
|
+
* Structure is documented below.
|
|
1668
|
+
*/
|
|
1669
|
+
advancedApiOpsConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfigAdvancedApiOpsConfig>;
|
|
1670
|
+
/**
|
|
1671
|
+
* Configuration for the Monetization add-on.
|
|
1672
|
+
* Structure is documented below.
|
|
1673
|
+
*/
|
|
1674
|
+
apiSecurityConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfigApiSecurityConfig>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Configuration for the Monetization add-on.
|
|
1677
|
+
* Structure is documented below.
|
|
1678
|
+
*/
|
|
1679
|
+
connectorsPlatformConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfigConnectorsPlatformConfig>;
|
|
1680
|
+
/**
|
|
1681
|
+
* Configuration for the Monetization add-on.
|
|
1682
|
+
* Structure is documented below.
|
|
1683
|
+
*/
|
|
1684
|
+
integrationConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfigIntegrationConfig>;
|
|
1685
|
+
/**
|
|
1686
|
+
* Configuration for the Monetization add-on.
|
|
1687
|
+
* Structure is documented below.
|
|
1688
|
+
*/
|
|
1689
|
+
monetizationConfig?: pulumi.Input<inputs.apigee.AddonsConfigAddonsConfigMonetizationConfig>;
|
|
1690
|
+
}
|
|
1691
|
+
interface AddonsConfigAddonsConfigAdvancedApiOpsConfig {
|
|
1692
|
+
/**
|
|
1693
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1694
|
+
*/
|
|
1695
|
+
enabled?: pulumi.Input<boolean>;
|
|
1696
|
+
}
|
|
1697
|
+
interface AddonsConfigAddonsConfigApiSecurityConfig {
|
|
1698
|
+
/**
|
|
1699
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1700
|
+
*/
|
|
1701
|
+
enabled?: pulumi.Input<boolean>;
|
|
1702
|
+
/**
|
|
1703
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1704
|
+
*/
|
|
1705
|
+
expiresAt?: pulumi.Input<string>;
|
|
1706
|
+
}
|
|
1707
|
+
interface AddonsConfigAddonsConfigConnectorsPlatformConfig {
|
|
1708
|
+
/**
|
|
1709
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1710
|
+
*/
|
|
1711
|
+
enabled?: pulumi.Input<boolean>;
|
|
1712
|
+
/**
|
|
1713
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1714
|
+
*/
|
|
1715
|
+
expiresAt?: pulumi.Input<string>;
|
|
1716
|
+
}
|
|
1717
|
+
interface AddonsConfigAddonsConfigIntegrationConfig {
|
|
1718
|
+
/**
|
|
1719
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1720
|
+
*/
|
|
1721
|
+
enabled?: pulumi.Input<boolean>;
|
|
1722
|
+
}
|
|
1723
|
+
interface AddonsConfigAddonsConfigMonetizationConfig {
|
|
1724
|
+
/**
|
|
1725
|
+
* Flag that specifies whether the Advanced API Ops add-on is enabled.
|
|
1726
|
+
*/
|
|
1727
|
+
enabled?: pulumi.Input<boolean>;
|
|
1728
|
+
}
|
|
1664
1729
|
interface EnvironmentIamBindingCondition {
|
|
1665
1730
|
description?: pulumi.Input<string>;
|
|
1666
1731
|
expression: pulumi.Input<string>;
|
|
@@ -6801,6 +6866,16 @@ export declare namespace cloudbuildv2 {
|
|
|
6801
6866
|
*/
|
|
6802
6867
|
service: pulumi.Input<string>;
|
|
6803
6868
|
}
|
|
6869
|
+
interface ConnectionIAMBindingCondition {
|
|
6870
|
+
description?: pulumi.Input<string>;
|
|
6871
|
+
expression: pulumi.Input<string>;
|
|
6872
|
+
title: pulumi.Input<string>;
|
|
6873
|
+
}
|
|
6874
|
+
interface ConnectionIAMMemberCondition {
|
|
6875
|
+
description?: pulumi.Input<string>;
|
|
6876
|
+
expression: pulumi.Input<string>;
|
|
6877
|
+
title: pulumi.Input<string>;
|
|
6878
|
+
}
|
|
6804
6879
|
interface ConnectionInstallationState {
|
|
6805
6880
|
actionUri?: pulumi.Input<string>;
|
|
6806
6881
|
message?: pulumi.Input<string>;
|
|
@@ -11534,6 +11609,12 @@ export declare namespace compute {
|
|
|
11534
11609
|
*/
|
|
11535
11610
|
initialDelaySec: pulumi.Input<number>;
|
|
11536
11611
|
}
|
|
11612
|
+
interface InstanceGroupManagerInstanceLifecyclePolicy {
|
|
11613
|
+
/**
|
|
11614
|
+
* ), 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.
|
|
11615
|
+
*/
|
|
11616
|
+
forceUpdateOnRepair?: pulumi.Input<string>;
|
|
11617
|
+
}
|
|
11537
11618
|
interface InstanceGroupManagerNamedPort {
|
|
11538
11619
|
/**
|
|
11539
11620
|
* The name of the port.
|
|
@@ -13835,6 +13916,13 @@ export declare namespace compute {
|
|
|
13835
13916
|
*/
|
|
13836
13917
|
initialDelaySec: pulumi.Input<number>;
|
|
13837
13918
|
}
|
|
13919
|
+
interface RegionInstanceGroupManagerInstanceLifecyclePolicy {
|
|
13920
|
+
/**
|
|
13921
|
+
* ), 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.
|
|
13922
|
+
* - - -
|
|
13923
|
+
*/
|
|
13924
|
+
forceUpdateOnRepair?: pulumi.Input<string>;
|
|
13925
|
+
}
|
|
13838
13926
|
interface RegionInstanceGroupManagerNamedPort {
|
|
13839
13927
|
/**
|
|
13840
13928
|
* The name of the port.
|
|
@@ -26044,6 +26132,16 @@ export declare namespace datastream {
|
|
|
26044
26132
|
* Structure is documented below.
|
|
26045
26133
|
*/
|
|
26046
26134
|
mysqlExcludedObjects?: pulumi.Input<inputs.datastream.StreamBackfillAllMysqlExcludedObjects>;
|
|
26135
|
+
/**
|
|
26136
|
+
* PostgreSQL data source objects to avoid backfilling.
|
|
26137
|
+
* Structure is documented below.
|
|
26138
|
+
*/
|
|
26139
|
+
oracleExcludedObjects?: pulumi.Input<inputs.datastream.StreamBackfillAllOracleExcludedObjects>;
|
|
26140
|
+
/**
|
|
26141
|
+
* PostgreSQL data source objects to avoid backfilling.
|
|
26142
|
+
* Structure is documented below.
|
|
26143
|
+
*/
|
|
26144
|
+
postgresqlExcludedObjects?: pulumi.Input<inputs.datastream.StreamBackfillAllPostgresqlExcludedObjects>;
|
|
26047
26145
|
}
|
|
26048
26146
|
interface StreamBackfillAllMysqlExcludedObjects {
|
|
26049
26147
|
/**
|
|
@@ -26105,6 +26203,138 @@ export declare namespace datastream {
|
|
|
26105
26203
|
*/
|
|
26106
26204
|
primaryKey?: pulumi.Input<boolean>;
|
|
26107
26205
|
}
|
|
26206
|
+
interface StreamBackfillAllOracleExcludedObjects {
|
|
26207
|
+
/**
|
|
26208
|
+
* Oracle schemas/databases in the database server
|
|
26209
|
+
* Structure is documented below.
|
|
26210
|
+
*/
|
|
26211
|
+
oracleSchemas: pulumi.Input<pulumi.Input<inputs.datastream.StreamBackfillAllOracleExcludedObjectsOracleSchema>[]>;
|
|
26212
|
+
}
|
|
26213
|
+
interface StreamBackfillAllOracleExcludedObjectsOracleSchema {
|
|
26214
|
+
/**
|
|
26215
|
+
* Tables in the database.
|
|
26216
|
+
* Structure is documented below.
|
|
26217
|
+
*/
|
|
26218
|
+
oracleTables?: pulumi.Input<pulumi.Input<inputs.datastream.StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable>[]>;
|
|
26219
|
+
/**
|
|
26220
|
+
* Schema name.
|
|
26221
|
+
*/
|
|
26222
|
+
schema: pulumi.Input<string>;
|
|
26223
|
+
}
|
|
26224
|
+
interface StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable {
|
|
26225
|
+
/**
|
|
26226
|
+
* Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
|
|
26227
|
+
* Structure is documented below.
|
|
26228
|
+
*/
|
|
26229
|
+
oracleColumns?: pulumi.Input<pulumi.Input<inputs.datastream.StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumn>[]>;
|
|
26230
|
+
/**
|
|
26231
|
+
* Table name.
|
|
26232
|
+
*/
|
|
26233
|
+
table: pulumi.Input<string>;
|
|
26234
|
+
}
|
|
26235
|
+
interface StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumn {
|
|
26236
|
+
/**
|
|
26237
|
+
* Column name.
|
|
26238
|
+
*/
|
|
26239
|
+
column?: pulumi.Input<string>;
|
|
26240
|
+
/**
|
|
26241
|
+
* The Oracle data type. Full data types list can be found here:
|
|
26242
|
+
* https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
|
|
26243
|
+
*/
|
|
26244
|
+
dataType?: pulumi.Input<string>;
|
|
26245
|
+
/**
|
|
26246
|
+
* Column encoding.
|
|
26247
|
+
*/
|
|
26248
|
+
encoding?: pulumi.Input<string>;
|
|
26249
|
+
/**
|
|
26250
|
+
* Column length.
|
|
26251
|
+
*/
|
|
26252
|
+
length?: pulumi.Input<number>;
|
|
26253
|
+
/**
|
|
26254
|
+
* Whether or not the column can accept a null value.
|
|
26255
|
+
*/
|
|
26256
|
+
nullable?: pulumi.Input<boolean>;
|
|
26257
|
+
/**
|
|
26258
|
+
* The ordinal position of the column in the table.
|
|
26259
|
+
*/
|
|
26260
|
+
ordinalPosition?: pulumi.Input<number>;
|
|
26261
|
+
/**
|
|
26262
|
+
* Column precision.
|
|
26263
|
+
*/
|
|
26264
|
+
precision?: pulumi.Input<number>;
|
|
26265
|
+
/**
|
|
26266
|
+
* Whether or not the column represents a primary key.
|
|
26267
|
+
*/
|
|
26268
|
+
primaryKey?: pulumi.Input<boolean>;
|
|
26269
|
+
/**
|
|
26270
|
+
* Column scale.
|
|
26271
|
+
*/
|
|
26272
|
+
scale?: pulumi.Input<number>;
|
|
26273
|
+
}
|
|
26274
|
+
interface StreamBackfillAllPostgresqlExcludedObjects {
|
|
26275
|
+
/**
|
|
26276
|
+
* PostgreSQL schemas on the server
|
|
26277
|
+
* Structure is documented below.
|
|
26278
|
+
*/
|
|
26279
|
+
postgresqlSchemas: pulumi.Input<pulumi.Input<inputs.datastream.StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema>[]>;
|
|
26280
|
+
}
|
|
26281
|
+
interface StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema {
|
|
26282
|
+
/**
|
|
26283
|
+
* Tables in the schema.
|
|
26284
|
+
* Structure is documented below.
|
|
26285
|
+
*/
|
|
26286
|
+
postgresqlTables?: pulumi.Input<pulumi.Input<inputs.datastream.StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable>[]>;
|
|
26287
|
+
/**
|
|
26288
|
+
* Database name.
|
|
26289
|
+
*/
|
|
26290
|
+
schema: pulumi.Input<string>;
|
|
26291
|
+
}
|
|
26292
|
+
interface StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTable {
|
|
26293
|
+
/**
|
|
26294
|
+
* PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
|
|
26295
|
+
* Structure is documented below.
|
|
26296
|
+
*/
|
|
26297
|
+
postgresqlColumns?: pulumi.Input<pulumi.Input<inputs.datastream.StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn>[]>;
|
|
26298
|
+
/**
|
|
26299
|
+
* Table name.
|
|
26300
|
+
*/
|
|
26301
|
+
table: pulumi.Input<string>;
|
|
26302
|
+
}
|
|
26303
|
+
interface StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn {
|
|
26304
|
+
/**
|
|
26305
|
+
* Column name.
|
|
26306
|
+
*/
|
|
26307
|
+
column?: pulumi.Input<string>;
|
|
26308
|
+
/**
|
|
26309
|
+
* The PostgreSQL data type. Full data types list can be found here:
|
|
26310
|
+
* https://www.postgresql.org/docs/current/datatype.html
|
|
26311
|
+
*/
|
|
26312
|
+
dataType?: pulumi.Input<string>;
|
|
26313
|
+
/**
|
|
26314
|
+
* Column length.
|
|
26315
|
+
*/
|
|
26316
|
+
length?: pulumi.Input<number>;
|
|
26317
|
+
/**
|
|
26318
|
+
* Whether or not the column can accept a null value.
|
|
26319
|
+
*/
|
|
26320
|
+
nullable?: pulumi.Input<boolean>;
|
|
26321
|
+
/**
|
|
26322
|
+
* The ordinal position of the column in the table.
|
|
26323
|
+
*/
|
|
26324
|
+
ordinalPosition?: pulumi.Input<number>;
|
|
26325
|
+
/**
|
|
26326
|
+
* Column precision.
|
|
26327
|
+
*/
|
|
26328
|
+
precision?: pulumi.Input<number>;
|
|
26329
|
+
/**
|
|
26330
|
+
* Whether or not the column represents a primary key.
|
|
26331
|
+
*/
|
|
26332
|
+
primaryKey?: pulumi.Input<boolean>;
|
|
26333
|
+
/**
|
|
26334
|
+
* Column scale.
|
|
26335
|
+
*/
|
|
26336
|
+
scale?: pulumi.Input<number>;
|
|
26337
|
+
}
|
|
26108
26338
|
interface StreamBackfillNone {
|
|
26109
26339
|
}
|
|
26110
26340
|
interface StreamDestinationConfig {
|
|
@@ -26217,7 +26447,17 @@ export declare namespace datastream {
|
|
|
26217
26447
|
* MySQL data source configuration.
|
|
26218
26448
|
* Structure is documented below.
|
|
26219
26449
|
*/
|
|
26220
|
-
mysqlSourceConfig
|
|
26450
|
+
mysqlSourceConfig?: pulumi.Input<inputs.datastream.StreamSourceConfigMysqlSourceConfig>;
|
|
26451
|
+
/**
|
|
26452
|
+
* MySQL data source configuration.
|
|
26453
|
+
* Structure is documented below.
|
|
26454
|
+
*/
|
|
26455
|
+
oracleSourceConfig?: pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfig>;
|
|
26456
|
+
/**
|
|
26457
|
+
* PostgreSQL data source configuration.
|
|
26458
|
+
* Structure is documented below.
|
|
26459
|
+
*/
|
|
26460
|
+
postgresqlSourceConfig?: pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfig>;
|
|
26221
26461
|
/**
|
|
26222
26462
|
* Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
|
|
26223
26463
|
*/
|
|
@@ -26360,6 +26600,331 @@ export declare namespace datastream {
|
|
|
26360
26600
|
*/
|
|
26361
26601
|
primaryKey?: pulumi.Input<boolean>;
|
|
26362
26602
|
}
|
|
26603
|
+
interface StreamSourceConfigOracleSourceConfig {
|
|
26604
|
+
/**
|
|
26605
|
+
* Configuration to drop large object values.
|
|
26606
|
+
*/
|
|
26607
|
+
dropLargeObjects?: pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigDropLargeObjects>;
|
|
26608
|
+
/**
|
|
26609
|
+
* Oracle objects to exclude from the stream.
|
|
26610
|
+
* Structure is documented below.
|
|
26611
|
+
*/
|
|
26612
|
+
excludeObjects?: pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjects>;
|
|
26613
|
+
/**
|
|
26614
|
+
* Oracle objects to retrieve from the source.
|
|
26615
|
+
* Structure is documented below.
|
|
26616
|
+
*/
|
|
26617
|
+
includeObjects?: pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjects>;
|
|
26618
|
+
/**
|
|
26619
|
+
* Maximum number of concurrent backfill tasks. The number should be non negative.
|
|
26620
|
+
* If not set (or set to 0), the system's default value will be used.
|
|
26621
|
+
*/
|
|
26622
|
+
maxConcurrentBackfillTasks?: pulumi.Input<number>;
|
|
26623
|
+
/**
|
|
26624
|
+
* Maximum number of concurrent CDC tasks. The number should be non negative.
|
|
26625
|
+
* If not set (or set to 0), the system's default value will be used.
|
|
26626
|
+
*/
|
|
26627
|
+
maxConcurrentCdcTasks?: pulumi.Input<number>;
|
|
26628
|
+
/**
|
|
26629
|
+
* Configuration to drop large object values.
|
|
26630
|
+
*/
|
|
26631
|
+
streamLargeObjects?: pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigStreamLargeObjects>;
|
|
26632
|
+
}
|
|
26633
|
+
interface StreamSourceConfigOracleSourceConfigDropLargeObjects {
|
|
26634
|
+
}
|
|
26635
|
+
interface StreamSourceConfigOracleSourceConfigExcludeObjects {
|
|
26636
|
+
/**
|
|
26637
|
+
* Oracle schemas/databases in the database server
|
|
26638
|
+
* Structure is documented below.
|
|
26639
|
+
*/
|
|
26640
|
+
oracleSchemas: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchema>[]>;
|
|
26641
|
+
}
|
|
26642
|
+
interface StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchema {
|
|
26643
|
+
/**
|
|
26644
|
+
* Tables in the database.
|
|
26645
|
+
* Structure is documented below.
|
|
26646
|
+
*/
|
|
26647
|
+
oracleTables?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTable>[]>;
|
|
26648
|
+
/**
|
|
26649
|
+
* Schema name.
|
|
26650
|
+
*/
|
|
26651
|
+
schema: pulumi.Input<string>;
|
|
26652
|
+
}
|
|
26653
|
+
interface StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTable {
|
|
26654
|
+
/**
|
|
26655
|
+
* Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
|
|
26656
|
+
* Structure is documented below.
|
|
26657
|
+
*/
|
|
26658
|
+
oracleColumns?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumn>[]>;
|
|
26659
|
+
/**
|
|
26660
|
+
* Table name.
|
|
26661
|
+
*/
|
|
26662
|
+
table: pulumi.Input<string>;
|
|
26663
|
+
}
|
|
26664
|
+
interface StreamSourceConfigOracleSourceConfigExcludeObjectsOracleSchemaOracleTableOracleColumn {
|
|
26665
|
+
/**
|
|
26666
|
+
* Column name.
|
|
26667
|
+
*/
|
|
26668
|
+
column?: pulumi.Input<string>;
|
|
26669
|
+
/**
|
|
26670
|
+
* The Oracle data type. Full data types list can be found here:
|
|
26671
|
+
* https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
|
|
26672
|
+
*/
|
|
26673
|
+
dataType?: pulumi.Input<string>;
|
|
26674
|
+
/**
|
|
26675
|
+
* Column encoding.
|
|
26676
|
+
*/
|
|
26677
|
+
encoding?: pulumi.Input<string>;
|
|
26678
|
+
/**
|
|
26679
|
+
* Column length.
|
|
26680
|
+
*/
|
|
26681
|
+
length?: pulumi.Input<number>;
|
|
26682
|
+
/**
|
|
26683
|
+
* Whether or not the column can accept a null value.
|
|
26684
|
+
*/
|
|
26685
|
+
nullable?: pulumi.Input<boolean>;
|
|
26686
|
+
/**
|
|
26687
|
+
* The ordinal position of the column in the table.
|
|
26688
|
+
*/
|
|
26689
|
+
ordinalPosition?: pulumi.Input<number>;
|
|
26690
|
+
/**
|
|
26691
|
+
* Column precision.
|
|
26692
|
+
*/
|
|
26693
|
+
precision?: pulumi.Input<number>;
|
|
26694
|
+
/**
|
|
26695
|
+
* Whether or not the column represents a primary key.
|
|
26696
|
+
*/
|
|
26697
|
+
primaryKey?: pulumi.Input<boolean>;
|
|
26698
|
+
/**
|
|
26699
|
+
* Column scale.
|
|
26700
|
+
*/
|
|
26701
|
+
scale?: pulumi.Input<number>;
|
|
26702
|
+
}
|
|
26703
|
+
interface StreamSourceConfigOracleSourceConfigIncludeObjects {
|
|
26704
|
+
/**
|
|
26705
|
+
* Oracle schemas/databases in the database server
|
|
26706
|
+
* Structure is documented below.
|
|
26707
|
+
*/
|
|
26708
|
+
oracleSchemas: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchema>[]>;
|
|
26709
|
+
}
|
|
26710
|
+
interface StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchema {
|
|
26711
|
+
/**
|
|
26712
|
+
* Tables in the database.
|
|
26713
|
+
* Structure is documented below.
|
|
26714
|
+
*/
|
|
26715
|
+
oracleTables?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTable>[]>;
|
|
26716
|
+
/**
|
|
26717
|
+
* Schema name.
|
|
26718
|
+
*/
|
|
26719
|
+
schema: pulumi.Input<string>;
|
|
26720
|
+
}
|
|
26721
|
+
interface StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTable {
|
|
26722
|
+
/**
|
|
26723
|
+
* Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
|
|
26724
|
+
* Structure is documented below.
|
|
26725
|
+
*/
|
|
26726
|
+
oracleColumns?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumn>[]>;
|
|
26727
|
+
/**
|
|
26728
|
+
* Table name.
|
|
26729
|
+
*/
|
|
26730
|
+
table: pulumi.Input<string>;
|
|
26731
|
+
}
|
|
26732
|
+
interface StreamSourceConfigOracleSourceConfigIncludeObjectsOracleSchemaOracleTableOracleColumn {
|
|
26733
|
+
/**
|
|
26734
|
+
* Column name.
|
|
26735
|
+
*/
|
|
26736
|
+
column?: pulumi.Input<string>;
|
|
26737
|
+
/**
|
|
26738
|
+
* The Oracle data type. Full data types list can be found here:
|
|
26739
|
+
* https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Data-Types.html
|
|
26740
|
+
*/
|
|
26741
|
+
dataType?: pulumi.Input<string>;
|
|
26742
|
+
/**
|
|
26743
|
+
* Column encoding.
|
|
26744
|
+
*/
|
|
26745
|
+
encoding?: pulumi.Input<string>;
|
|
26746
|
+
/**
|
|
26747
|
+
* Column length.
|
|
26748
|
+
*/
|
|
26749
|
+
length?: pulumi.Input<number>;
|
|
26750
|
+
/**
|
|
26751
|
+
* Whether or not the column can accept a null value.
|
|
26752
|
+
*/
|
|
26753
|
+
nullable?: pulumi.Input<boolean>;
|
|
26754
|
+
/**
|
|
26755
|
+
* The ordinal position of the column in the table.
|
|
26756
|
+
*/
|
|
26757
|
+
ordinalPosition?: pulumi.Input<number>;
|
|
26758
|
+
/**
|
|
26759
|
+
* Column precision.
|
|
26760
|
+
*/
|
|
26761
|
+
precision?: pulumi.Input<number>;
|
|
26762
|
+
/**
|
|
26763
|
+
* Whether or not the column represents a primary key.
|
|
26764
|
+
*/
|
|
26765
|
+
primaryKey?: pulumi.Input<boolean>;
|
|
26766
|
+
/**
|
|
26767
|
+
* Column scale.
|
|
26768
|
+
*/
|
|
26769
|
+
scale?: pulumi.Input<number>;
|
|
26770
|
+
}
|
|
26771
|
+
interface StreamSourceConfigOracleSourceConfigStreamLargeObjects {
|
|
26772
|
+
}
|
|
26773
|
+
interface StreamSourceConfigPostgresqlSourceConfig {
|
|
26774
|
+
/**
|
|
26775
|
+
* PostgreSQL objects to exclude from the stream.
|
|
26776
|
+
* Structure is documented below.
|
|
26777
|
+
*/
|
|
26778
|
+
excludeObjects?: pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjects>;
|
|
26779
|
+
/**
|
|
26780
|
+
* PostgreSQL objects to retrieve from the source.
|
|
26781
|
+
* Structure is documented below.
|
|
26782
|
+
*/
|
|
26783
|
+
includeObjects?: pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjects>;
|
|
26784
|
+
/**
|
|
26785
|
+
* Maximum number of concurrent backfill tasks. The number should be non
|
|
26786
|
+
* negative. If not set (or set to 0), the system's default value will be used.
|
|
26787
|
+
*/
|
|
26788
|
+
maxConcurrentBackfillTasks?: pulumi.Input<number>;
|
|
26789
|
+
/**
|
|
26790
|
+
* The name of the publication that includes the set of all tables
|
|
26791
|
+
* that are defined in the stream's include_objects.
|
|
26792
|
+
*/
|
|
26793
|
+
publication: pulumi.Input<string>;
|
|
26794
|
+
/**
|
|
26795
|
+
* The name of the logical replication slot that's configured with
|
|
26796
|
+
* the pgoutput plugin.
|
|
26797
|
+
*/
|
|
26798
|
+
replicationSlot: pulumi.Input<string>;
|
|
26799
|
+
}
|
|
26800
|
+
interface StreamSourceConfigPostgresqlSourceConfigExcludeObjects {
|
|
26801
|
+
/**
|
|
26802
|
+
* PostgreSQL schemas on the server
|
|
26803
|
+
* Structure is documented below.
|
|
26804
|
+
*/
|
|
26805
|
+
postgresqlSchemas: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchema>[]>;
|
|
26806
|
+
}
|
|
26807
|
+
interface StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchema {
|
|
26808
|
+
/**
|
|
26809
|
+
* Tables in the schema.
|
|
26810
|
+
* Structure is documented below.
|
|
26811
|
+
*/
|
|
26812
|
+
postgresqlTables?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable>[]>;
|
|
26813
|
+
/**
|
|
26814
|
+
* Database name.
|
|
26815
|
+
*/
|
|
26816
|
+
schema: pulumi.Input<string>;
|
|
26817
|
+
}
|
|
26818
|
+
interface StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable {
|
|
26819
|
+
/**
|
|
26820
|
+
* PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
|
|
26821
|
+
* Structure is documented below.
|
|
26822
|
+
*/
|
|
26823
|
+
postgresqlColumns?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn>[]>;
|
|
26824
|
+
/**
|
|
26825
|
+
* Table name.
|
|
26826
|
+
*/
|
|
26827
|
+
table: pulumi.Input<string>;
|
|
26828
|
+
}
|
|
26829
|
+
interface StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn {
|
|
26830
|
+
/**
|
|
26831
|
+
* Column name.
|
|
26832
|
+
*/
|
|
26833
|
+
column?: pulumi.Input<string>;
|
|
26834
|
+
/**
|
|
26835
|
+
* The PostgreSQL data type. Full data types list can be found here:
|
|
26836
|
+
* https://www.postgresql.org/docs/current/datatype.html
|
|
26837
|
+
*/
|
|
26838
|
+
dataType?: pulumi.Input<string>;
|
|
26839
|
+
/**
|
|
26840
|
+
* Column length.
|
|
26841
|
+
*/
|
|
26842
|
+
length?: pulumi.Input<number>;
|
|
26843
|
+
/**
|
|
26844
|
+
* Whether or not the column can accept a null value.
|
|
26845
|
+
*/
|
|
26846
|
+
nullable?: pulumi.Input<boolean>;
|
|
26847
|
+
/**
|
|
26848
|
+
* The ordinal position of the column in the table.
|
|
26849
|
+
*/
|
|
26850
|
+
ordinalPosition?: pulumi.Input<number>;
|
|
26851
|
+
/**
|
|
26852
|
+
* Column precision.
|
|
26853
|
+
*/
|
|
26854
|
+
precision?: pulumi.Input<number>;
|
|
26855
|
+
/**
|
|
26856
|
+
* Whether or not the column represents a primary key.
|
|
26857
|
+
*/
|
|
26858
|
+
primaryKey?: pulumi.Input<boolean>;
|
|
26859
|
+
/**
|
|
26860
|
+
* Column scale.
|
|
26861
|
+
*/
|
|
26862
|
+
scale?: pulumi.Input<number>;
|
|
26863
|
+
}
|
|
26864
|
+
interface StreamSourceConfigPostgresqlSourceConfigIncludeObjects {
|
|
26865
|
+
/**
|
|
26866
|
+
* PostgreSQL schemas on the server
|
|
26867
|
+
* Structure is documented below.
|
|
26868
|
+
*/
|
|
26869
|
+
postgresqlSchemas: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema>[]>;
|
|
26870
|
+
}
|
|
26871
|
+
interface StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema {
|
|
26872
|
+
/**
|
|
26873
|
+
* Tables in the schema.
|
|
26874
|
+
* Structure is documented below.
|
|
26875
|
+
*/
|
|
26876
|
+
postgresqlTables?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable>[]>;
|
|
26877
|
+
/**
|
|
26878
|
+
* Database name.
|
|
26879
|
+
*/
|
|
26880
|
+
schema: pulumi.Input<string>;
|
|
26881
|
+
}
|
|
26882
|
+
interface StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable {
|
|
26883
|
+
/**
|
|
26884
|
+
* PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
|
|
26885
|
+
* Structure is documented below.
|
|
26886
|
+
*/
|
|
26887
|
+
postgresqlColumns?: pulumi.Input<pulumi.Input<inputs.datastream.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn>[]>;
|
|
26888
|
+
/**
|
|
26889
|
+
* Table name.
|
|
26890
|
+
*/
|
|
26891
|
+
table: pulumi.Input<string>;
|
|
26892
|
+
}
|
|
26893
|
+
interface StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn {
|
|
26894
|
+
/**
|
|
26895
|
+
* Column name.
|
|
26896
|
+
*/
|
|
26897
|
+
column?: pulumi.Input<string>;
|
|
26898
|
+
/**
|
|
26899
|
+
* The PostgreSQL data type. Full data types list can be found here:
|
|
26900
|
+
* https://www.postgresql.org/docs/current/datatype.html
|
|
26901
|
+
*/
|
|
26902
|
+
dataType?: pulumi.Input<string>;
|
|
26903
|
+
/**
|
|
26904
|
+
* Column length.
|
|
26905
|
+
*/
|
|
26906
|
+
length?: pulumi.Input<number>;
|
|
26907
|
+
/**
|
|
26908
|
+
* Whether or not the column can accept a null value.
|
|
26909
|
+
*/
|
|
26910
|
+
nullable?: pulumi.Input<boolean>;
|
|
26911
|
+
/**
|
|
26912
|
+
* The ordinal position of the column in the table.
|
|
26913
|
+
*/
|
|
26914
|
+
ordinalPosition?: pulumi.Input<number>;
|
|
26915
|
+
/**
|
|
26916
|
+
* Column precision.
|
|
26917
|
+
*/
|
|
26918
|
+
precision?: pulumi.Input<number>;
|
|
26919
|
+
/**
|
|
26920
|
+
* Whether or not the column represents a primary key.
|
|
26921
|
+
*/
|
|
26922
|
+
primaryKey?: pulumi.Input<boolean>;
|
|
26923
|
+
/**
|
|
26924
|
+
* Column scale.
|
|
26925
|
+
*/
|
|
26926
|
+
scale?: pulumi.Input<number>;
|
|
26927
|
+
}
|
|
26363
26928
|
}
|
|
26364
26929
|
export declare namespace deploymentmanager {
|
|
26365
26930
|
interface DeploymentLabel {
|
|
@@ -35391,6 +35956,10 @@ export declare namespace sql {
|
|
|
35391
35956
|
*/
|
|
35392
35957
|
allocatedIpRange?: pulumi.Input<string>;
|
|
35393
35958
|
authorizedNetworks?: pulumi.Input<pulumi.Input<inputs.sql.DatabaseInstanceSettingsIpConfigurationAuthorizedNetwork>[]>;
|
|
35959
|
+
/**
|
|
35960
|
+
* 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.
|
|
35961
|
+
*/
|
|
35962
|
+
enablePrivatePathForGoogleCloudServices?: pulumi.Input<boolean>;
|
|
35394
35963
|
/**
|
|
35395
35964
|
* Whether this Cloud SQL instance should be assigned
|
|
35396
35965
|
* a public IPV4 address. At least `ipv4Enabled` must be enabled or a
|