@pulumi/gcp 9.27.0 → 9.28.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 (157) hide show
  1. package/apigee/api.d.ts +1 -1
  2. package/apigee/api.d.ts.map +1 -1
  3. package/apigee/environmentDebugmask.d.ts +248 -0
  4. package/apigee/environmentDebugmask.d.ts.map +1 -0
  5. package/apigee/environmentDebugmask.js +163 -0
  6. package/apigee/environmentDebugmask.js.map +1 -0
  7. package/apigee/index.d.ts +3 -0
  8. package/apigee/index.d.ts.map +1 -1
  9. package/apigee/index.js +6 -1
  10. package/apigee/index.js.map +1 -1
  11. package/backupdisasterrecovery/restoreWorkload.d.ts +9 -9
  12. package/ces/guardrail.d.ts +41 -0
  13. package/ces/guardrail.d.ts.map +1 -1
  14. package/ces/guardrail.js +41 -0
  15. package/ces/guardrail.js.map +1 -1
  16. package/chronicle/index.d.ts +6 -0
  17. package/chronicle/index.d.ts.map +1 -1
  18. package/chronicle/index.js +11 -1
  19. package/chronicle/index.js.map +1 -1
  20. package/chronicle/parser.d.ts +474 -0
  21. package/chronicle/parser.d.ts.map +1 -0
  22. package/chronicle/parser.js +207 -0
  23. package/chronicle/parser.js.map +1 -0
  24. package/chronicle/soarNetwork.d.ts +217 -0
  25. package/chronicle/soarNetwork.d.ts.map +1 -0
  26. package/chronicle/soarNetwork.js +151 -0
  27. package/chronicle/soarNetwork.js.map +1 -0
  28. package/cloudrun/service.d.ts +1 -10
  29. package/cloudrun/service.d.ts.map +1 -1
  30. package/cloudrun/service.js +1 -10
  31. package/cloudrun/service.js.map +1 -1
  32. package/cloudrunv2/service.d.ts +0 -1
  33. package/cloudrunv2/service.d.ts.map +1 -1
  34. package/cloudrunv2/service.js +0 -1
  35. package/cloudrunv2/service.js.map +1 -1
  36. package/cloudrunv2/workerPool.d.ts +4 -0
  37. package/cloudrunv2/workerPool.d.ts.map +1 -1
  38. package/cloudrunv2/workerPool.js +4 -0
  39. package/cloudrunv2/workerPool.js.map +1 -1
  40. package/cloudsecuritycompliance/cloudControl.d.ts +345 -4
  41. package/cloudsecuritycompliance/cloudControl.d.ts.map +1 -1
  42. package/cloudsecuritycompliance/cloudControl.js +310 -6
  43. package/cloudsecuritycompliance/cloudControl.js.map +1 -1
  44. package/cloudsecuritycompliance/framework.d.ts +168 -9
  45. package/cloudsecuritycompliance/framework.d.ts.map +1 -1
  46. package/cloudsecuritycompliance/framework.js +131 -9
  47. package/cloudsecuritycompliance/framework.js.map +1 -1
  48. package/cloudsecuritycompliance/frameworkDeployment.d.ts +545 -7
  49. package/cloudsecuritycompliance/frameworkDeployment.d.ts.map +1 -1
  50. package/cloudsecuritycompliance/frameworkDeployment.js +506 -8
  51. package/cloudsecuritycompliance/frameworkDeployment.js.map +1 -1
  52. package/compute/getRegionTargetHttpProxy.d.ts +107 -0
  53. package/compute/getRegionTargetHttpProxy.d.ts.map +1 -0
  54. package/compute/getRegionTargetHttpProxy.js +83 -0
  55. package/compute/getRegionTargetHttpProxy.js.map +1 -0
  56. package/compute/getRegionTargetHttpsProxy.d.ts +111 -0
  57. package/compute/getRegionTargetHttpsProxy.d.ts.map +1 -0
  58. package/compute/getRegionTargetHttpsProxy.js +83 -0
  59. package/compute/getRegionTargetHttpsProxy.js.map +1 -0
  60. package/compute/getReservation.d.ts +1 -0
  61. package/compute/getReservation.d.ts.map +1 -1
  62. package/compute/getReservation.js.map +1 -1
  63. package/compute/getTargetHttpProxy.d.ts +98 -0
  64. package/compute/getTargetHttpProxy.d.ts.map +1 -0
  65. package/compute/getTargetHttpProxy.js +81 -0
  66. package/compute/getTargetHttpProxy.js.map +1 -0
  67. package/compute/getTargetHttpsProxy.d.ts +105 -0
  68. package/compute/getTargetHttpsProxy.d.ts.map +1 -0
  69. package/compute/getTargetHttpsProxy.js +81 -0
  70. package/compute/getTargetHttpsProxy.js.map +1 -0
  71. package/compute/index.d.ts +12 -0
  72. package/compute/index.d.ts.map +1 -1
  73. package/compute/index.js +17 -5
  74. package/compute/index.js.map +1 -1
  75. package/compute/regionCommitment.d.ts +1 -1
  76. package/compute/regionCommitment.d.ts.map +1 -1
  77. package/compute/reservation.d.ts +15 -0
  78. package/compute/reservation.d.ts.map +1 -1
  79. package/compute/reservation.js +2 -0
  80. package/compute/reservation.js.map +1 -1
  81. package/compute/securityScanConfig.d.ts +6 -0
  82. package/compute/securityScanConfig.d.ts.map +1 -1
  83. package/compute/securityScanConfig.js +6 -0
  84. package/compute/securityScanConfig.js.map +1 -1
  85. package/databasemigrationservice/migrationJob.d.ts +27 -0
  86. package/databasemigrationservice/migrationJob.d.ts.map +1 -1
  87. package/databasemigrationservice/migrationJob.js +4 -0
  88. package/databasemigrationservice/migrationJob.js.map +1 -1
  89. package/migrationcenter/importDataFile.d.ts +245 -0
  90. package/migrationcenter/importDataFile.d.ts.map +1 -0
  91. package/migrationcenter/importDataFile.js +150 -0
  92. package/migrationcenter/importDataFile.js.map +1 -0
  93. package/migrationcenter/index.d.ts +3 -0
  94. package/migrationcenter/index.d.ts.map +1 -1
  95. package/migrationcenter/index.js +6 -1
  96. package/migrationcenter/index.js.map +1 -1
  97. package/networksecurity/authzPolicy.d.ts +18 -1
  98. package/networksecurity/authzPolicy.d.ts.map +1 -1
  99. package/networksecurity/authzPolicy.js +2 -1
  100. package/networksecurity/authzPolicy.js.map +1 -1
  101. package/networkservices/agentGateway.d.ts +47 -9
  102. package/networkservices/agentGateway.d.ts.map +1 -1
  103. package/networkservices/agentGateway.js +30 -10
  104. package/networkservices/agentGateway.js.map +1 -1
  105. package/networkservices/authzExtension.d.ts +3 -0
  106. package/networkservices/authzExtension.d.ts.map +1 -1
  107. package/networkservices/authzExtension.js +3 -0
  108. package/networkservices/authzExtension.js.map +1 -1
  109. package/oracledatabase/getGoldengateDeploymentVersions.d.ts +135 -0
  110. package/oracledatabase/getGoldengateDeploymentVersions.d.ts.map +1 -0
  111. package/oracledatabase/getGoldengateDeploymentVersions.js +137 -0
  112. package/oracledatabase/getGoldengateDeploymentVersions.js.map +1 -0
  113. package/oracledatabase/goldengateDeployment.d.ts +1 -1
  114. package/oracledatabase/goldengateDeployment.js +1 -1
  115. package/oracledatabase/index.d.ts +3 -0
  116. package/oracledatabase/index.d.ts.map +1 -1
  117. package/oracledatabase/index.js +4 -1
  118. package/oracledatabase/index.js.map +1 -1
  119. package/package.json +2 -2
  120. package/pubsub/schema.d.ts +8 -0
  121. package/pubsub/schema.d.ts.map +1 -1
  122. package/pubsub/schema.js +2 -0
  123. package/pubsub/schema.js.map +1 -1
  124. package/pubsub/topic.d.ts +2 -0
  125. package/pubsub/topic.d.ts.map +1 -1
  126. package/pubsub/topic.js +2 -0
  127. package/pubsub/topic.js.map +1 -1
  128. package/storage/getControlProjectIntelligenceFinding.d.ts +137 -0
  129. package/storage/getControlProjectIntelligenceFinding.d.ts.map +1 -0
  130. package/storage/getControlProjectIntelligenceFinding.js +79 -0
  131. package/storage/getControlProjectIntelligenceFinding.js.map +1 -0
  132. package/storage/getControlProjectIntelligenceFindings.d.ts +92 -0
  133. package/storage/getControlProjectIntelligenceFindings.d.ts.map +1 -0
  134. package/storage/getControlProjectIntelligenceFindings.js +81 -0
  135. package/storage/getControlProjectIntelligenceFindings.js.map +1 -0
  136. package/storage/index.d.ts +6 -0
  137. package/storage/index.d.ts.map +1 -1
  138. package/storage/index.js +8 -2
  139. package/storage/index.js.map +1 -1
  140. package/storage/managedFolderIamBinding.d.ts +3 -0
  141. package/storage/managedFolderIamBinding.d.ts.map +1 -1
  142. package/storage/managedFolderIamBinding.js.map +1 -1
  143. package/storage/managedFolderIamMember.d.ts +3 -0
  144. package/storage/managedFolderIamMember.d.ts.map +1 -1
  145. package/storage/managedFolderIamMember.js.map +1 -1
  146. package/types/input.d.ts +446 -10
  147. package/types/input.d.ts.map +1 -1
  148. package/types/output.d.ts +1337 -10
  149. package/types/output.d.ts.map +1 -1
  150. package/vertex/aiTensorboardExperiment.d.ts +323 -0
  151. package/vertex/aiTensorboardExperiment.d.ts.map +1 -0
  152. package/vertex/aiTensorboardExperiment.js +161 -0
  153. package/vertex/aiTensorboardExperiment.js.map +1 -0
  154. package/vertex/index.d.ts +3 -0
  155. package/vertex/index.d.ts.map +1 -1
  156. package/vertex/index.js +7 -2
  157. package/vertex/index.js.map +1 -1
@@ -37,18 +37,520 @@ const utilities = __importStar(require("../utilities"));
37
37
  *
38
38
  * ## Example Usage
39
39
  *
40
+ * ### Cloudsecuritycompliance Framework Deployment Org Basic
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as gcp from "@pulumi/gcp";
45
+ *
46
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
47
+ * parent: "organizations/123456789",
48
+ * location: "global",
49
+ * frameworkId: "example-framework",
50
+ * displayName: "Terraform Framework Name",
51
+ * description: "An Terraform description for the framework",
52
+ * cloudControlDetails: [{
53
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
54
+ * majorRevisionId: "2",
55
+ * parameters: [
56
+ * {
57
+ * name: "location",
58
+ * parameterValue: {
59
+ * stringValue: "us-central1",
60
+ * },
61
+ * },
62
+ * {
63
+ * name: "oneof-parameter",
64
+ * parameterValue: {
65
+ * oneofValue: {
66
+ * name: "test-oneof",
67
+ * parameterValue: {
68
+ * stringValue: "test-value",
69
+ * },
70
+ * },
71
+ * },
72
+ * },
73
+ * {
74
+ * name: "bool-parameter",
75
+ * parameterValue: {
76
+ * oneofValue: {
77
+ * name: "bool-oneof",
78
+ * parameterValue: {
79
+ * boolValue: true,
80
+ * },
81
+ * },
82
+ * },
83
+ * },
84
+ * {
85
+ * name: "number-parameter",
86
+ * parameterValue: {
87
+ * oneofValue: {
88
+ * name: "number-oneof",
89
+ * parameterValue: {
90
+ * numberValue: 123.45,
91
+ * },
92
+ * },
93
+ * },
94
+ * },
95
+ * {
96
+ * name: "string-list-parameter",
97
+ * parameterValue: {
98
+ * oneofValue: {
99
+ * name: "string-list-oneof",
100
+ * parameterValue: {
101
+ * stringListValue: {
102
+ * values: [
103
+ * "value1",
104
+ * "value2",
105
+ * ],
106
+ * },
107
+ * },
108
+ * },
109
+ * },
110
+ * },
111
+ * ],
112
+ * }],
113
+ * });
114
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
115
+ * parent: "organizations/123456789",
116
+ * location: "global",
117
+ * frameworkDeploymentId: "example-deployment",
118
+ * description: "A framework deployment for cloud security compliance",
119
+ * framework: {
120
+ * framework: example.name,
121
+ * majorRevisionId: "1",
122
+ * },
123
+ * targetResourceConfig: {
124
+ * existingTargetResource: "organizations/123456789",
125
+ * },
126
+ * cloudControlMetadatas: [{
127
+ * enforcementMode: "DETECTIVE",
128
+ * cloudControlDetails: {
129
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
130
+ * majorRevisionId: "2",
131
+ * parameters: [
132
+ * {
133
+ * name: "enabled",
134
+ * parameterValue: {
135
+ * boolValue: true,
136
+ * },
137
+ * },
138
+ * {
139
+ * name: "regions",
140
+ * parameterValue: {
141
+ * stringListValue: {
142
+ * values: [
143
+ * "us-central1",
144
+ * "us-west1",
145
+ * "us-east1",
146
+ * ],
147
+ * },
148
+ * },
149
+ * },
150
+ * {
151
+ * name: "location",
152
+ * parameterValue: {
153
+ * stringValue: "us-central1",
154
+ * },
155
+ * },
156
+ * {
157
+ * name: "oneof-parameter",
158
+ * parameterValue: {
159
+ * oneofValue: {
160
+ * name: "test-oneof",
161
+ * parameterValue: {
162
+ * stringValue: "test-value",
163
+ * },
164
+ * },
165
+ * },
166
+ * },
167
+ * {
168
+ * name: "bool-parameter",
169
+ * parameterValue: {
170
+ * oneofValue: {
171
+ * name: "bool-oneof",
172
+ * parameterValue: {
173
+ * boolValue: true,
174
+ * },
175
+ * },
176
+ * },
177
+ * },
178
+ * {
179
+ * name: "number-parameter",
180
+ * parameterValue: {
181
+ * oneofValue: {
182
+ * name: "number-oneof",
183
+ * parameterValue: {
184
+ * numberValue: 123.45,
185
+ * },
186
+ * },
187
+ * },
188
+ * },
189
+ * {
190
+ * name: "string-list-parameter",
191
+ * parameterValue: {
192
+ * oneofValue: {
193
+ * name: "string-list-oneof",
194
+ * parameterValue: {
195
+ * stringListValue: {
196
+ * values: [
197
+ * "value1",
198
+ * "value2",
199
+ * ],
200
+ * },
201
+ * },
202
+ * },
203
+ * },
204
+ * },
205
+ * ],
206
+ * },
207
+ * }],
208
+ * });
209
+ * ```
210
+ * ### Cloudsecuritycompliance Framework Deployment Project Basic
211
+ *
212
+ * ```typescript
213
+ * import * as pulumi from "@pulumi/pulumi";
214
+ * import * as gcp from "@pulumi/gcp";
215
+ *
216
+ * const project = gcp.organizations.getProject({});
217
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
218
+ * parent: project.then(project => `projects/${project.number}`),
219
+ * location: "global",
220
+ * frameworkId: "example-framework",
221
+ * displayName: "Terraform Framework Name",
222
+ * description: "An Terraform description for the framework",
223
+ * cloudControlDetails: [{
224
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown`),
225
+ * majorRevisionId: "2",
226
+ * parameters: [
227
+ * {
228
+ * name: "location",
229
+ * parameterValue: {
230
+ * stringValue: "us-central1",
231
+ * },
232
+ * },
233
+ * {
234
+ * name: "oneof-parameter",
235
+ * parameterValue: {
236
+ * oneofValue: {
237
+ * name: "test-oneof",
238
+ * parameterValue: {
239
+ * stringValue: "test-value",
240
+ * },
241
+ * },
242
+ * },
243
+ * },
244
+ * {
245
+ * name: "bool-parameter",
246
+ * parameterValue: {
247
+ * oneofValue: {
248
+ * name: "bool-oneof",
249
+ * parameterValue: {
250
+ * boolValue: true,
251
+ * },
252
+ * },
253
+ * },
254
+ * },
255
+ * {
256
+ * name: "number-parameter",
257
+ * parameterValue: {
258
+ * oneofValue: {
259
+ * name: "number-oneof",
260
+ * parameterValue: {
261
+ * numberValue: 123.45,
262
+ * },
263
+ * },
264
+ * },
265
+ * },
266
+ * {
267
+ * name: "string-list-parameter",
268
+ * parameterValue: {
269
+ * oneofValue: {
270
+ * name: "string-list-oneof",
271
+ * parameterValue: {
272
+ * stringListValue: {
273
+ * values: [
274
+ * "value1",
275
+ * "value2",
276
+ * ],
277
+ * },
278
+ * },
279
+ * },
280
+ * },
281
+ * },
282
+ * ],
283
+ * }],
284
+ * });
285
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
286
+ * parent: project.then(project => `projects/${project.number}`),
287
+ * location: "global",
288
+ * frameworkDeploymentId: "example-deployment",
289
+ * description: "A framework deployment for cloud security compliance",
290
+ * framework: {
291
+ * framework: example.name,
292
+ * majorRevisionId: "1",
293
+ * },
294
+ * targetResourceConfig: {
295
+ * existingTargetResource: project.then(project => `projects/${project.projectId}`),
296
+ * },
297
+ * cloudControlMetadatas: [{
298
+ * enforcementMode: "DETECTIVE",
299
+ * cloudControlDetails: {
300
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown`),
301
+ * majorRevisionId: "2",
302
+ * parameters: [
303
+ * {
304
+ * name: "enabled",
305
+ * parameterValue: {
306
+ * boolValue: true,
307
+ * },
308
+ * },
309
+ * {
310
+ * name: "regions",
311
+ * parameterValue: {
312
+ * stringListValue: {
313
+ * values: [
314
+ * "us-central1",
315
+ * "us-west1",
316
+ * "us-east1",
317
+ * ],
318
+ * },
319
+ * },
320
+ * },
321
+ * {
322
+ * name: "location",
323
+ * parameterValue: {
324
+ * stringValue: "us-central1",
325
+ * },
326
+ * },
327
+ * {
328
+ * name: "oneof-parameter",
329
+ * parameterValue: {
330
+ * oneofValue: {
331
+ * name: "test-oneof",
332
+ * parameterValue: {
333
+ * stringValue: "test-value",
334
+ * },
335
+ * },
336
+ * },
337
+ * },
338
+ * {
339
+ * name: "bool-parameter",
340
+ * parameterValue: {
341
+ * oneofValue: {
342
+ * name: "bool-oneof",
343
+ * parameterValue: {
344
+ * boolValue: true,
345
+ * },
346
+ * },
347
+ * },
348
+ * },
349
+ * {
350
+ * name: "number-parameter",
351
+ * parameterValue: {
352
+ * oneofValue: {
353
+ * name: "number-oneof",
354
+ * parameterValue: {
355
+ * numberValue: 123.45,
356
+ * },
357
+ * },
358
+ * },
359
+ * },
360
+ * {
361
+ * name: "string-list-parameter",
362
+ * parameterValue: {
363
+ * oneofValue: {
364
+ * name: "string-list-oneof",
365
+ * parameterValue: {
366
+ * stringListValue: {
367
+ * values: [
368
+ * "value1",
369
+ * "value2",
370
+ * ],
371
+ * },
372
+ * },
373
+ * },
374
+ * },
375
+ * },
376
+ * ],
377
+ * },
378
+ * }],
379
+ * });
380
+ * ```
381
+ * ### Cloudsecuritycompliance Framework Deployment Org Project Basic
382
+ *
383
+ * ```typescript
384
+ * import * as pulumi from "@pulumi/pulumi";
385
+ * import * as gcp from "@pulumi/gcp";
386
+ *
387
+ * const project = gcp.organizations.getProject({});
388
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
389
+ * parent: "organizations/123456789",
390
+ * location: "global",
391
+ * frameworkId: "example-framework",
392
+ * displayName: "Terraform Framework Name",
393
+ * description: "A Terraform description for the framework",
394
+ * cloudControlDetails: [{
395
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets",
396
+ * majorRevisionId: "2",
397
+ * parameters: [{
398
+ * name: "location",
399
+ * parameterValue: {
400
+ * numberValue: 1,
401
+ * },
402
+ * }],
403
+ * }],
404
+ * });
405
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
406
+ * parent: "organizations/123456789",
407
+ * location: "global",
408
+ * frameworkDeploymentId: "example-deployment",
409
+ * description: "A framework deployment with org parent targeting a project",
410
+ * framework: {
411
+ * framework: example.name,
412
+ * majorRevisionId: "1",
413
+ * },
414
+ * targetResourceConfig: {
415
+ * existingTargetResource: project.then(project => `projects/${project.projectId}`),
416
+ * },
417
+ * cloudControlMetadatas: [{
418
+ * enforcementMode: "DETECTIVE",
419
+ * cloudControlDetails: {
420
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets",
421
+ * majorRevisionId: "2",
422
+ * parameters: [{
423
+ * name: "location",
424
+ * parameterValue: {
425
+ * numberValue: 1,
426
+ * },
427
+ * }],
428
+ * },
429
+ * }],
430
+ * });
431
+ * ```
432
+ * ### Cloudsecuritycompliance Framework Deployment Project Application Basic
433
+ *
434
+ * ```typescript
435
+ * import * as pulumi from "@pulumi/pulumi";
436
+ * import * as gcp from "@pulumi/gcp";
437
+ *
438
+ * const project = gcp.organizations.getProject({});
439
+ * // App Hub Application resource to act as the target
440
+ * const application = new gcp.apphub.Application("application", {
441
+ * location: "us-central1",
442
+ * applicationId: "example-app",
443
+ * scope: {
444
+ * type: "REGIONAL",
445
+ * },
446
+ * });
447
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
448
+ * parent: project.then(project => `projects/${project.number}`),
449
+ * location: "global",
450
+ * frameworkId: "example-framework",
451
+ * displayName: "Terraform Framework Name",
452
+ * description: "A Terraform description for the framework",
453
+ * cloudControlDetails: [{
454
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets`),
455
+ * majorRevisionId: "2",
456
+ * parameters: [{
457
+ * name: "location",
458
+ * parameterValue: {
459
+ * numberValue: 1,
460
+ * },
461
+ * }],
462
+ * }],
463
+ * });
464
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
465
+ * parent: project.then(project => `projects/${project.number}`),
466
+ * location: "global",
467
+ * frameworkDeploymentId: "example-deployment",
468
+ * description: "A framework deployment with project parent targeting an application",
469
+ * framework: {
470
+ * framework: example.name,
471
+ * majorRevisionId: "1",
472
+ * },
473
+ * targetResourceConfig: {
474
+ * existingTargetResource: pulumi.all([project, application.applicationId]).apply(([project, applicationId]) => `projects/${project.number}/locations/us-central1/applications/${applicationId}`),
475
+ * },
476
+ * cloudControlMetadatas: [{
477
+ * enforcementMode: "DETECTIVE",
478
+ * cloudControlDetails: {
479
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets`),
480
+ * majorRevisionId: "2",
481
+ * parameters: [{
482
+ * name: "location",
483
+ * parameterValue: {
484
+ * numberValue: 1,
485
+ * },
486
+ * }],
487
+ * },
488
+ * }],
489
+ * });
490
+ * ```
491
+ * ### Cloudsecuritycompliance Framework Deployment Org Basic Backward
492
+ *
493
+ * ```typescript
494
+ * import * as pulumi from "@pulumi/pulumi";
495
+ * import * as gcp from "@pulumi/gcp";
496
+ *
497
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
498
+ * organization: "123456789",
499
+ * location: "global",
500
+ * frameworkId: "example-framework",
501
+ * displayName: "Terraform Framework Name",
502
+ * description: "An Terraform description for the framework",
503
+ * cloudControlDetails: [{
504
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
505
+ * majorRevisionId: "2",
506
+ * parameters: [{
507
+ * name: "location",
508
+ * parameterValue: {
509
+ * stringValue: "us-central1",
510
+ * },
511
+ * }],
512
+ * }],
513
+ * });
514
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
515
+ * organization: "123456789",
516
+ * location: "global",
517
+ * frameworkDeploymentId: "example-deployment",
518
+ * description: "A framework deployment for cloud security compliance",
519
+ * framework: {
520
+ * framework: example.name,
521
+ * majorRevisionId: "1",
522
+ * },
523
+ * targetResourceConfig: {
524
+ * existingTargetResource: "organizations/123456789",
525
+ * },
526
+ * cloudControlMetadatas: [{
527
+ * enforcementMode: "DETECTIVE",
528
+ * cloudControlDetails: {
529
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
530
+ * majorRevisionId: "2",
531
+ * parameters: [{
532
+ * name: "enabled",
533
+ * parameterValue: {
534
+ * boolValue: true,
535
+ * },
536
+ * }],
537
+ * },
538
+ * }],
539
+ * });
540
+ * ```
541
+ *
40
542
  * ## Import
41
543
  *
42
544
  * FrameworkDeployment can be imported using any of these accepted formats:
43
545
  *
44
546
  * * `organizations/{{organization}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}`
45
- * * `{{organization}}/{{location}}/{{framework_deployment_id}}`
547
+ * * `{{parent}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}`
46
548
  *
47
549
  * When using the `pulumi import` command, FrameworkDeployment can be imported using one of the formats above. For example:
48
550
  *
49
551
  * ```sh
50
552
  * $ pulumi import gcp:cloudsecuritycompliance/frameworkDeployment:FrameworkDeployment default organizations/{{organization}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}
51
- * $ pulumi import gcp:cloudsecuritycompliance/frameworkDeployment:FrameworkDeployment default {{organization}}/{{location}}/{{framework_deployment_id}}
553
+ * $ pulumi import gcp:cloudsecuritycompliance/frameworkDeployment:FrameworkDeployment default {{parent}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}
52
554
  * ```
53
555
  */
54
556
  class FrameworkDeployment extends pulumi.CustomResource {
@@ -94,6 +596,7 @@ class FrameworkDeployment extends pulumi.CustomResource {
94
596
  resourceInputs["location"] = state?.location;
95
597
  resourceInputs["name"] = state?.name;
96
598
  resourceInputs["organization"] = state?.organization;
599
+ resourceInputs["parent"] = state?.parent;
97
600
  resourceInputs["targetResourceConfig"] = state?.targetResourceConfig;
98
601
  resourceInputs["targetResourceDisplayName"] = state?.targetResourceDisplayName;
99
602
  resourceInputs["updateTime"] = state?.updateTime;
@@ -109,12 +612,6 @@ class FrameworkDeployment extends pulumi.CustomResource {
109
612
  if (args?.frameworkDeploymentId === undefined && !opts.urn) {
110
613
  throw new Error("Missing required property 'frameworkDeploymentId'");
111
614
  }
112
- if (args?.location === undefined && !opts.urn) {
113
- throw new Error("Missing required property 'location'");
114
- }
115
- if (args?.organization === undefined && !opts.urn) {
116
- throw new Error("Missing required property 'organization'");
117
- }
118
615
  if (args?.targetResourceConfig === undefined && !opts.urn) {
119
616
  throw new Error("Missing required property 'targetResourceConfig'");
120
617
  }
@@ -125,6 +622,7 @@ class FrameworkDeployment extends pulumi.CustomResource {
125
622
  resourceInputs["frameworkDeploymentId"] = args?.frameworkDeploymentId;
126
623
  resourceInputs["location"] = args?.location;
127
624
  resourceInputs["organization"] = args?.organization;
625
+ resourceInputs["parent"] = args?.parent;
128
626
  resourceInputs["targetResourceConfig"] = args?.targetResourceConfig;
129
627
  resourceInputs["cloudControlDeploymentReferences"] = undefined /*out*/;
130
628
  resourceInputs["computedTargetResource"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"frameworkDeployment.js","sourceRoot":"","sources":["../../cloudsecuritycompliance/frameworkDeployment.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"frameworkDeployment.js","sourceRoot":"","sources":["../../cloudsecuritycompliance/frameworkDeployment.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,107 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Get information about a Compute Engine RegionTargetHttpProxy.
4
+ *
5
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
6
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as gcp from "@pulumi/gcp";
13
+ *
14
+ * const _default = gcp.compute.getRegionTargetHttpProxy({
15
+ * name: defaultGoogleComputeRegionTargetHttpProxy.name,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getRegionTargetHttpProxy(args: GetRegionTargetHttpProxyArgs, opts?: pulumi.InvokeOptions): Promise<GetRegionTargetHttpProxyResult>;
20
+ /**
21
+ * A collection of arguments for invoking getRegionTargetHttpProxy.
22
+ */
23
+ export interface GetRegionTargetHttpProxyArgs {
24
+ /**
25
+ * Name of the resource. Provided by the client when the resource is
26
+ * created. The name must be 1-63 characters long, and comply with
27
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
28
+ * the regular expression `a-z?` which means the
29
+ * first character must be a lowercase letter, and all following
30
+ * characters must be a dash, lowercase letter, or digit, except the last
31
+ * character, which cannot be a dash.
32
+ */
33
+ name: string;
34
+ /**
35
+ * The ID of the project in which the resource belongs.
36
+ * If it is not provided, the provider project is used.
37
+ */
38
+ project?: string;
39
+ /**
40
+ * The Region in which the created target https proxy should reside.
41
+ * If it is not provided, the provider region is used.
42
+ */
43
+ region?: string;
44
+ }
45
+ /**
46
+ * A collection of values returned by getRegionTargetHttpProxy.
47
+ */
48
+ export interface GetRegionTargetHttpProxyResult {
49
+ readonly creationTimestamp: string;
50
+ readonly deletionPolicy: string;
51
+ readonly description: string;
52
+ readonly httpKeepAliveTimeoutSec: number;
53
+ /**
54
+ * The provider-assigned unique ID for this managed resource.
55
+ */
56
+ readonly id: string;
57
+ readonly name: string;
58
+ readonly project?: string;
59
+ readonly proxyId: number;
60
+ readonly region?: string;
61
+ readonly selfLink: string;
62
+ readonly urlMap: string;
63
+ }
64
+ /**
65
+ * Get information about a Compute Engine RegionTargetHttpProxy.
66
+ *
67
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
68
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies).
69
+ *
70
+ * ## Example Usage
71
+ *
72
+ * ```typescript
73
+ * import * as pulumi from "@pulumi/pulumi";
74
+ * import * as gcp from "@pulumi/gcp";
75
+ *
76
+ * const _default = gcp.compute.getRegionTargetHttpProxy({
77
+ * name: defaultGoogleComputeRegionTargetHttpProxy.name,
78
+ * });
79
+ * ```
80
+ */
81
+ export declare function getRegionTargetHttpProxyOutput(args: GetRegionTargetHttpProxyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRegionTargetHttpProxyResult>;
82
+ /**
83
+ * A collection of arguments for invoking getRegionTargetHttpProxy.
84
+ */
85
+ export interface GetRegionTargetHttpProxyOutputArgs {
86
+ /**
87
+ * Name of the resource. Provided by the client when the resource is
88
+ * created. The name must be 1-63 characters long, and comply with
89
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
90
+ * the regular expression `a-z?` which means the
91
+ * first character must be a lowercase letter, and all following
92
+ * characters must be a dash, lowercase letter, or digit, except the last
93
+ * character, which cannot be a dash.
94
+ */
95
+ name: pulumi.Input<string>;
96
+ /**
97
+ * The ID of the project in which the resource belongs.
98
+ * If it is not provided, the provider project is used.
99
+ */
100
+ project?: pulumi.Input<string | undefined>;
101
+ /**
102
+ * The Region in which the created target https proxy should reside.
103
+ * If it is not provided, the provider region is used.
104
+ */
105
+ region?: pulumi.Input<string | undefined>;
106
+ }
107
+ //# sourceMappingURL=getRegionTargetHttpProxy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRegionTargetHttpProxy.d.ts","sourceRoot":"","sources":["../../compute/getRegionTargetHttpProxy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAOjJ;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,kCAAkC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,8BAA8B,CAAC,CAOzK;AAED;;GAEG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC7C"}