@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
@@ -10,18 +10,520 @@ import * as outputs from "../types/output";
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
+ * ### Cloudsecuritycompliance Framework Deployment Org Basic
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as gcp from "@pulumi/gcp";
18
+ *
19
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
20
+ * parent: "organizations/123456789",
21
+ * location: "global",
22
+ * frameworkId: "example-framework",
23
+ * displayName: "Terraform Framework Name",
24
+ * description: "An Terraform description for the framework",
25
+ * cloudControlDetails: [{
26
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
27
+ * majorRevisionId: "2",
28
+ * parameters: [
29
+ * {
30
+ * name: "location",
31
+ * parameterValue: {
32
+ * stringValue: "us-central1",
33
+ * },
34
+ * },
35
+ * {
36
+ * name: "oneof-parameter",
37
+ * parameterValue: {
38
+ * oneofValue: {
39
+ * name: "test-oneof",
40
+ * parameterValue: {
41
+ * stringValue: "test-value",
42
+ * },
43
+ * },
44
+ * },
45
+ * },
46
+ * {
47
+ * name: "bool-parameter",
48
+ * parameterValue: {
49
+ * oneofValue: {
50
+ * name: "bool-oneof",
51
+ * parameterValue: {
52
+ * boolValue: true,
53
+ * },
54
+ * },
55
+ * },
56
+ * },
57
+ * {
58
+ * name: "number-parameter",
59
+ * parameterValue: {
60
+ * oneofValue: {
61
+ * name: "number-oneof",
62
+ * parameterValue: {
63
+ * numberValue: 123.45,
64
+ * },
65
+ * },
66
+ * },
67
+ * },
68
+ * {
69
+ * name: "string-list-parameter",
70
+ * parameterValue: {
71
+ * oneofValue: {
72
+ * name: "string-list-oneof",
73
+ * parameterValue: {
74
+ * stringListValue: {
75
+ * values: [
76
+ * "value1",
77
+ * "value2",
78
+ * ],
79
+ * },
80
+ * },
81
+ * },
82
+ * },
83
+ * },
84
+ * ],
85
+ * }],
86
+ * });
87
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
88
+ * parent: "organizations/123456789",
89
+ * location: "global",
90
+ * frameworkDeploymentId: "example-deployment",
91
+ * description: "A framework deployment for cloud security compliance",
92
+ * framework: {
93
+ * framework: example.name,
94
+ * majorRevisionId: "1",
95
+ * },
96
+ * targetResourceConfig: {
97
+ * existingTargetResource: "organizations/123456789",
98
+ * },
99
+ * cloudControlMetadatas: [{
100
+ * enforcementMode: "DETECTIVE",
101
+ * cloudControlDetails: {
102
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
103
+ * majorRevisionId: "2",
104
+ * parameters: [
105
+ * {
106
+ * name: "enabled",
107
+ * parameterValue: {
108
+ * boolValue: true,
109
+ * },
110
+ * },
111
+ * {
112
+ * name: "regions",
113
+ * parameterValue: {
114
+ * stringListValue: {
115
+ * values: [
116
+ * "us-central1",
117
+ * "us-west1",
118
+ * "us-east1",
119
+ * ],
120
+ * },
121
+ * },
122
+ * },
123
+ * {
124
+ * name: "location",
125
+ * parameterValue: {
126
+ * stringValue: "us-central1",
127
+ * },
128
+ * },
129
+ * {
130
+ * name: "oneof-parameter",
131
+ * parameterValue: {
132
+ * oneofValue: {
133
+ * name: "test-oneof",
134
+ * parameterValue: {
135
+ * stringValue: "test-value",
136
+ * },
137
+ * },
138
+ * },
139
+ * },
140
+ * {
141
+ * name: "bool-parameter",
142
+ * parameterValue: {
143
+ * oneofValue: {
144
+ * name: "bool-oneof",
145
+ * parameterValue: {
146
+ * boolValue: true,
147
+ * },
148
+ * },
149
+ * },
150
+ * },
151
+ * {
152
+ * name: "number-parameter",
153
+ * parameterValue: {
154
+ * oneofValue: {
155
+ * name: "number-oneof",
156
+ * parameterValue: {
157
+ * numberValue: 123.45,
158
+ * },
159
+ * },
160
+ * },
161
+ * },
162
+ * {
163
+ * name: "string-list-parameter",
164
+ * parameterValue: {
165
+ * oneofValue: {
166
+ * name: "string-list-oneof",
167
+ * parameterValue: {
168
+ * stringListValue: {
169
+ * values: [
170
+ * "value1",
171
+ * "value2",
172
+ * ],
173
+ * },
174
+ * },
175
+ * },
176
+ * },
177
+ * },
178
+ * ],
179
+ * },
180
+ * }],
181
+ * });
182
+ * ```
183
+ * ### Cloudsecuritycompliance Framework Deployment Project Basic
184
+ *
185
+ * ```typescript
186
+ * import * as pulumi from "@pulumi/pulumi";
187
+ * import * as gcp from "@pulumi/gcp";
188
+ *
189
+ * const project = gcp.organizations.getProject({});
190
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
191
+ * parent: project.then(project => `projects/${project.number}`),
192
+ * location: "global",
193
+ * frameworkId: "example-framework",
194
+ * displayName: "Terraform Framework Name",
195
+ * description: "An Terraform description for the framework",
196
+ * cloudControlDetails: [{
197
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown`),
198
+ * majorRevisionId: "2",
199
+ * parameters: [
200
+ * {
201
+ * name: "location",
202
+ * parameterValue: {
203
+ * stringValue: "us-central1",
204
+ * },
205
+ * },
206
+ * {
207
+ * name: "oneof-parameter",
208
+ * parameterValue: {
209
+ * oneofValue: {
210
+ * name: "test-oneof",
211
+ * parameterValue: {
212
+ * stringValue: "test-value",
213
+ * },
214
+ * },
215
+ * },
216
+ * },
217
+ * {
218
+ * name: "bool-parameter",
219
+ * parameterValue: {
220
+ * oneofValue: {
221
+ * name: "bool-oneof",
222
+ * parameterValue: {
223
+ * boolValue: true,
224
+ * },
225
+ * },
226
+ * },
227
+ * },
228
+ * {
229
+ * name: "number-parameter",
230
+ * parameterValue: {
231
+ * oneofValue: {
232
+ * name: "number-oneof",
233
+ * parameterValue: {
234
+ * numberValue: 123.45,
235
+ * },
236
+ * },
237
+ * },
238
+ * },
239
+ * {
240
+ * name: "string-list-parameter",
241
+ * parameterValue: {
242
+ * oneofValue: {
243
+ * name: "string-list-oneof",
244
+ * parameterValue: {
245
+ * stringListValue: {
246
+ * values: [
247
+ * "value1",
248
+ * "value2",
249
+ * ],
250
+ * },
251
+ * },
252
+ * },
253
+ * },
254
+ * },
255
+ * ],
256
+ * }],
257
+ * });
258
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
259
+ * parent: project.then(project => `projects/${project.number}`),
260
+ * location: "global",
261
+ * frameworkDeploymentId: "example-deployment",
262
+ * description: "A framework deployment for cloud security compliance",
263
+ * framework: {
264
+ * framework: example.name,
265
+ * majorRevisionId: "1",
266
+ * },
267
+ * targetResourceConfig: {
268
+ * existingTargetResource: project.then(project => `projects/${project.projectId}`),
269
+ * },
270
+ * cloudControlMetadatas: [{
271
+ * enforcementMode: "DETECTIVE",
272
+ * cloudControlDetails: {
273
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown`),
274
+ * majorRevisionId: "2",
275
+ * parameters: [
276
+ * {
277
+ * name: "enabled",
278
+ * parameterValue: {
279
+ * boolValue: true,
280
+ * },
281
+ * },
282
+ * {
283
+ * name: "regions",
284
+ * parameterValue: {
285
+ * stringListValue: {
286
+ * values: [
287
+ * "us-central1",
288
+ * "us-west1",
289
+ * "us-east1",
290
+ * ],
291
+ * },
292
+ * },
293
+ * },
294
+ * {
295
+ * name: "location",
296
+ * parameterValue: {
297
+ * stringValue: "us-central1",
298
+ * },
299
+ * },
300
+ * {
301
+ * name: "oneof-parameter",
302
+ * parameterValue: {
303
+ * oneofValue: {
304
+ * name: "test-oneof",
305
+ * parameterValue: {
306
+ * stringValue: "test-value",
307
+ * },
308
+ * },
309
+ * },
310
+ * },
311
+ * {
312
+ * name: "bool-parameter",
313
+ * parameterValue: {
314
+ * oneofValue: {
315
+ * name: "bool-oneof",
316
+ * parameterValue: {
317
+ * boolValue: true,
318
+ * },
319
+ * },
320
+ * },
321
+ * },
322
+ * {
323
+ * name: "number-parameter",
324
+ * parameterValue: {
325
+ * oneofValue: {
326
+ * name: "number-oneof",
327
+ * parameterValue: {
328
+ * numberValue: 123.45,
329
+ * },
330
+ * },
331
+ * },
332
+ * },
333
+ * {
334
+ * name: "string-list-parameter",
335
+ * parameterValue: {
336
+ * oneofValue: {
337
+ * name: "string-list-oneof",
338
+ * parameterValue: {
339
+ * stringListValue: {
340
+ * values: [
341
+ * "value1",
342
+ * "value2",
343
+ * ],
344
+ * },
345
+ * },
346
+ * },
347
+ * },
348
+ * },
349
+ * ],
350
+ * },
351
+ * }],
352
+ * });
353
+ * ```
354
+ * ### Cloudsecuritycompliance Framework Deployment Org Project Basic
355
+ *
356
+ * ```typescript
357
+ * import * as pulumi from "@pulumi/pulumi";
358
+ * import * as gcp from "@pulumi/gcp";
359
+ *
360
+ * const project = gcp.organizations.getProject({});
361
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
362
+ * parent: "organizations/123456789",
363
+ * location: "global",
364
+ * frameworkId: "example-framework",
365
+ * displayName: "Terraform Framework Name",
366
+ * description: "A Terraform description for the framework",
367
+ * cloudControlDetails: [{
368
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets",
369
+ * majorRevisionId: "2",
370
+ * parameters: [{
371
+ * name: "location",
372
+ * parameterValue: {
373
+ * numberValue: 1,
374
+ * },
375
+ * }],
376
+ * }],
377
+ * });
378
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
379
+ * parent: "organizations/123456789",
380
+ * location: "global",
381
+ * frameworkDeploymentId: "example-deployment",
382
+ * description: "A framework deployment with org parent targeting a project",
383
+ * framework: {
384
+ * framework: example.name,
385
+ * majorRevisionId: "1",
386
+ * },
387
+ * targetResourceConfig: {
388
+ * existingTargetResource: project.then(project => `projects/${project.projectId}`),
389
+ * },
390
+ * cloudControlMetadatas: [{
391
+ * enforcementMode: "DETECTIVE",
392
+ * cloudControlDetails: {
393
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets",
394
+ * majorRevisionId: "2",
395
+ * parameters: [{
396
+ * name: "location",
397
+ * parameterValue: {
398
+ * numberValue: 1,
399
+ * },
400
+ * }],
401
+ * },
402
+ * }],
403
+ * });
404
+ * ```
405
+ * ### Cloudsecuritycompliance Framework Deployment Project Application Basic
406
+ *
407
+ * ```typescript
408
+ * import * as pulumi from "@pulumi/pulumi";
409
+ * import * as gcp from "@pulumi/gcp";
410
+ *
411
+ * const project = gcp.organizations.getProject({});
412
+ * // App Hub Application resource to act as the target
413
+ * const application = new gcp.apphub.Application("application", {
414
+ * location: "us-central1",
415
+ * applicationId: "example-app",
416
+ * scope: {
417
+ * type: "REGIONAL",
418
+ * },
419
+ * });
420
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
421
+ * parent: project.then(project => `projects/${project.number}`),
422
+ * location: "global",
423
+ * frameworkId: "example-framework",
424
+ * displayName: "Terraform Framework Name",
425
+ * description: "A Terraform description for the framework",
426
+ * cloudControlDetails: [{
427
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets`),
428
+ * majorRevisionId: "2",
429
+ * parameters: [{
430
+ * name: "location",
431
+ * parameterValue: {
432
+ * numberValue: 1,
433
+ * },
434
+ * }],
435
+ * }],
436
+ * });
437
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
438
+ * parent: project.then(project => `projects/${project.number}`),
439
+ * location: "global",
440
+ * frameworkDeploymentId: "example-deployment",
441
+ * description: "A framework deployment with project parent targeting an application",
442
+ * framework: {
443
+ * framework: example.name,
444
+ * majorRevisionId: "1",
445
+ * },
446
+ * targetResourceConfig: {
447
+ * existingTargetResource: pulumi.all([project, application.applicationId]).apply(([project, applicationId]) => `projects/${project.number}/locations/us-central1/applications/${applicationId}`),
448
+ * },
449
+ * cloudControlMetadatas: [{
450
+ * enforcementMode: "DETECTIVE",
451
+ * cloudControlDetails: {
452
+ * name: project.then(project => `projects/${project.number}/locations/global/cloudControls/builtin-require-cmek-on-bigquery-datasets`),
453
+ * majorRevisionId: "2",
454
+ * parameters: [{
455
+ * name: "location",
456
+ * parameterValue: {
457
+ * numberValue: 1,
458
+ * },
459
+ * }],
460
+ * },
461
+ * }],
462
+ * });
463
+ * ```
464
+ * ### Cloudsecuritycompliance Framework Deployment Org Basic Backward
465
+ *
466
+ * ```typescript
467
+ * import * as pulumi from "@pulumi/pulumi";
468
+ * import * as gcp from "@pulumi/gcp";
469
+ *
470
+ * const example = new gcp.cloudsecuritycompliance.Framework("example", {
471
+ * organization: "123456789",
472
+ * location: "global",
473
+ * frameworkId: "example-framework",
474
+ * displayName: "Terraform Framework Name",
475
+ * description: "An Terraform description for the framework",
476
+ * cloudControlDetails: [{
477
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
478
+ * majorRevisionId: "2",
479
+ * parameters: [{
480
+ * name: "location",
481
+ * parameterValue: {
482
+ * stringValue: "us-central1",
483
+ * },
484
+ * }],
485
+ * }],
486
+ * });
487
+ * const exampleFrameworkDeployment = new gcp.cloudsecuritycompliance.FrameworkDeployment("example", {
488
+ * organization: "123456789",
489
+ * location: "global",
490
+ * frameworkDeploymentId: "example-deployment",
491
+ * description: "A framework deployment for cloud security compliance",
492
+ * framework: {
493
+ * framework: example.name,
494
+ * majorRevisionId: "1",
495
+ * },
496
+ * targetResourceConfig: {
497
+ * existingTargetResource: "organizations/123456789",
498
+ * },
499
+ * cloudControlMetadatas: [{
500
+ * enforcementMode: "DETECTIVE",
501
+ * cloudControlDetails: {
502
+ * name: "organizations/123456789/locations/global/cloudControls/builtin-detective-policy-for-vertex-ai-runtime-template-idle-shutdown",
503
+ * majorRevisionId: "2",
504
+ * parameters: [{
505
+ * name: "enabled",
506
+ * parameterValue: {
507
+ * boolValue: true,
508
+ * },
509
+ * }],
510
+ * },
511
+ * }],
512
+ * });
513
+ * ```
514
+ *
13
515
  * ## Import
14
516
  *
15
517
  * FrameworkDeployment can be imported using any of these accepted formats:
16
518
  *
17
519
  * * `organizations/{{organization}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}`
18
- * * `{{organization}}/{{location}}/{{framework_deployment_id}}`
520
+ * * `{{parent}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}`
19
521
  *
20
522
  * When using the `pulumi import` command, FrameworkDeployment can be imported using one of the formats above. For example:
21
523
  *
22
524
  * ```sh
23
525
  * $ pulumi import gcp:cloudsecuritycompliance/frameworkDeployment:FrameworkDeployment default organizations/{{organization}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}
24
- * $ pulumi import gcp:cloudsecuritycompliance/frameworkDeployment:FrameworkDeployment default {{organization}}/{{location}}/{{framework_deployment_id}}
526
+ * $ pulumi import gcp:cloudsecuritycompliance/frameworkDeployment:FrameworkDeployment default {{parent}}/locations/{{location}}/frameworkDeployments/{{framework_deployment_id}}
25
527
  * ```
26
528
  */
27
529
  export declare class FrameworkDeployment extends pulumi.CustomResource {
@@ -122,16 +624,28 @@ export declare class FrameworkDeployment extends pulumi.CustomResource {
122
624
  /**
123
625
  * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
124
626
  */
125
- readonly location: pulumi.Output<string>;
627
+ readonly location: pulumi.Output<string | undefined>;
126
628
  /**
127
629
  * Identifier. FrameworkDeployment name in the following format:
128
- * organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
630
+ * {parent}/locations/{location}/frameworkDeployments/{framework_deployment_id}
129
631
  */
130
632
  readonly name: pulumi.Output<string>;
131
633
  /**
634
+ * (Optional, Deprecated)
132
635
  * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
636
+ *
637
+ * > **Warning:** Use `parent` instead.
638
+ *
639
+ * @deprecated Use `parent` instead.
133
640
  */
134
641
  readonly organization: pulumi.Output<string>;
642
+ /**
643
+ * The parent resource in which to create the resource.
644
+ * Must be in one of the following formats:
645
+ * * `projects/{{project}}`
646
+ * * `organizations/{{organization}}`
647
+ */
648
+ readonly parent: pulumi.Output<string>;
135
649
  /**
136
650
  * TargetResourceConfig contains either the name of the targetResource or
137
651
  * contains the config to create a new target_resource.
@@ -244,13 +758,25 @@ export interface FrameworkDeploymentState {
244
758
  location?: pulumi.Input<string | undefined>;
245
759
  /**
246
760
  * Identifier. FrameworkDeployment name in the following format:
247
- * organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
761
+ * {parent}/locations/{location}/frameworkDeployments/{framework_deployment_id}
248
762
  */
249
763
  name?: pulumi.Input<string | undefined>;
250
764
  /**
765
+ * (Optional, Deprecated)
251
766
  * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
767
+ *
768
+ * > **Warning:** Use `parent` instead.
769
+ *
770
+ * @deprecated Use `parent` instead.
252
771
  */
253
772
  organization?: pulumi.Input<string | undefined>;
773
+ /**
774
+ * The parent resource in which to create the resource.
775
+ * Must be in one of the following formats:
776
+ * * `projects/{{project}}`
777
+ * * `organizations/{{organization}}`
778
+ */
779
+ parent?: pulumi.Input<string | undefined>;
254
780
  /**
255
781
  * TargetResourceConfig contains either the name of the targetResource or
256
782
  * contains the config to create a new target_resource.
@@ -303,11 +829,23 @@ export interface FrameworkDeploymentArgs {
303
829
  /**
304
830
  * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
305
831
  */
306
- location: pulumi.Input<string>;
832
+ location?: pulumi.Input<string | undefined>;
307
833
  /**
834
+ * (Optional, Deprecated)
308
835
  * Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
836
+ *
837
+ * > **Warning:** Use `parent` instead.
838
+ *
839
+ * @deprecated Use `parent` instead.
840
+ */
841
+ organization?: pulumi.Input<string | undefined>;
842
+ /**
843
+ * The parent resource in which to create the resource.
844
+ * Must be in one of the following formats:
845
+ * * `projects/{{project}}`
846
+ * * `organizations/{{organization}}`
309
847
  */
310
- organization: pulumi.Input<string>;
848
+ parent?: pulumi.Input<string | undefined>;
311
849
  /**
312
850
  * TargetResourceConfig contains either the name of the targetResource or
313
851
  * contains the config to create a new target_resource.
@@ -1 +1 @@
1
- {"version":3,"file":"frameworkDeployment.d.ts","sourceRoot":"","sources":["../../cloudsecuritycompliance/frameworkDeployment.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"frameworkDeployment.d.ts","sourceRoot":"","sources":["../../cloudsecuritycompliance/frameworkDeployment.ts"],"names":[],"mappings":"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"}