pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__py3-none-any.whl

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 (209) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  4. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  6. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  7. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  10. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  12. pulumi_gcp/artifactregistry/__init__.py +1 -0
  13. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  14. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  15. pulumi_gcp/artifactregistry/repository.py +28 -0
  16. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  17. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  18. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  19. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  20. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  22. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  23. pulumi_gcp/bigquery/app_profile.py +14 -49
  24. pulumi_gcp/bigquery/dataset_access.py +4 -8
  25. pulumi_gcp/bigquery/table.py +7 -21
  26. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  27. pulumi_gcp/bigtable/app_profile.py +14 -49
  28. pulumi_gcp/bigtable/table.py +42 -42
  29. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  30. pulumi_gcp/chronicle/_inputs.py +6 -5
  31. pulumi_gcp/chronicle/outputs.py +4 -3
  32. pulumi_gcp/chronicle/reference_list.py +53 -5
  33. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  34. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  35. pulumi_gcp/cloudbuild/outputs.py +14 -0
  36. pulumi_gcp/cloudbuild/trigger.py +4 -2
  37. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  38. pulumi_gcp/cloudfunctions/function.py +4 -8
  39. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  40. pulumi_gcp/cloudrunv2/_inputs.py +57 -0
  41. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  42. pulumi_gcp/cloudrunv2/outputs.py +81 -0
  43. pulumi_gcp/cloudrunv2/service.py +54 -0
  44. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  45. pulumi_gcp/composer/environment.py +28 -49
  46. pulumi_gcp/compute/_inputs.py +804 -24
  47. pulumi_gcp/compute/backend_bucket.py +14 -0
  48. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  49. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  50. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  51. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  52. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  53. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  54. pulumi_gcp/compute/cross_site_network.py +16 -0
  55. pulumi_gcp/compute/future_reservation.py +32 -0
  56. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  57. pulumi_gcp/compute/get_resource_policy.py +2 -20
  58. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  59. pulumi_gcp/compute/instance_from_template.py +75 -110
  60. pulumi_gcp/compute/instance_group_manager.py +7 -14
  61. pulumi_gcp/compute/instance_template.py +7 -14
  62. pulumi_gcp/compute/interconnect.py +4 -8
  63. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  64. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  65. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  66. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  67. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  68. pulumi_gcp/compute/outputs.py +671 -16
  69. pulumi_gcp/compute/preview_feature.py +16 -0
  70. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  71. pulumi_gcp/compute/region_backend_service.py +54 -0
  72. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  73. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  74. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  75. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  76. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  77. pulumi_gcp/compute/region_resize_request.py +24 -0
  78. pulumi_gcp/compute/region_url_map.py +75 -0
  79. pulumi_gcp/compute/wire_group.py +16 -0
  80. pulumi_gcp/container/_inputs.py +446 -18
  81. pulumi_gcp/container/aws_cluster.py +28 -42
  82. pulumi_gcp/container/aws_node_pool.py +28 -42
  83. pulumi_gcp/container/azure_cluster.py +35 -70
  84. pulumi_gcp/container/azure_node_pool.py +28 -42
  85. pulumi_gcp/container/cluster.py +16 -7
  86. pulumi_gcp/container/outputs.py +423 -15
  87. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  88. pulumi_gcp/dataform/repository.py +16 -0
  89. pulumi_gcp/dataform/repository_release_config.py +16 -0
  90. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  91. pulumi_gcp/dataplex/asset.py +28 -21
  92. pulumi_gcp/dataplex/zone.py +28 -21
  93. pulumi_gcp/dataproc/cluster.py +21 -14
  94. pulumi_gcp/dataproc/workflow_template.py +42 -105
  95. pulumi_gcp/discoveryengine/__init__.py +1 -0
  96. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  97. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  98. pulumi_gcp/discoveryengine/outputs.py +92 -0
  99. pulumi_gcp/firebase/android_app.py +16 -0
  100. pulumi_gcp/firebase/apple_app.py +16 -0
  101. pulumi_gcp/firebase/database_instance.py +16 -0
  102. pulumi_gcp/firebase/extensions_instance.py +12 -0
  103. pulumi_gcp/firebase/get_android_app.py +4 -2
  104. pulumi_gcp/firebase/get_apple_app.py +4 -2
  105. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  106. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  107. pulumi_gcp/firebase/hosting_channel.py +20 -0
  108. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  109. pulumi_gcp/firebase/hosting_release.py +16 -0
  110. pulumi_gcp/firebase/hosting_site.py +16 -0
  111. pulumi_gcp/firebase/hosting_version.py +16 -0
  112. pulumi_gcp/firebase/storage_bucket.py +18 -0
  113. pulumi_gcp/firestore/index.py +118 -3
  114. pulumi_gcp/folder/service_identity.py +26 -0
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  116. pulumi_gcp/healthcare/_inputs.py +205 -0
  117. pulumi_gcp/healthcare/fhir_store.py +128 -0
  118. pulumi_gcp/healthcare/outputs.py +163 -0
  119. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  120. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  121. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  122. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  123. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  124. pulumi_gcp/iap/__init__.py +4 -0
  125. pulumi_gcp/iap/_inputs.py +130 -0
  126. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  127. pulumi_gcp/iap/outputs.py +76 -0
  128. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
  129. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
  130. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  131. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  132. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  133. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  134. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  135. pulumi_gcp/logging/organization_sink.py +7 -7
  136. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  137. pulumi_gcp/managedkafka/connector.py +4 -0
  138. pulumi_gcp/memorystore/instance.py +14 -14
  139. pulumi_gcp/monitoring/dashboard.py +7 -14
  140. pulumi_gcp/netapp/storage_pool.py +91 -2
  141. pulumi_gcp/netapp/volume.py +47 -0
  142. pulumi_gcp/networkmanagement/__init__.py +1 -0
  143. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  144. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  145. pulumi_gcp/networkservices/gateway.py +7 -7
  146. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  147. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  148. pulumi_gcp/organizations/project.py +7 -21
  149. pulumi_gcp/projects/service.py +0 -7
  150. pulumi_gcp/pulumi-plugin.json +1 -1
  151. pulumi_gcp/resourcemanager/capability.py +16 -0
  152. pulumi_gcp/runtimeconfig/config.py +16 -0
  153. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  154. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  155. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  156. pulumi_gcp/runtimeconfig/variable.py +10 -0
  157. pulumi_gcp/saasruntime/__init__.py +1 -0
  158. pulumi_gcp/saasruntime/_inputs.py +458 -0
  159. pulumi_gcp/saasruntime/outputs.py +392 -0
  160. pulumi_gcp/saasruntime/saa_s.py +4 -0
  161. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  162. pulumi_gcp/securesourcemanager/instance.py +7 -7
  163. pulumi_gcp/securesourcemanager/repository.py +7 -7
  164. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  165. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  166. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  167. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  168. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  169. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  170. pulumi_gcp/sql/_inputs.py +135 -1
  171. pulumi_gcp/sql/database_instance.py +54 -14
  172. pulumi_gcp/sql/get_database_instance.py +12 -1
  173. pulumi_gcp/sql/outputs.py +265 -3
  174. pulumi_gcp/storage/_inputs.py +246 -0
  175. pulumi_gcp/storage/bucket.py +7 -14
  176. pulumi_gcp/storage/bucket_object.py +0 -9
  177. pulumi_gcp/storage/outputs.py +191 -1
  178. pulumi_gcp/storage/transfer_job.py +47 -0
  179. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  180. pulumi_gcp/tpu/v2_vm.py +16 -0
  181. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  182. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  183. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  184. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  185. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  186. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  187. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  188. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  189. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  190. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  191. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  192. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  193. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  194. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  195. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  196. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  197. pulumi_gcp/workstations/workstation.py +16 -0
  198. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  199. pulumi_gcp/workstations/workstation_config.py +16 -0
  200. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  201. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  202. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  203. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  204. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  205. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  206. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  207. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
  208. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  209. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -42,12 +42,12 @@ class TableArgs:
42
42
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
43
43
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
44
44
  is not provided, the provider project is used.
45
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
46
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
47
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
48
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
49
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
50
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
45
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
46
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
47
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
48
+
49
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
50
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
51
51
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
52
52
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
53
53
  to delete/recreate the entire `bigtable.Table` resource.
@@ -161,12 +161,12 @@ class TableArgs:
161
161
  @pulumi.getter(name="rowKeySchema")
162
162
  def row_key_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
163
163
  """
164
- Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
165
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
166
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
167
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
168
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
169
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
164
+ Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
165
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
166
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
167
+
168
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
169
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
170
170
  """
171
171
  return pulumi.get(self, "row_key_schema")
172
172
 
@@ -213,12 +213,12 @@ class _TableState:
213
213
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
214
214
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
215
215
  is not provided, the provider project is used.
216
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
217
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
218
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
219
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
220
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
221
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
216
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
217
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
218
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
219
+
220
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
221
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
222
222
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
223
223
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
224
224
  to delete/recreate the entire `bigtable.Table` resource.
@@ -333,12 +333,12 @@ class _TableState:
333
333
  @pulumi.getter(name="rowKeySchema")
334
334
  def row_key_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
335
335
  """
336
- Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
337
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
338
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
339
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
340
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
341
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
336
+ Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
337
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
338
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
339
+
340
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
341
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
342
342
  """
343
343
  return pulumi.get(self, "row_key_schema")
344
344
 
@@ -474,12 +474,12 @@ class Table(pulumi.CustomResource):
474
474
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
475
475
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
476
476
  is not provided, the provider project is used.
477
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
478
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
479
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
480
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
481
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
482
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
477
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
478
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
479
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
480
+
481
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
482
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
483
483
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
484
484
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
485
485
  to delete/recreate the entire `bigtable.Table` resource.
@@ -655,12 +655,12 @@ class Table(pulumi.CustomResource):
655
655
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
656
656
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
657
657
  is not provided, the provider project is used.
658
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
659
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
660
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
661
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
662
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
663
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
658
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
659
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
660
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
661
+
662
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
663
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
664
664
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
665
665
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
666
666
  to delete/recreate the entire `bigtable.Table` resource.
@@ -743,12 +743,12 @@ class Table(pulumi.CustomResource):
743
743
  @pulumi.getter(name="rowKeySchema")
744
744
  def row_key_schema(self) -> pulumi.Output[Optional[_builtins.str]]:
745
745
  """
746
- Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
747
- that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
748
- schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
749
- valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
750
- delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
751
- byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
746
+ Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
747
+ Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
748
+ To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
749
+
750
+ The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
751
+ the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
752
752
  """
753
753
  return pulumi.get(self, "row_key_schema")
754
754
 
@@ -32,7 +32,7 @@ class CertificateMapEntryArgs:
32
32
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] certificates: A set of Certificates defines for the given hostname.
33
33
  There can be defined up to fifteen certificates in each Certificate Map Entry.
34
34
  Each certificate must match pattern projects/*/locations/*/certificates/*.
35
- :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the cetrificate map
35
+ :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the certificate map
36
36
  :param pulumi.Input[_builtins.str] description: A human-readable description of the resource.
37
37
  :param pulumi.Input[_builtins.str] hostname: A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com)
38
38
  for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for
@@ -83,7 +83,7 @@ class CertificateMapEntryArgs:
83
83
  @pulumi.getter
84
84
  def map(self) -> pulumi.Input[_builtins.str]:
85
85
  """
86
- A map entry that is inputted into the cetrificate map
86
+ A map entry that is inputted into the certificate map
87
87
  """
88
88
  return pulumi.get(self, "map")
89
89
 
@@ -209,7 +209,7 @@ class _CertificateMapEntryState:
209
209
 
210
210
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
211
211
  Please refer to the field `effective_labels` for all of the labels present on the resource.
212
- :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the cetrificate map
212
+ :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the certificate map
213
213
  :param pulumi.Input[_builtins.str] matcher: A predefined matcher for particular cases, other than SNI selection
214
214
  :param pulumi.Input[_builtins.str] name: A user-defined name of the Certificate Map Entry. Certificate Map Entry
215
215
  names must be unique globally and match pattern
@@ -337,7 +337,7 @@ class _CertificateMapEntryState:
337
337
  @pulumi.getter
338
338
  def map(self) -> Optional[pulumi.Input[_builtins.str]]:
339
339
  """
340
- A map entry that is inputted into the cetrificate map
340
+ A map entry that is inputted into the certificate map
341
341
  """
342
342
  return pulumi.get(self, "map")
343
343
 
@@ -531,7 +531,7 @@ class CertificateMapEntry(pulumi.CustomResource):
531
531
 
532
532
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
533
533
  Please refer to the field `effective_labels` for all of the labels present on the resource.
534
- :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the cetrificate map
534
+ :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the certificate map
535
535
  :param pulumi.Input[_builtins.str] matcher: A predefined matcher for particular cases, other than SNI selection
536
536
  :param pulumi.Input[_builtins.str] name: A user-defined name of the Certificate Map Entry. Certificate Map Entry
537
537
  names must be unique globally and match pattern
@@ -720,7 +720,7 @@ class CertificateMapEntry(pulumi.CustomResource):
720
720
 
721
721
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
722
722
  Please refer to the field `effective_labels` for all of the labels present on the resource.
723
- :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the cetrificate map
723
+ :param pulumi.Input[_builtins.str] map: A map entry that is inputted into the certificate map
724
724
  :param pulumi.Input[_builtins.str] matcher: A predefined matcher for particular cases, other than SNI selection
725
725
  :param pulumi.Input[_builtins.str] name: A user-defined name of the Certificate Map Entry. Certificate Map Entry
726
726
  names must be unique globally and match pattern
@@ -816,7 +816,7 @@ class CertificateMapEntry(pulumi.CustomResource):
816
816
  @pulumi.getter
817
817
  def map(self) -> pulumi.Output[_builtins.str]:
818
818
  """
819
- A map entry that is inputted into the cetrificate map
819
+ A map entry that is inputted into the certificate map
820
820
  """
821
821
  return pulumi.get(self, "map")
822
822
 
@@ -464,7 +464,7 @@ class ReferenceListEntryArgs:
464
464
 
465
465
  if not MYPY:
466
466
  class ReferenceListScopeInfoArgsDict(TypedDict):
467
- reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgsDict']
467
+ reference_list_scope: NotRequired[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgsDict']]
468
468
  """
469
469
  ReferenceListScope specifies the list of scope names of the reference list.
470
470
  Structure is documented below.
@@ -475,16 +475,17 @@ elif False:
475
475
  @pulumi.input_type
476
476
  class ReferenceListScopeInfoArgs:
477
477
  def __init__(__self__, *,
478
- reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
478
+ reference_list_scope: Optional[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']] = None):
479
479
  """
480
480
  :param pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs'] reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
481
481
  Structure is documented below.
482
482
  """
483
- pulumi.set(__self__, "reference_list_scope", reference_list_scope)
483
+ if reference_list_scope is not None:
484
+ pulumi.set(__self__, "reference_list_scope", reference_list_scope)
484
485
 
485
486
  @_builtins.property
486
487
  @pulumi.getter(name="referenceListScope")
487
- def reference_list_scope(self) -> pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']:
488
+ def reference_list_scope(self) -> Optional[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']]:
488
489
  """
489
490
  ReferenceListScope specifies the list of scope names of the reference list.
490
491
  Structure is documented below.
@@ -492,7 +493,7 @@ class ReferenceListScopeInfoArgs:
492
493
  return pulumi.get(self, "reference_list_scope")
493
494
 
494
495
  @reference_list_scope.setter
495
- def reference_list_scope(self, value: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
496
+ def reference_list_scope(self, value: Optional[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']]):
496
497
  pulumi.set(self, "reference_list_scope", value)
497
498
 
498
499
 
@@ -390,16 +390,17 @@ class ReferenceListScopeInfo(dict):
390
390
  return super().get(key, default)
391
391
 
392
392
  def __init__(__self__, *,
393
- reference_list_scope: 'outputs.ReferenceListScopeInfoReferenceListScope'):
393
+ reference_list_scope: Optional['outputs.ReferenceListScopeInfoReferenceListScope'] = None):
394
394
  """
395
395
  :param 'ReferenceListScopeInfoReferenceListScopeArgs' reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
396
396
  Structure is documented below.
397
397
  """
398
- pulumi.set(__self__, "reference_list_scope", reference_list_scope)
398
+ if reference_list_scope is not None:
399
+ pulumi.set(__self__, "reference_list_scope", reference_list_scope)
399
400
 
400
401
  @_builtins.property
401
402
  @pulumi.getter(name="referenceListScope")
402
- def reference_list_scope(self) -> 'outputs.ReferenceListScopeInfoReferenceListScope':
403
+ def reference_list_scope(self) -> Optional['outputs.ReferenceListScopeInfoReferenceListScope']:
403
404
  """
404
405
  ReferenceListScope specifies the list of scope names of the reference list.
405
406
  Structure is documented below.
@@ -27,7 +27,8 @@ class ReferenceListArgs:
27
27
  location: pulumi.Input[_builtins.str],
28
28
  reference_list_id: pulumi.Input[_builtins.str],
29
29
  syntax_type: pulumi.Input[_builtins.str],
30
- project: Optional[pulumi.Input[_builtins.str]] = None):
30
+ project: Optional[pulumi.Input[_builtins.str]] = None,
31
+ scope_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]]] = None):
31
32
  """
32
33
  The set of arguments for constructing a ReferenceList resource.
33
34
  :param pulumi.Input[_builtins.str] description: Required. A user-provided description of the reference list.
@@ -51,6 +52,8 @@ class ReferenceListArgs:
51
52
  REFERENCE_LIST_SYNTAX_TYPE_CIDR
52
53
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
53
54
  If it is not provided, the provider project is used.
55
+ :param pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]] scope_infos: ScopeInfo specifies the scope info of the reference list.
56
+ Structure is documented below.
54
57
  """
55
58
  pulumi.set(__self__, "description", description)
56
59
  pulumi.set(__self__, "entries", entries)
@@ -60,6 +63,8 @@ class ReferenceListArgs:
60
63
  pulumi.set(__self__, "syntax_type", syntax_type)
61
64
  if project is not None:
62
65
  pulumi.set(__self__, "project", project)
66
+ if scope_infos is not None:
67
+ pulumi.set(__self__, "scope_infos", scope_infos)
63
68
 
64
69
  @_builtins.property
65
70
  @pulumi.getter
@@ -159,6 +164,19 @@ class ReferenceListArgs:
159
164
  def project(self, value: Optional[pulumi.Input[_builtins.str]]):
160
165
  pulumi.set(self, "project", value)
161
166
 
167
+ @_builtins.property
168
+ @pulumi.getter(name="scopeInfos")
169
+ def scope_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]]]:
170
+ """
171
+ ScopeInfo specifies the scope info of the reference list.
172
+ Structure is documented below.
173
+ """
174
+ return pulumi.get(self, "scope_infos")
175
+
176
+ @scope_infos.setter
177
+ def scope_infos(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]]]):
178
+ pulumi.set(self, "scope_infos", value)
179
+
162
180
 
163
181
  @pulumi.input_type
164
182
  class _ReferenceListState:
@@ -426,6 +444,7 @@ class ReferenceList(pulumi.CustomResource):
426
444
  location: Optional[pulumi.Input[_builtins.str]] = None,
427
445
  project: Optional[pulumi.Input[_builtins.str]] = None,
428
446
  reference_list_id: Optional[pulumi.Input[_builtins.str]] = None,
447
+ scope_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReferenceListScopeInfoArgs', 'ReferenceListScopeInfoArgsDict']]]]] = None,
429
448
  syntax_type: Optional[pulumi.Input[_builtins.str]] = None,
430
449
  __props__=None):
431
450
  """
@@ -445,6 +464,14 @@ class ReferenceList(pulumi.CustomResource):
445
464
  import pulumi
446
465
  import pulumi_gcp as gcp
447
466
 
467
+ test_scope = gcp.chronicle.DataAccessScope("test_scope",
468
+ location="us",
469
+ instance="00000000-0000-0000-0000-000000000000",
470
+ data_access_scope_id="scope-id",
471
+ description="test scope description",
472
+ allowed_data_access_labels=[{
473
+ "log_type": "GCP_CLOUDAUDIT",
474
+ }])
448
475
  example = gcp.chronicle.ReferenceList("example",
449
476
  location="us",
450
477
  instance="00000000-0000-0000-0000-000000000000",
@@ -453,7 +480,12 @@ class ReferenceList(pulumi.CustomResource):
453
480
  entries=[{
454
481
  "value": "referencelist-entry-value",
455
482
  }],
456
- syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING")
483
+ syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING",
484
+ scope_infos=[{
485
+ "reference_list_scope": {
486
+ "scope_names": [test_scope.name],
487
+ },
488
+ }])
457
489
  ```
458
490
 
459
491
  ## Import
@@ -499,6 +531,8 @@ class ReferenceList(pulumi.CustomResource):
499
531
  - Contains only letters, numbers and underscore.
500
532
  - Has length < 256.
501
533
  - Must be unique.
534
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ReferenceListScopeInfoArgs', 'ReferenceListScopeInfoArgsDict']]]] scope_infos: ScopeInfo specifies the scope info of the reference list.
535
+ Structure is documented below.
502
536
  :param pulumi.Input[_builtins.str] syntax_type: Possible values:
503
537
  REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING
504
538
  REFERENCE_LIST_SYNTAX_TYPE_REGEX
@@ -527,6 +561,14 @@ class ReferenceList(pulumi.CustomResource):
527
561
  import pulumi
528
562
  import pulumi_gcp as gcp
529
563
 
564
+ test_scope = gcp.chronicle.DataAccessScope("test_scope",
565
+ location="us",
566
+ instance="00000000-0000-0000-0000-000000000000",
567
+ data_access_scope_id="scope-id",
568
+ description="test scope description",
569
+ allowed_data_access_labels=[{
570
+ "log_type": "GCP_CLOUDAUDIT",
571
+ }])
530
572
  example = gcp.chronicle.ReferenceList("example",
531
573
  location="us",
532
574
  instance="00000000-0000-0000-0000-000000000000",
@@ -535,7 +577,12 @@ class ReferenceList(pulumi.CustomResource):
535
577
  entries=[{
536
578
  "value": "referencelist-entry-value",
537
579
  }],
538
- syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING")
580
+ syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING",
581
+ scope_infos=[{
582
+ "reference_list_scope": {
583
+ "scope_names": [test_scope.name],
584
+ },
585
+ }])
539
586
  ```
540
587
 
541
588
  ## Import
@@ -583,6 +630,7 @@ class ReferenceList(pulumi.CustomResource):
583
630
  location: Optional[pulumi.Input[_builtins.str]] = None,
584
631
  project: Optional[pulumi.Input[_builtins.str]] = None,
585
632
  reference_list_id: Optional[pulumi.Input[_builtins.str]] = None,
633
+ scope_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReferenceListScopeInfoArgs', 'ReferenceListScopeInfoArgsDict']]]]] = None,
586
634
  syntax_type: Optional[pulumi.Input[_builtins.str]] = None,
587
635
  __props__=None):
588
636
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -609,6 +657,7 @@ class ReferenceList(pulumi.CustomResource):
609
657
  if reference_list_id is None and not opts.urn:
610
658
  raise TypeError("Missing required property 'reference_list_id'")
611
659
  __props__.__dict__["reference_list_id"] = reference_list_id
660
+ __props__.__dict__["scope_infos"] = scope_infos
612
661
  if syntax_type is None and not opts.urn:
613
662
  raise TypeError("Missing required property 'syntax_type'")
614
663
  __props__.__dict__["syntax_type"] = syntax_type
@@ -617,7 +666,6 @@ class ReferenceList(pulumi.CustomResource):
617
666
  __props__.__dict__["revision_create_time"] = None
618
667
  __props__.__dict__["rule_associations_count"] = None
619
668
  __props__.__dict__["rules"] = None
620
- __props__.__dict__["scope_infos"] = None
621
669
  super(ReferenceList, __self__).__init__(
622
670
  'gcp:chronicle/referenceList:ReferenceList',
623
671
  resource_name,
@@ -805,7 +853,7 @@ class ReferenceList(pulumi.CustomResource):
805
853
 
806
854
  @_builtins.property
807
855
  @pulumi.getter(name="scopeInfos")
808
- def scope_infos(self) -> pulumi.Output[Sequence['outputs.ReferenceListScopeInfo']]:
856
+ def scope_infos(self) -> pulumi.Output[Optional[Sequence['outputs.ReferenceListScopeInfo']]]:
809
857
  """
810
858
  ScopeInfo specifies the scope info of the reference list.
811
859
  Structure is documented below.
@@ -94,6 +94,10 @@ def get_resources_search_all(asset_types: Optional[Sequence[_builtins.str]] = No
94
94
  scope: Optional[_builtins.str] = None,
95
95
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetResourcesSearchAllResult:
96
96
  """
97
+ Retrieve all the resources within a given accessible CRM scope (project/folder/organization). See the
98
+ [REST API](https://cloud.google.com/asset-inventory/docs/reference/rest/v1p1beta1/resources/searchAll)
99
+ for more details.
100
+
97
101
  ## Example Usage
98
102
 
99
103
  ### Searching For All Projects In An Org
@@ -150,6 +154,10 @@ def get_resources_search_all_output(asset_types: Optional[pulumi.Input[Optional[
150
154
  scope: Optional[pulumi.Input[_builtins.str]] = None,
151
155
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetResourcesSearchAllResult]:
152
156
  """
157
+ Retrieve all the resources within a given accessible CRM scope (project/folder/organization). See the
158
+ [REST API](https://cloud.google.com/asset-inventory/docs/reference/rest/v1p1beta1/resources/searchAll)
159
+ for more details.
160
+
153
161
  ## Example Usage
154
162
 
155
163
  ### Searching For All Projects In An Org
@@ -4254,6 +4254,10 @@ if not MYPY:
4254
4254
  """
4255
4255
  Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
4256
4256
  """
4257
+ enable_nested_virtualization: NotRequired[pulumi.Input[_builtins.bool]]
4258
+ """
4259
+ Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
4260
+ """
4257
4261
  machine_type: NotRequired[pulumi.Input[_builtins.str]]
4258
4262
  """
4259
4263
  Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
@@ -4269,15 +4273,19 @@ elif False:
4269
4273
  class WorkerPoolWorkerConfigArgs:
4270
4274
  def __init__(__self__, *,
4271
4275
  disk_size_gb: Optional[pulumi.Input[_builtins.int]] = None,
4276
+ enable_nested_virtualization: Optional[pulumi.Input[_builtins.bool]] = None,
4272
4277
  machine_type: Optional[pulumi.Input[_builtins.str]] = None,
4273
4278
  no_external_ip: Optional[pulumi.Input[_builtins.bool]] = None):
4274
4279
  """
4275
4280
  :param pulumi.Input[_builtins.int] disk_size_gb: Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
4281
+ :param pulumi.Input[_builtins.bool] enable_nested_virtualization: Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
4276
4282
  :param pulumi.Input[_builtins.str] machine_type: Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
4277
4283
  :param pulumi.Input[_builtins.bool] no_external_ip: If true, workers are created without any public address, which prevents network egress to public IPs.
4278
4284
  """
4279
4285
  if disk_size_gb is not None:
4280
4286
  pulumi.set(__self__, "disk_size_gb", disk_size_gb)
4287
+ if enable_nested_virtualization is not None:
4288
+ pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
4281
4289
  if machine_type is not None:
4282
4290
  pulumi.set(__self__, "machine_type", machine_type)
4283
4291
  if no_external_ip is not None:
@@ -4295,6 +4303,18 @@ class WorkerPoolWorkerConfigArgs:
4295
4303
  def disk_size_gb(self, value: Optional[pulumi.Input[_builtins.int]]):
4296
4304
  pulumi.set(self, "disk_size_gb", value)
4297
4305
 
4306
+ @_builtins.property
4307
+ @pulumi.getter(name="enableNestedVirtualization")
4308
+ def enable_nested_virtualization(self) -> Optional[pulumi.Input[_builtins.bool]]:
4309
+ """
4310
+ Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
4311
+ """
4312
+ return pulumi.get(self, "enable_nested_virtualization")
4313
+
4314
+ @enable_nested_virtualization.setter
4315
+ def enable_nested_virtualization(self, value: Optional[pulumi.Input[_builtins.bool]]):
4316
+ pulumi.set(self, "enable_nested_virtualization", value)
4317
+
4298
4318
  @_builtins.property
4299
4319
  @pulumi.getter(name="machineType")
4300
4320
  def machine_type(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -3266,6 +3266,8 @@ class WorkerPoolWorkerConfig(dict):
3266
3266
  suggest = None
3267
3267
  if key == "diskSizeGb":
3268
3268
  suggest = "disk_size_gb"
3269
+ elif key == "enableNestedVirtualization":
3270
+ suggest = "enable_nested_virtualization"
3269
3271
  elif key == "machineType":
3270
3272
  suggest = "machine_type"
3271
3273
  elif key == "noExternalIp":
@@ -3284,15 +3286,19 @@ class WorkerPoolWorkerConfig(dict):
3284
3286
 
3285
3287
  def __init__(__self__, *,
3286
3288
  disk_size_gb: Optional[_builtins.int] = None,
3289
+ enable_nested_virtualization: Optional[_builtins.bool] = None,
3287
3290
  machine_type: Optional[_builtins.str] = None,
3288
3291
  no_external_ip: Optional[_builtins.bool] = None):
3289
3292
  """
3290
3293
  :param _builtins.int disk_size_gb: Size of the disk attached to the worker, in GB. See [diskSizeGb](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#disksizegb). Specify a value of up to 1000. If `0` is specified, Cloud Build will use a standard disk size.
3294
+ :param _builtins.bool enable_nested_virtualization: Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
3291
3295
  :param _builtins.str machine_type: Machine type of a worker, such as `n1-standard-1`. See [machineType](https://cloud.google.com/build/docs/private-pools/private-pool-config-file-schema#machinetype). If left blank, Cloud Build will use `n1-standard-1`.
3292
3296
  :param _builtins.bool no_external_ip: If true, workers are created without any public address, which prevents network egress to public IPs.
3293
3297
  """
3294
3298
  if disk_size_gb is not None:
3295
3299
  pulumi.set(__self__, "disk_size_gb", disk_size_gb)
3300
+ if enable_nested_virtualization is not None:
3301
+ pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
3296
3302
  if machine_type is not None:
3297
3303
  pulumi.set(__self__, "machine_type", machine_type)
3298
3304
  if no_external_ip is not None:
@@ -3306,6 +3312,14 @@ class WorkerPoolWorkerConfig(dict):
3306
3312
  """
3307
3313
  return pulumi.get(self, "disk_size_gb")
3308
3314
 
3315
+ @_builtins.property
3316
+ @pulumi.getter(name="enableNestedVirtualization")
3317
+ def enable_nested_virtualization(self) -> Optional[_builtins.bool]:
3318
+ """
3319
+ Enable nested virtualization on the worker, if supported by the machine type. See [Worker pool config file](https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-schema). If left blank, Cloud Build will set this to false.
3320
+ """
3321
+ return pulumi.get(self, "enable_nested_virtualization")
3322
+
3309
3323
  @_builtins.property
3310
3324
  @pulumi.getter(name="machineType")
3311
3325
  def machine_type(self) -> Optional[_builtins.str]:
@@ -1116,8 +1116,9 @@ class Trigger(pulumi.CustomResource):
1116
1116
  build={
1117
1117
  "steps": [
1118
1118
  {
1119
- "name": "gcr.io/cloud-builders/gsutil",
1119
+ "name": "gcr.io/cloud-builders/gcloud",
1120
1120
  "args": [
1121
+ "storage",
1121
1122
  "cp",
1122
1123
  "gs://mybucket/remotefile.zip",
1123
1124
  "localfile.zip",
@@ -1883,8 +1884,9 @@ class Trigger(pulumi.CustomResource):
1883
1884
  build={
1884
1885
  "steps": [
1885
1886
  {
1886
- "name": "gcr.io/cloud-builders/gsutil",
1887
+ "name": "gcr.io/cloud-builders/gcloud",
1887
1888
  "args": [
1889
+ "storage",
1888
1890
  "cp",
1889
1891
  "gs://mybucket/remotefile.zip",
1890
1892
  "localfile.zip",