@pulumi/gcp 7.37.0 → 7.38.0-alpha.1724148643

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.
@@ -139,7 +139,7 @@ export declare class Workload extends pulumi.CustomResource {
139
139
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
140
140
  */
141
141
  readonly effectiveLabels: pulumi.Output<{
142
- [key: string]: any;
142
+ [key: string]: string;
143
143
  }>;
144
144
  /**
145
145
  * Optional. Represents the Ekm Provisioning State of the given workload.
@@ -198,7 +198,7 @@ export declare class Workload extends pulumi.CustomResource {
198
198
  * The combination of labels configured directly on the resource and default labels configured on the provider.
199
199
  */
200
200
  readonly pulumiLabels: pulumi.Output<{
201
- [key: string]: any;
201
+ [key: string]: string;
202
202
  }>;
203
203
  /**
204
204
  * Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.
@@ -257,7 +257,7 @@ export interface WorkloadState {
257
257
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
258
258
  */
259
259
  effectiveLabels?: pulumi.Input<{
260
- [key: string]: any;
260
+ [key: string]: pulumi.Input<string>;
261
261
  }>;
262
262
  /**
263
263
  * Optional. Represents the Ekm Provisioning State of the given workload.
@@ -316,7 +316,7 @@ export interface WorkloadState {
316
316
  * The combination of labels configured directly on the resource and default labels configured on the provider.
317
317
  */
318
318
  pulumiLabels?: pulumi.Input<{
319
- [key: string]: any;
319
+ [key: string]: pulumi.Input<string>;
320
320
  }>;
321
321
  /**
322
322
  * Input only. Resource properties that are used to customize workload resources. These properties (such as custom project id) will be used to create workload resources if possible. This field is optional.
@@ -129,7 +129,7 @@ export declare class WorkerPool extends pulumi.CustomResource {
129
129
  */
130
130
  readonly displayName: pulumi.Output<string | undefined>;
131
131
  readonly effectiveAnnotations: pulumi.Output<{
132
- [key: string]: any;
132
+ [key: string]: string;
133
133
  }>;
134
134
  /**
135
135
  * The location for the resource
@@ -200,7 +200,7 @@ export interface WorkerPoolState {
200
200
  */
201
201
  displayName?: pulumi.Input<string>;
202
202
  effectiveAnnotations?: pulumi.Input<{
203
- [key: string]: any;
203
+ [key: string]: pulumi.Input<string>;
204
204
  }>;
205
205
  /**
206
206
  * The location for the resource
@@ -279,13 +279,13 @@ export declare class DeliveryPipeline extends pulumi.CustomResource {
279
279
  */
280
280
  readonly description: pulumi.Output<string | undefined>;
281
281
  readonly effectiveAnnotations: pulumi.Output<{
282
- [key: string]: any;
282
+ [key: string]: string;
283
283
  }>;
284
284
  /**
285
285
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
286
286
  */
287
287
  readonly effectiveLabels: pulumi.Output<{
288
- [key: string]: any;
288
+ [key: string]: string;
289
289
  }>;
290
290
  /**
291
291
  * This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -319,7 +319,7 @@ export declare class DeliveryPipeline extends pulumi.CustomResource {
319
319
  * The combination of labels configured directly on the resource and default labels configured on the provider.
320
320
  */
321
321
  readonly pulumiLabels: pulumi.Output<{
322
- [key: string]: any;
322
+ [key: string]: string;
323
323
  }>;
324
324
  /**
325
325
  * SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
@@ -372,13 +372,13 @@ export interface DeliveryPipelineState {
372
372
  */
373
373
  description?: pulumi.Input<string>;
374
374
  effectiveAnnotations?: pulumi.Input<{
375
- [key: string]: any;
375
+ [key: string]: pulumi.Input<string>;
376
376
  }>;
377
377
  /**
378
378
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
379
379
  */
380
380
  effectiveLabels?: pulumi.Input<{
381
- [key: string]: any;
381
+ [key: string]: pulumi.Input<string>;
382
382
  }>;
383
383
  /**
384
384
  * This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -412,7 +412,7 @@ export interface DeliveryPipelineState {
412
412
  * The combination of labels configured directly on the resource and default labels configured on the provider.
413
413
  */
414
414
  pulumiLabels?: pulumi.Input<{
415
- [key: string]: any;
415
+ [key: string]: pulumi.Input<string>;
416
416
  }>;
417
417
  /**
418
418
  * SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
@@ -176,13 +176,13 @@ export declare class Target extends pulumi.CustomResource {
176
176
  */
177
177
  readonly description: pulumi.Output<string | undefined>;
178
178
  readonly effectiveAnnotations: pulumi.Output<{
179
- [key: string]: any;
179
+ [key: string]: string;
180
180
  }>;
181
181
  /**
182
182
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
183
183
  */
184
184
  readonly effectiveLabels: pulumi.Output<{
185
- [key: string]: any;
185
+ [key: string]: string;
186
186
  }>;
187
187
  /**
188
188
  * Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -229,7 +229,7 @@ export declare class Target extends pulumi.CustomResource {
229
229
  * The combination of labels configured directly on the resource and default labels configured on the provider.
230
230
  */
231
231
  readonly pulumiLabels: pulumi.Output<{
232
- [key: string]: any;
232
+ [key: string]: string;
233
233
  }>;
234
234
  /**
235
235
  * Optional. Whether or not the `Target` requires approval.
@@ -296,13 +296,13 @@ export interface TargetState {
296
296
  */
297
297
  description?: pulumi.Input<string>;
298
298
  effectiveAnnotations?: pulumi.Input<{
299
- [key: string]: any;
299
+ [key: string]: pulumi.Input<string>;
300
300
  }>;
301
301
  /**
302
302
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
303
303
  */
304
304
  effectiveLabels?: pulumi.Input<{
305
- [key: string]: any;
305
+ [key: string]: pulumi.Input<string>;
306
306
  }>;
307
307
  /**
308
308
  * Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -349,7 +349,7 @@ export interface TargetState {
349
349
  * The combination of labels configured directly on the resource and default labels configured on the provider.
350
350
  */
351
351
  pulumiLabels?: pulumi.Input<{
352
- [key: string]: any;
352
+ [key: string]: pulumi.Input<string>;
353
353
  }>;
354
354
  /**
355
355
  * Optional. Whether or not the `Target` requires approval.
@@ -136,7 +136,7 @@ export declare class Function extends pulumi.CustomResource {
136
136
  * A set of key/value environment variable pairs available during build time.
137
137
  */
138
138
  readonly buildEnvironmentVariables: pulumi.Output<{
139
- [key: string]: any;
139
+ [key: string]: string;
140
140
  } | undefined>;
141
141
  /**
142
142
  * If provided, the self-provided service account to use to build the function. The format of this field is `projects/{project}/serviceAccounts/{serviceAccountEmail}`
@@ -172,7 +172,7 @@ export declare class Function extends pulumi.CustomResource {
172
172
  * A set of key/value environment variable pairs to assign to the function.
173
173
  */
174
174
  readonly environmentVariables: pulumi.Output<{
175
- [key: string]: any;
175
+ [key: string]: string;
176
176
  } | undefined>;
177
177
  /**
178
178
  * A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `triggerHttp`.
@@ -205,7 +205,7 @@ export declare class Function extends pulumi.CustomResource {
205
205
  * Please refer to the field 'effective_labels' for all of the labels present on the resource.
206
206
  */
207
207
  readonly labels: pulumi.Output<{
208
- [key: string]: any;
208
+ [key: string]: string;
209
209
  } | undefined>;
210
210
  /**
211
211
  * The limit on the maximum number of function instances that may coexist at a given time.
@@ -311,7 +311,7 @@ export interface FunctionState {
311
311
  * A set of key/value environment variable pairs available during build time.
312
312
  */
313
313
  buildEnvironmentVariables?: pulumi.Input<{
314
- [key: string]: any;
314
+ [key: string]: pulumi.Input<string>;
315
315
  }>;
316
316
  /**
317
317
  * If provided, the self-provided service account to use to build the function. The format of this field is `projects/{project}/serviceAccounts/{serviceAccountEmail}`
@@ -347,7 +347,7 @@ export interface FunctionState {
347
347
  * A set of key/value environment variable pairs to assign to the function.
348
348
  */
349
349
  environmentVariables?: pulumi.Input<{
350
- [key: string]: any;
350
+ [key: string]: pulumi.Input<string>;
351
351
  }>;
352
352
  /**
353
353
  * A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `triggerHttp`.
@@ -380,7 +380,7 @@ export interface FunctionState {
380
380
  * Please refer to the field 'effective_labels' for all of the labels present on the resource.
381
381
  */
382
382
  labels?: pulumi.Input<{
383
- [key: string]: any;
383
+ [key: string]: pulumi.Input<string>;
384
384
  }>;
385
385
  /**
386
386
  * The limit on the maximum number of function instances that may coexist at a given time.
@@ -478,7 +478,7 @@ export interface FunctionArgs {
478
478
  * A set of key/value environment variable pairs available during build time.
479
479
  */
480
480
  buildEnvironmentVariables?: pulumi.Input<{
481
- [key: string]: any;
481
+ [key: string]: pulumi.Input<string>;
482
482
  }>;
483
483
  /**
484
484
  * If provided, the self-provided service account to use to build the function. The format of this field is `projects/{project}/serviceAccounts/{serviceAccountEmail}`
@@ -508,7 +508,7 @@ export interface FunctionArgs {
508
508
  * A set of key/value environment variable pairs to assign to the function.
509
509
  */
510
510
  environmentVariables?: pulumi.Input<{
511
- [key: string]: any;
511
+ [key: string]: pulumi.Input<string>;
512
512
  }>;
513
513
  /**
514
514
  * A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `triggerHttp`.
@@ -541,7 +541,7 @@ export interface FunctionArgs {
541
541
  * Please refer to the field 'effective_labels' for all of the labels present on the resource.
542
542
  */
543
543
  labels?: pulumi.Input<{
544
- [key: string]: any;
544
+ [key: string]: pulumi.Input<string>;
545
545
  }>;
546
546
  /**
547
547
  * The limit on the maximum number of function instances that may coexist at a given time.
@@ -47,7 +47,7 @@ export interface GetFunctionResult {
47
47
  */
48
48
  readonly availableMemoryMb: number;
49
49
  readonly buildEnvironmentVariables: {
50
- [key: string]: any;
50
+ [key: string]: string;
51
51
  };
52
52
  readonly buildServiceAccount: string;
53
53
  readonly buildWorkerPool: string;
@@ -65,7 +65,7 @@ export interface GetFunctionResult {
65
65
  */
66
66
  readonly entryPoint: string;
67
67
  readonly environmentVariables: {
68
- [key: string]: any;
68
+ [key: string]: string;
69
69
  };
70
70
  /**
71
71
  * A source that fires events in response to a condition in another service. Structure is documented below.
@@ -89,7 +89,7 @@ export interface GetFunctionResult {
89
89
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
90
90
  */
91
91
  readonly labels: {
92
- [key: string]: any;
92
+ [key: string]: string;
93
93
  };
94
94
  /**
95
95
  * The limit on the maximum number of function instances that may coexist at a given time. If unset or set to `0`, the API default will be used.
@@ -62,7 +62,7 @@ export interface GetUserWorkloadsSecretArgs {
62
62
  */
63
63
  export interface GetUserWorkloadsSecretResult {
64
64
  readonly data: {
65
- [key: string]: any;
65
+ [key: string]: string;
66
66
  };
67
67
  readonly environment: string;
68
68
  /**
@@ -77,7 +77,7 @@ export declare class UserWorkloadsSecret extends pulumi.CustomResource {
77
77
  * A map of the secret data.
78
78
  */
79
79
  readonly data: pulumi.Output<{
80
- [key: string]: any;
80
+ [key: string]: string;
81
81
  } | undefined>;
82
82
  /**
83
83
  * Environment where the Kubernetes Secret will be stored and used.
@@ -113,7 +113,7 @@ export interface UserWorkloadsSecretState {
113
113
  * A map of the secret data.
114
114
  */
115
115
  data?: pulumi.Input<{
116
- [key: string]: any;
116
+ [key: string]: pulumi.Input<string>;
117
117
  }>;
118
118
  /**
119
119
  * Environment where the Kubernetes Secret will be stored and used.
@@ -141,7 +141,7 @@ export interface UserWorkloadsSecretArgs {
141
141
  * A map of the secret data.
142
142
  */
143
143
  data?: pulumi.Input<{
144
- [key: string]: any;
144
+ [key: string]: pulumi.Input<string>;
145
145
  }>;
146
146
  /**
147
147
  * Environment where the Kubernetes Secret will be stored and used.
@@ -100,7 +100,7 @@ export interface GetInstanceTemplateResult {
100
100
  * within instances created from this template.
101
101
  */
102
102
  readonly metadata: {
103
- [key: string]: any;
103
+ [key: string]: string;
104
104
  };
105
105
  /**
106
106
  * The unique fingerprint of the metadata.
@@ -115,7 +115,7 @@ export interface GetRegionInstanceTemplateResult {
115
115
  * within instances created from this template.
116
116
  */
117
117
  readonly metadata: {
118
- [key: string]: any;
118
+ [key: string]: string;
119
119
  };
120
120
  /**
121
121
  * The unique fingerprint of the metadata.
@@ -286,7 +286,7 @@ export declare class InstanceTemplate extends pulumi.CustomResource {
286
286
  * within instances created from this template.
287
287
  */
288
288
  readonly metadata: pulumi.Output<{
289
- [key: string]: any;
289
+ [key: string]: string;
290
290
  } | undefined>;
291
291
  /**
292
292
  * The unique fingerprint of the metadata.
@@ -480,7 +480,7 @@ export interface InstanceTemplateState {
480
480
  * within instances created from this template.
481
481
  */
482
482
  metadata?: pulumi.Input<{
483
- [key: string]: any;
483
+ [key: string]: pulumi.Input<string>;
484
484
  }>;
485
485
  /**
486
486
  * The unique fingerprint of the metadata.
@@ -660,7 +660,7 @@ export interface InstanceTemplateArgs {
660
660
  * within instances created from this template.
661
661
  */
662
662
  metadata?: pulumi.Input<{
663
- [key: string]: any;
663
+ [key: string]: pulumi.Input<string>;
664
664
  }>;
665
665
  /**
666
666
  * An alternative to using the
@@ -108,7 +108,7 @@ export declare class RegionInstanceTemplate extends pulumi.CustomResource {
108
108
  * within instances created from this template.
109
109
  */
110
110
  readonly metadata: pulumi.Output<{
111
- [key: string]: any;
111
+ [key: string]: string;
112
112
  } | undefined>;
113
113
  /**
114
114
  * The unique fingerprint of the metadata.
@@ -289,7 +289,7 @@ export interface RegionInstanceTemplateState {
289
289
  * within instances created from this template.
290
290
  */
291
291
  metadata?: pulumi.Input<{
292
- [key: string]: any;
292
+ [key: string]: pulumi.Input<string>;
293
293
  }>;
294
294
  /**
295
295
  * The unique fingerprint of the metadata.
@@ -456,7 +456,7 @@ export interface RegionInstanceTemplateArgs {
456
456
  * within instances created from this template.
457
457
  */
458
458
  metadata?: pulumi.Input<{
459
- [key: string]: any;
459
+ [key: string]: pulumi.Input<string>;
460
460
  }>;
461
461
  /**
462
462
  * An alternative to using the
@@ -318,7 +318,7 @@ export declare class AwsCluster extends pulumi.CustomResource {
318
318
  */
319
319
  readonly description: pulumi.Output<string | undefined>;
320
320
  readonly effectiveAnnotations: pulumi.Output<{
321
- [key: string]: any;
321
+ [key: string]: string;
322
322
  }>;
323
323
  /**
324
324
  * Output only. The endpoint of the cluster's API server.
@@ -421,7 +421,7 @@ export interface AwsClusterState {
421
421
  */
422
422
  description?: pulumi.Input<string>;
423
423
  effectiveAnnotations?: pulumi.Input<{
424
- [key: string]: any;
424
+ [key: string]: pulumi.Input<string>;
425
425
  }>;
426
426
  /**
427
427
  * Output only. The endpoint of the cluster's API server.
@@ -453,7 +453,7 @@ export declare class AwsNodePool extends pulumi.CustomResource {
453
453
  */
454
454
  readonly createTime: pulumi.Output<string>;
455
455
  readonly effectiveAnnotations: pulumi.Output<{
456
- [key: string]: any;
456
+ [key: string]: string;
457
457
  }>;
458
458
  /**
459
459
  * Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -548,7 +548,7 @@ export interface AwsNodePoolState {
548
548
  */
549
549
  createTime?: pulumi.Input<string>;
550
550
  effectiveAnnotations?: pulumi.Input<{
551
- [key: string]: any;
551
+ [key: string]: pulumi.Input<string>;
552
552
  }>;
553
553
  /**
554
554
  * Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -195,7 +195,7 @@ export declare class AzureCluster extends pulumi.CustomResource {
195
195
  */
196
196
  readonly description: pulumi.Output<string | undefined>;
197
197
  readonly effectiveAnnotations: pulumi.Output<{
198
- [key: string]: any;
198
+ [key: string]: string;
199
199
  }>;
200
200
  /**
201
201
  * Output only. The endpoint of the cluster's API server.
@@ -309,7 +309,7 @@ export interface AzureClusterState {
309
309
  */
310
310
  description?: pulumi.Input<string>;
311
311
  effectiveAnnotations?: pulumi.Input<{
312
- [key: string]: any;
312
+ [key: string]: pulumi.Input<string>;
313
313
  }>;
314
314
  /**
315
315
  * Output only. The endpoint of the cluster's API server.
@@ -167,7 +167,7 @@ export declare class AzureNodePool extends pulumi.CustomResource {
167
167
  */
168
168
  readonly createTime: pulumi.Output<string>;
169
169
  readonly effectiveAnnotations: pulumi.Output<{
170
- [key: string]: any;
170
+ [key: string]: string;
171
171
  }>;
172
172
  /**
173
173
  * Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -262,7 +262,7 @@ export interface AzureNodePoolState {
262
262
  */
263
263
  createTime?: pulumi.Input<string>;
264
264
  effectiveAnnotations?: pulumi.Input<{
265
- [key: string]: any;
265
+ [key: string]: pulumi.Input<string>;
266
266
  }>;
267
267
  /**
268
268
  * Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
@@ -133,7 +133,7 @@ export declare class FlexTemplateJob extends pulumi.CustomResource {
133
133
  * labels will be ignored to prevent diffs on re-apply.
134
134
  */
135
135
  readonly labels: pulumi.Output<{
136
- [key: string]: any;
136
+ [key: string]: string;
137
137
  } | undefined>;
138
138
  /**
139
139
  * The machine type to use for launching the job. The default is n1-standard-1.
@@ -170,7 +170,7 @@ export declare class FlexTemplateJob extends pulumi.CustomResource {
170
170
  * **Note**: do not configure Dataflow options here in parameters.
171
171
  */
172
172
  readonly parameters: pulumi.Output<{
173
- [key: string]: any;
173
+ [key: string]: string;
174
174
  } | undefined>;
175
175
  /**
176
176
  * The project in which the resource belongs. If it is not
@@ -216,7 +216,7 @@ export declare class FlexTemplateJob extends pulumi.CustomResource {
216
216
  * Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job.Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job.
217
217
  */
218
218
  readonly transformNameMapping: pulumi.Output<{
219
- [key: string]: any;
219
+ [key: string]: string;
220
220
  } | undefined>;
221
221
  /**
222
222
  * The type of this job, selected from the JobType enum.
@@ -279,7 +279,7 @@ export interface FlexTemplateJobState {
279
279
  * labels will be ignored to prevent diffs on re-apply.
280
280
  */
281
281
  labels?: pulumi.Input<{
282
- [key: string]: any;
282
+ [key: string]: pulumi.Input<string>;
283
283
  }>;
284
284
  /**
285
285
  * The machine type to use for launching the job. The default is n1-standard-1.
@@ -316,7 +316,7 @@ export interface FlexTemplateJobState {
316
316
  * **Note**: do not configure Dataflow options here in parameters.
317
317
  */
318
318
  parameters?: pulumi.Input<{
319
- [key: string]: any;
319
+ [key: string]: pulumi.Input<string>;
320
320
  }>;
321
321
  /**
322
322
  * The project in which the resource belongs. If it is not
@@ -362,7 +362,7 @@ export interface FlexTemplateJobState {
362
362
  * Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job.Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job.
363
363
  */
364
364
  transformNameMapping?: pulumi.Input<{
365
- [key: string]: any;
365
+ [key: string]: pulumi.Input<string>;
366
366
  }>;
367
367
  /**
368
368
  * The type of this job, selected from the JobType enum.
@@ -410,7 +410,7 @@ export interface FlexTemplateJobArgs {
410
410
  * labels will be ignored to prevent diffs on re-apply.
411
411
  */
412
412
  labels?: pulumi.Input<{
413
- [key: string]: any;
413
+ [key: string]: pulumi.Input<string>;
414
414
  }>;
415
415
  /**
416
416
  * The machine type to use for launching the job. The default is n1-standard-1.
@@ -447,7 +447,7 @@ export interface FlexTemplateJobArgs {
447
447
  * **Note**: do not configure Dataflow options here in parameters.
448
448
  */
449
449
  parameters?: pulumi.Input<{
450
- [key: string]: any;
450
+ [key: string]: pulumi.Input<string>;
451
451
  }>;
452
452
  /**
453
453
  * The project in which the resource belongs. If it is not
@@ -483,6 +483,6 @@ export interface FlexTemplateJobArgs {
483
483
  * Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job.Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job.
484
484
  */
485
485
  transformNameMapping?: pulumi.Input<{
486
- [key: string]: any;
486
+ [key: string]: pulumi.Input<string>;
487
487
  }>;
488
488
  }
package/dataflow/job.d.ts CHANGED
@@ -150,7 +150,7 @@ export declare class Job extends pulumi.CustomResource {
150
150
  * **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effectiveLabels` for all of the labels present on the resource.
151
151
  */
152
152
  readonly labels: pulumi.Output<{
153
- [key: string]: any;
153
+ [key: string]: string;
154
154
  } | undefined>;
155
155
  /**
156
156
  * The machine type to use for the job.
@@ -178,7 +178,7 @@ export declare class Job extends pulumi.CustomResource {
178
178
  * **Note**: do not configure Dataflow options here in parameters.
179
179
  */
180
180
  readonly parameters: pulumi.Output<{
181
- [key: string]: any;
181
+ [key: string]: string;
182
182
  } | undefined>;
183
183
  /**
184
184
  * The project in which the resource belongs. If it is not provided, the provider project is used.
@@ -224,7 +224,7 @@ export declare class Job extends pulumi.CustomResource {
224
224
  * Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
225
225
  */
226
226
  readonly transformNameMapping: pulumi.Output<{
227
- [key: string]: any;
227
+ [key: string]: string;
228
228
  } | undefined>;
229
229
  /**
230
230
  * The type of this job, selected from the [JobType enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobType)
@@ -279,7 +279,7 @@ export interface JobState {
279
279
  * **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effectiveLabels` for all of the labels present on the resource.
280
280
  */
281
281
  labels?: pulumi.Input<{
282
- [key: string]: any;
282
+ [key: string]: pulumi.Input<string>;
283
283
  }>;
284
284
  /**
285
285
  * The machine type to use for the job.
@@ -307,7 +307,7 @@ export interface JobState {
307
307
  * **Note**: do not configure Dataflow options here in parameters.
308
308
  */
309
309
  parameters?: pulumi.Input<{
310
- [key: string]: any;
310
+ [key: string]: pulumi.Input<string>;
311
311
  }>;
312
312
  /**
313
313
  * The project in which the resource belongs. If it is not provided, the provider project is used.
@@ -353,7 +353,7 @@ export interface JobState {
353
353
  * Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
354
354
  */
355
355
  transformNameMapping?: pulumi.Input<{
356
- [key: string]: any;
356
+ [key: string]: pulumi.Input<string>;
357
357
  }>;
358
358
  /**
359
359
  * The type of this job, selected from the [JobType enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobType)
@@ -390,7 +390,7 @@ export interface JobArgs {
390
390
  * **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effectiveLabels` for all of the labels present on the resource.
391
391
  */
392
392
  labels?: pulumi.Input<{
393
- [key: string]: any;
393
+ [key: string]: pulumi.Input<string>;
394
394
  }>;
395
395
  /**
396
396
  * The machine type to use for the job.
@@ -418,7 +418,7 @@ export interface JobArgs {
418
418
  * **Note**: do not configure Dataflow options here in parameters.
419
419
  */
420
420
  parameters?: pulumi.Input<{
421
- [key: string]: any;
421
+ [key: string]: pulumi.Input<string>;
422
422
  }>;
423
423
  /**
424
424
  * The project in which the resource belongs. If it is not provided, the provider project is used.
@@ -454,7 +454,7 @@ export interface JobArgs {
454
454
  * Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
455
455
  */
456
456
  transformNameMapping?: pulumi.Input<{
457
- [key: string]: any;
457
+ [key: string]: pulumi.Input<string>;
458
458
  }>;
459
459
  /**
460
460
  * The zone in which the created job should run. If it is not provided, the provider zone is used.
@@ -125,7 +125,7 @@ export declare class Asset extends pulumi.CustomResource {
125
125
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
126
126
  */
127
127
  readonly effectiveLabels: pulumi.Output<{
128
- [key: string]: any;
128
+ [key: string]: string;
129
129
  }>;
130
130
  /**
131
131
  * Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
@@ -155,7 +155,7 @@ export declare class Asset extends pulumi.CustomResource {
155
155
  * The combination of labels configured directly on the resource and default labels configured on the provider.
156
156
  */
157
157
  readonly pulumiLabels: pulumi.Output<{
158
- [key: string]: any;
158
+ [key: string]: string;
159
159
  }>;
160
160
  /**
161
161
  * Required. Immutable. Specification of the resource that is referenced by this asset.
@@ -222,7 +222,7 @@ export interface AssetState {
222
222
  * All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
223
223
  */
224
224
  effectiveLabels?: pulumi.Input<{
225
- [key: string]: any;
225
+ [key: string]: pulumi.Input<string>;
226
226
  }>;
227
227
  /**
228
228
  * Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
@@ -252,7 +252,7 @@ export interface AssetState {
252
252
  * The combination of labels configured directly on the resource and default labels configured on the provider.
253
253
  */
254
254
  pulumiLabels?: pulumi.Input<{
255
- [key: string]: any;
255
+ [key: string]: pulumi.Input<string>;
256
256
  }>;
257
257
  /**
258
258
  * Required. Immutable. Specification of the resource that is referenced by this asset.