@pulumi/gcp 7.14.0 → 7.14.1
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/cluster.d.ts
CHANGED
|
@@ -357,7 +357,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
357
357
|
*
|
|
358
358
|
* > **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `networkConfig` to define the network configuration.
|
|
359
359
|
*
|
|
360
|
-
* @deprecated `network` is deprecated and will be removed in a future major release. Instead, use `
|
|
360
|
+
* @deprecated `network` is deprecated and will be removed in a future major release. Instead, use `networkConfig` to define the network configuration.
|
|
361
361
|
*/
|
|
362
362
|
readonly network: pulumi.Output<string>;
|
|
363
363
|
/**
|
|
@@ -538,7 +538,7 @@ export interface ClusterState {
|
|
|
538
538
|
*
|
|
539
539
|
* > **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `networkConfig` to define the network configuration.
|
|
540
540
|
*
|
|
541
|
-
* @deprecated `network` is deprecated and will be removed in a future major release. Instead, use `
|
|
541
|
+
* @deprecated `network` is deprecated and will be removed in a future major release. Instead, use `networkConfig` to define the network configuration.
|
|
542
542
|
*/
|
|
543
543
|
network?: pulumi.Input<string>;
|
|
544
544
|
/**
|
|
@@ -673,7 +673,7 @@ export interface ClusterArgs {
|
|
|
673
673
|
*
|
|
674
674
|
* > **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `networkConfig` to define the network configuration.
|
|
675
675
|
*
|
|
676
|
-
* @deprecated `network` is deprecated and will be removed in a future major release. Instead, use `
|
|
676
|
+
* @deprecated `network` is deprecated and will be removed in a future major release. Instead, use `networkConfig` to define the network configuration.
|
|
677
677
|
*/
|
|
678
678
|
network?: pulumi.Input<string>;
|
|
679
679
|
/**
|
package/datafusion/instance.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
306
306
|
/**
|
|
307
307
|
* Service account which will be used to access resources in the customer project.
|
|
308
308
|
*
|
|
309
|
-
* @deprecated `
|
|
309
|
+
* @deprecated `serviceAccount` is deprecated and will be removed in a future major release. Instead, use `tenantProjectId` to extract the tenant project ID.
|
|
310
310
|
*/
|
|
311
311
|
readonly serviceAccount: pulumi.Output<string>;
|
|
312
312
|
/**
|
|
@@ -481,7 +481,7 @@ export interface InstanceState {
|
|
|
481
481
|
/**
|
|
482
482
|
* Service account which will be used to access resources in the customer project.
|
|
483
483
|
*
|
|
484
|
-
* @deprecated `
|
|
484
|
+
* @deprecated `serviceAccount` is deprecated and will be removed in a future major release. Instead, use `tenantProjectId` to extract the tenant project ID.
|
|
485
485
|
*/
|
|
486
486
|
serviceAccount?: pulumi.Input<string>;
|
|
487
487
|
/**
|
package/healthcare/hl7Store.d.ts
CHANGED
|
@@ -237,7 +237,7 @@ export declare class Hl7Store extends pulumi.CustomResource {
|
|
|
237
237
|
*
|
|
238
238
|
* > **Warning:** `notificationConfig` is deprecated and will be removed in a future major release. Use `notificationConfigs` instead.
|
|
239
239
|
*
|
|
240
|
-
* @deprecated `
|
|
240
|
+
* @deprecated `notificationConfig` is deprecated and will be removed in a future major release. Use `notificationConfigs` instead.
|
|
241
241
|
*/
|
|
242
242
|
readonly notificationConfig: pulumi.Output<outputs.healthcare.Hl7StoreNotificationConfig | undefined>;
|
|
243
243
|
/**
|
|
@@ -322,7 +322,7 @@ export interface Hl7StoreState {
|
|
|
322
322
|
*
|
|
323
323
|
* > **Warning:** `notificationConfig` is deprecated and will be removed in a future major release. Use `notificationConfigs` instead.
|
|
324
324
|
*
|
|
325
|
-
* @deprecated `
|
|
325
|
+
* @deprecated `notificationConfig` is deprecated and will be removed in a future major release. Use `notificationConfigs` instead.
|
|
326
326
|
*/
|
|
327
327
|
notificationConfig?: pulumi.Input<inputs.healthcare.Hl7StoreNotificationConfig>;
|
|
328
328
|
/**
|
|
@@ -393,7 +393,7 @@ export interface Hl7StoreArgs {
|
|
|
393
393
|
*
|
|
394
394
|
* > **Warning:** `notificationConfig` is deprecated and will be removed in a future major release. Use `notificationConfigs` instead.
|
|
395
395
|
*
|
|
396
|
-
* @deprecated `
|
|
396
|
+
* @deprecated `notificationConfig` is deprecated and will be removed in a future major release. Use `notificationConfigs` instead.
|
|
397
397
|
*/
|
|
398
398
|
notificationConfig?: pulumi.Input<inputs.healthcare.Hl7StoreNotificationConfig>;
|
|
399
399
|
/**
|
package/package.json
CHANGED
|
@@ -150,7 +150,7 @@ export declare class AccessApprovalSettings extends pulumi.CustomResource {
|
|
|
150
150
|
*
|
|
151
151
|
* > **Warning:** `project` is deprecated and will be removed in a future major release. Use `projectId` instead.
|
|
152
152
|
*
|
|
153
|
-
* @deprecated `project` is deprecated and will be removed in a future major release. Use `
|
|
153
|
+
* @deprecated `project` is deprecated and will be removed in a future major release. Use `projectId` instead.
|
|
154
154
|
*/
|
|
155
155
|
readonly project: pulumi.Output<string | undefined>;
|
|
156
156
|
/**
|
|
@@ -215,7 +215,7 @@ export interface AccessApprovalSettingsState {
|
|
|
215
215
|
*
|
|
216
216
|
* > **Warning:** `project` is deprecated and will be removed in a future major release. Use `projectId` instead.
|
|
217
217
|
*
|
|
218
|
-
* @deprecated `project` is deprecated and will be removed in a future major release. Use `
|
|
218
|
+
* @deprecated `project` is deprecated and will be removed in a future major release. Use `projectId` instead.
|
|
219
219
|
*/
|
|
220
220
|
project?: pulumi.Input<string>;
|
|
221
221
|
/**
|
|
@@ -253,7 +253,7 @@ export interface AccessApprovalSettingsArgs {
|
|
|
253
253
|
*
|
|
254
254
|
* > **Warning:** `project` is deprecated and will be removed in a future major release. Use `projectId` instead.
|
|
255
255
|
*
|
|
256
|
-
* @deprecated `project` is deprecated and will be removed in a future major release. Use `
|
|
256
|
+
* @deprecated `project` is deprecated and will be removed in a future major release. Use `projectId` instead.
|
|
257
257
|
*/
|
|
258
258
|
project?: pulumi.Input<string>;
|
|
259
259
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -7834,7 +7834,7 @@ export declare namespace certificatemanager {
|
|
|
7834
7834
|
*
|
|
7835
7835
|
* > **Warning:** `certificatePem` is deprecated and will be removed in a future major release. Use `pemCertificate` instead.
|
|
7836
7836
|
*
|
|
7837
|
-
* @deprecated `
|
|
7837
|
+
* @deprecated `certificatePem` is deprecated and will be removed in a future major release. Use `pemCertificate` instead.
|
|
7838
7838
|
*/
|
|
7839
7839
|
certificatePem?: pulumi.Input<string>;
|
|
7840
7840
|
/**
|
|
@@ -7855,7 +7855,7 @@ export declare namespace certificatemanager {
|
|
|
7855
7855
|
*
|
|
7856
7856
|
* > **Warning:** `privateKeyPem` is deprecated and will be removed in a future major release. Use `pemPrivateKey` instead.
|
|
7857
7857
|
*
|
|
7858
|
-
* @deprecated `
|
|
7858
|
+
* @deprecated `privateKeyPem` is deprecated and will be removed in a future major release. Use `pemPrivateKey` instead.
|
|
7859
7859
|
*/
|
|
7860
7860
|
privateKeyPem?: pulumi.Input<string>;
|
|
7861
7861
|
}
|
|
@@ -10863,7 +10863,7 @@ export declare namespace cloudrun {
|
|
|
10863
10863
|
*
|
|
10864
10864
|
* > **Warning:** `servingState` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
10865
10865
|
*
|
|
10866
|
-
* @deprecated `
|
|
10866
|
+
* @deprecated `servingState` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
10867
10867
|
*/
|
|
10868
10868
|
servingState?: pulumi.Input<string>;
|
|
10869
10869
|
/**
|
|
@@ -10898,7 +10898,7 @@ export declare namespace cloudrun {
|
|
|
10898
10898
|
*
|
|
10899
10899
|
* > **Warning:** `envFrom` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
10900
10900
|
*
|
|
10901
|
-
* @deprecated `
|
|
10901
|
+
* @deprecated `envFrom` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
10902
10902
|
*/
|
|
10903
10903
|
envFroms?: pulumi.Input<pulumi.Input<inputs.cloudrun.ServiceTemplateSpecContainerEnvFrom>[]>;
|
|
10904
10904
|
/**
|
|
@@ -10952,7 +10952,7 @@ export declare namespace cloudrun {
|
|
|
10952
10952
|
*
|
|
10953
10953
|
* > **Warning:** `workingDir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
10954
10954
|
*
|
|
10955
|
-
* @deprecated `
|
|
10955
|
+
* @deprecated `workingDir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
10956
10956
|
*/
|
|
10957
10957
|
workingDir?: pulumi.Input<string>;
|
|
10958
10958
|
}
|
|
@@ -25210,7 +25210,7 @@ export declare namespace container {
|
|
|
25210
25210
|
/**
|
|
25211
25211
|
* Mode used to make Relay available.
|
|
25212
25212
|
*
|
|
25213
|
-
* @deprecated Deprecated in favor of
|
|
25213
|
+
* @deprecated Deprecated in favor of enableRelay field. Remove this attribute's configuration as this field will be removed in the next major release and enableRelay will become a required field.
|
|
25214
25214
|
*/
|
|
25215
25215
|
relayMode?: pulumi.Input<string>;
|
|
25216
25216
|
}
|
|
@@ -57572,7 +57572,7 @@ export declare namespace vertex {
|
|
|
57572
57572
|
*
|
|
57573
57573
|
* > **Warning:** `monitoringInterval` is deprecated and will be removed in a future release.
|
|
57574
57574
|
*
|
|
57575
|
-
* @deprecated `
|
|
57575
|
+
* @deprecated `monitoringInterval` is deprecated and will be removed in a future release.
|
|
57576
57576
|
*/
|
|
57577
57577
|
monitoringInterval?: pulumi.Input<string>;
|
|
57578
57578
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -8652,7 +8652,7 @@ export declare namespace certificatemanager {
|
|
|
8652
8652
|
*
|
|
8653
8653
|
* > **Warning:** `certificatePem` is deprecated and will be removed in a future major release. Use `pemCertificate` instead.
|
|
8654
8654
|
*
|
|
8655
|
-
* @deprecated `
|
|
8655
|
+
* @deprecated `certificatePem` is deprecated and will be removed in a future major release. Use `pemCertificate` instead.
|
|
8656
8656
|
*/
|
|
8657
8657
|
certificatePem?: string;
|
|
8658
8658
|
/**
|
|
@@ -8673,7 +8673,7 @@ export declare namespace certificatemanager {
|
|
|
8673
8673
|
*
|
|
8674
8674
|
* > **Warning:** `privateKeyPem` is deprecated and will be removed in a future major release. Use `pemPrivateKey` instead.
|
|
8675
8675
|
*
|
|
8676
|
-
* @deprecated `
|
|
8676
|
+
* @deprecated `privateKeyPem` is deprecated and will be removed in a future major release. Use `pemPrivateKey` instead.
|
|
8677
8677
|
*/
|
|
8678
8678
|
privateKeyPem?: string;
|
|
8679
8679
|
}
|
|
@@ -13773,7 +13773,7 @@ export declare namespace cloudrun {
|
|
|
13773
13773
|
*
|
|
13774
13774
|
* > **Warning:** `servingState` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
13775
13775
|
*
|
|
13776
|
-
* @deprecated `
|
|
13776
|
+
* @deprecated `servingState` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
13777
13777
|
*/
|
|
13778
13778
|
servingState: string;
|
|
13779
13779
|
/**
|
|
@@ -13808,7 +13808,7 @@ export declare namespace cloudrun {
|
|
|
13808
13808
|
*
|
|
13809
13809
|
* > **Warning:** `envFrom` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
13810
13810
|
*
|
|
13811
|
-
* @deprecated `
|
|
13811
|
+
* @deprecated `envFrom` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
13812
13812
|
*/
|
|
13813
13813
|
envFroms?: outputs.cloudrun.ServiceTemplateSpecContainerEnvFrom[];
|
|
13814
13814
|
/**
|
|
@@ -13862,7 +13862,7 @@ export declare namespace cloudrun {
|
|
|
13862
13862
|
*
|
|
13863
13863
|
* > **Warning:** `workingDir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
13864
13864
|
*
|
|
13865
|
-
* @deprecated `
|
|
13865
|
+
* @deprecated `workingDir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
|
13866
13866
|
*/
|
|
13867
13867
|
workingDir?: string;
|
|
13868
13868
|
}
|
|
@@ -33548,7 +33548,7 @@ export declare namespace container {
|
|
|
33548
33548
|
/**
|
|
33549
33549
|
* Mode used to make Relay available.
|
|
33550
33550
|
*
|
|
33551
|
-
* @deprecated Deprecated in favor of
|
|
33551
|
+
* @deprecated Deprecated in favor of enableRelay field. Remove this attribute's configuration as this field will be removed in the next major release and enableRelay will become a required field.
|
|
33552
33552
|
*/
|
|
33553
33553
|
relayMode: string;
|
|
33554
33554
|
}
|
|
@@ -70012,7 +70012,7 @@ export declare namespace vertex {
|
|
|
70012
70012
|
*
|
|
70013
70013
|
* > **Warning:** `monitoringInterval` is deprecated and will be removed in a future release.
|
|
70014
70014
|
*
|
|
70015
|
-
* @deprecated `
|
|
70015
|
+
* @deprecated `monitoringInterval` is deprecated and will be removed in a future release.
|
|
70016
70016
|
*/
|
|
70017
70017
|
monitoringInterval: string;
|
|
70018
70018
|
/**
|