pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.0__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 (203) hide show
  1. pulumi_gcp/__init__.py +144 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/appengine/_inputs.py +18 -0
  8. pulumi_gcp/appengine/domain_mapping.py +1 -1
  9. pulumi_gcp/appengine/outputs.py +16 -0
  10. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  11. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  12. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  13. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/_inputs.py +286 -2
  15. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  16. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  17. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  18. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  19. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  20. pulumi_gcp/bigquery/outputs.py +289 -2
  21. pulumi_gcp/bigquery/table.py +77 -35
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  30. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  31. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  32. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  33. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  34. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  35. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  36. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  37. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  38. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  39. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  40. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  41. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  42. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  43. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  44. pulumi_gcp/certificateauthority/outputs.py +20 -4
  45. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  46. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  47. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  48. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  49. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  50. pulumi_gcp/cloudfunctionsv2/function.py +0 -4
  51. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  52. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  53. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  54. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrun/_inputs.py +80 -4
  56. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  57. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  58. pulumi_gcp/cloudrun/iam_member.py +21 -7
  59. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  60. pulumi_gcp/cloudrun/outputs.py +137 -4
  61. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  62. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  63. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  64. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  65. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  66. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  67. pulumi_gcp/cloudrunv2/service.py +47 -0
  68. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  69. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  70. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  71. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  72. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  73. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  74. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  75. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  76. pulumi_gcp/compute/__init__.py +1 -0
  77. pulumi_gcp/compute/_inputs.py +416 -194
  78. pulumi_gcp/compute/get_subnetworks.py +157 -0
  79. pulumi_gcp/compute/instance_group_membership.py +2 -2
  80. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  81. pulumi_gcp/compute/network_endpoint.py +2 -2
  82. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  83. pulumi_gcp/compute/outputs.py +629 -181
  84. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  85. pulumi_gcp/compute/security_policy_rule.py +55 -1
  86. pulumi_gcp/container/_inputs.py +560 -0
  87. pulumi_gcp/container/outputs.py +1106 -51
  88. pulumi_gcp/dataplex/__init__.py +15 -0
  89. pulumi_gcp/dataplex/_inputs.py +264 -0
  90. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  91. pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
  92. pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
  93. pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
  94. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  95. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  96. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  97. pulumi_gcp/dataplex/entry_group.py +722 -0
  98. pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
  99. pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
  100. pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
  101. pulumi_gcp/dataplex/entry_type.py +963 -0
  102. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  103. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  104. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  105. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
  106. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  107. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
  108. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  110. pulumi_gcp/dataplex/outputs.py +188 -0
  111. pulumi_gcp/dataplex/task.py +16 -16
  112. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  113. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  114. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  115. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  116. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  117. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  118. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  119. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  120. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  121. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  122. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  123. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  124. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  125. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  126. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  127. pulumi_gcp/datastream/connection_profile.py +47 -0
  128. pulumi_gcp/datastream/private_connection.py +47 -0
  129. pulumi_gcp/datastream/stream.py +47 -0
  130. pulumi_gcp/firestore/field.py +4 -4
  131. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  132. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  133. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  134. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  135. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  136. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  137. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  138. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  139. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  140. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  141. pulumi_gcp/gkehub/membership_binding.py +6 -6
  142. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  143. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  144. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  145. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  146. pulumi_gcp/gkehub/namespace.py +4 -4
  147. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  148. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  149. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  150. pulumi_gcp/kms/__init__.py +2 -0
  151. pulumi_gcp/kms/autokey_config.py +366 -0
  152. pulumi_gcp/kms/key_handle.py +548 -0
  153. pulumi_gcp/logging/__init__.py +4 -0
  154. pulumi_gcp/logging/_inputs.py +100 -0
  155. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  156. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  157. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  158. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  159. pulumi_gcp/logging/outputs.py +76 -0
  160. pulumi_gcp/netapp/storage_pool.py +9 -9
  161. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  162. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  163. pulumi_gcp/networkservices/__init__.py +1 -0
  164. pulumi_gcp/networkservices/_inputs.py +245 -27
  165. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  166. pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
  167. pulumi_gcp/networkservices/outputs.py +251 -20
  168. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  169. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  170. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  171. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  172. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  173. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  174. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  175. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  176. pulumi_gcp/orgpolicy/policy.py +2 -2
  177. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  178. pulumi_gcp/pubsub/_inputs.py +16 -0
  179. pulumi_gcp/pubsub/outputs.py +25 -0
  180. pulumi_gcp/pubsub/subscription.py +8 -4
  181. pulumi_gcp/pulumi-plugin.json +1 -1
  182. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  183. pulumi_gcp/sql/_inputs.py +2 -4
  184. pulumi_gcp/sql/outputs.py +6 -8
  185. pulumi_gcp/sql/user.py +4 -4
  186. pulumi_gcp/storage/_inputs.py +48 -0
  187. pulumi_gcp/storage/outputs.py +75 -0
  188. pulumi_gcp/tpu/_inputs.py +2 -2
  189. pulumi_gcp/tpu/outputs.py +2 -2
  190. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  191. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  192. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  193. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  194. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  195. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  196. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  197. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  198. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  199. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  200. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
  201. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
  202. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
  203. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,9 @@ class ConnectionIAMPolicyArgs:
22
22
  The set of arguments for constructing a ConnectionIAMPolicy resource.
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
25
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
26
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
27
+ location is specified, it is taken from the provider configuration.
26
28
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -52,7 +54,9 @@ class ConnectionIAMPolicyArgs:
52
54
  @pulumi.getter
53
55
  def location(self) -> Optional[pulumi.Input[str]]:
54
56
  """
55
- The location for the resource Used to find the parent resource to bind the IAM policy to
57
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
58
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
59
+ location is specified, it is taken from the provider configuration.
56
60
  """
57
61
  return pulumi.get(self, "location")
58
62
 
@@ -97,7 +101,9 @@ class _ConnectionIAMPolicyState:
97
101
  """
98
102
  Input properties used for looking up and filtering ConnectionIAMPolicy resources.
99
103
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
100
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
104
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
105
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
+ location is specified, it is taken from the provider configuration.
101
107
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
102
108
  :param pulumi.Input[str] policy_data: The policy data generated by
103
109
  a `organizations_get_iam_policy` data source.
@@ -131,7 +137,9 @@ class _ConnectionIAMPolicyState:
131
137
  @pulumi.getter
132
138
  def location(self) -> Optional[pulumi.Input[str]]:
133
139
  """
134
- The location for the resource Used to find the parent resource to bind the IAM policy to
140
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
141
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
142
+ location is specified, it is taken from the provider configuration.
135
143
  """
136
144
  return pulumi.get(self, "location")
137
145
 
@@ -333,7 +341,9 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
333
341
 
334
342
  :param str resource_name: The name of the resource.
335
343
  :param pulumi.ResourceOptions opts: Options for the resource.
336
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
344
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
345
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
346
+ location is specified, it is taken from the provider configuration.
337
347
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
338
348
  :param pulumi.Input[str] policy_data: The policy data generated by
339
349
  a `organizations_get_iam_policy` data source.
@@ -547,7 +557,9 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
547
557
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
548
558
  :param pulumi.ResourceOptions opts: Options for the resource.
549
559
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
550
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
560
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
561
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
562
+ location is specified, it is taken from the provider configuration.
551
563
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
552
564
  :param pulumi.Input[str] policy_data: The policy data generated by
553
565
  a `organizations_get_iam_policy` data source.
@@ -577,7 +589,9 @@ class ConnectionIAMPolicy(pulumi.CustomResource):
577
589
  @pulumi.getter
578
590
  def location(self) -> pulumi.Output[str]:
579
591
  """
580
- The location for the resource Used to find the parent resource to bind the IAM policy to
592
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
593
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
594
+ location is specified, it is taken from the provider configuration.
581
595
  """
582
596
  return pulumi.get(self, "location")
583
597
 
@@ -115,7 +115,9 @@ def get_connection_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
118
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
119
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
120
+ location is specified, it is taken from the provider configuration.
119
121
  :param str name: Used to find the parent resource to bind the IAM policy to
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -156,7 +158,9 @@ def get_connection_iam_policy_output(location: Optional[pulumi.Input[Optional[st
156
158
  ```
157
159
 
158
160
 
159
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to
161
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
162
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
163
+ location is specified, it is taken from the provider configuration.
160
164
  :param str name: Used to find the parent resource to bind the IAM policy to
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -115,7 +115,9 @@ def get_custom_target_type_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: The location of the source. Used to find the parent resource to bind the IAM policy to
118
+ :param str location: The location of the source. Used to find the parent resource to bind the IAM policy to. If not specified,
119
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
120
+ location is specified, it is taken from the provider configuration.
119
121
  :param str name: Used to find the parent resource to bind the IAM policy to
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -156,7 +158,9 @@ def get_custom_target_type_iam_policy_output(location: Optional[pulumi.Input[Opt
156
158
  ```
157
159
 
158
160
 
159
- :param str location: The location of the source. Used to find the parent resource to bind the IAM policy to
161
+ :param str location: The location of the source. Used to find the parent resource to bind the IAM policy to. If not specified,
162
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
163
+ location is specified, it is taken from the provider configuration.
160
164
  :param str name: Used to find the parent resource to bind the IAM policy to
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
@@ -528,7 +528,6 @@ class Function(pulumi.CustomResource):
528
528
  available_memory="256M",
529
529
  timeout_seconds=60,
530
530
  ))
531
- pulumi.export("functionUri", function.service_config.uri)
532
531
  ```
533
532
  ### Cloudfunctions2 Full
534
533
 
@@ -896,7 +895,6 @@ class Function(pulumi.CustomResource):
896
895
  timeout_seconds=60,
897
896
  ),
898
897
  opts=pulumi.ResourceOptions(depends_on=[wait60s]))
899
- pulumi.export("functionUri", function.service_config.uri)
900
898
  ```
901
899
  ### Cloudfunctions2 Secret Env
902
900
 
@@ -1219,7 +1217,6 @@ class Function(pulumi.CustomResource):
1219
1217
  available_memory="256M",
1220
1218
  timeout_seconds=60,
1221
1219
  ))
1222
- pulumi.export("functionUri", function.service_config.uri)
1223
1220
  ```
1224
1221
  ### Cloudfunctions2 Full
1225
1222
 
@@ -1587,7 +1584,6 @@ class Function(pulumi.CustomResource):
1587
1584
  timeout_seconds=60,
1588
1585
  ),
1589
1586
  opts=pulumi.ResourceOptions(depends_on=[wait60s]))
1590
- pulumi.export("functionUri", function.service_config.uri)
1591
1587
  ```
1592
1588
  ### Cloudfunctions2 Secret Env
1593
1589
 
@@ -39,7 +39,9 @@ class FunctionIamBindingArgs:
39
39
  :param pulumi.Input[str] role: The role that should be applied. Only one
40
40
  `cloudfunctionsv2.FunctionIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -114,7 +116,9 @@ class FunctionIamBindingArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
119
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -150,7 +154,9 @@ class _FunctionIamBindingState:
150
154
  Input properties used for looking up and filtering FunctionIamBinding resources.
151
155
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
158
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
+ location is specified, it is taken from the provider configuration.
154
160
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
155
161
  Each entry can have one of the following values:
156
162
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -220,7 +226,9 @@ class _FunctionIamBindingState:
220
226
  @pulumi.getter
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
229
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
230
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
231
+ location is specified, it is taken from the provider configuration.
224
232
  """
225
233
  return pulumi.get(self, "location")
226
234
 
@@ -436,7 +444,9 @@ class FunctionIamBinding(pulumi.CustomResource):
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
439
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
448
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
+ location is specified, it is taken from the provider configuration.
440
450
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
441
451
  Each entry can have one of the following values:
442
452
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -672,7 +682,9 @@ class FunctionIamBinding(pulumi.CustomResource):
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
674
684
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
675
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
685
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
686
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
687
+ location is specified, it is taken from the provider configuration.
676
688
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
677
689
  Each entry can have one of the following values:
678
690
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -728,7 +740,9 @@ class FunctionIamBinding(pulumi.CustomResource):
728
740
  @pulumi.getter
729
741
  def location(self) -> pulumi.Output[str]:
730
742
  """
731
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
743
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
744
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
745
+ location is specified, it is taken from the provider configuration.
732
746
  """
733
747
  return pulumi.get(self, "location")
734
748
 
@@ -39,7 +39,9 @@ class FunctionIamMemberArgs:
39
39
  :param pulumi.Input[str] role: The role that should be applied. Only one
40
40
  `cloudfunctionsv2.FunctionIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -114,7 +116,9 @@ class FunctionIamMemberArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
119
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -150,7 +154,9 @@ class _FunctionIamMemberState:
150
154
  Input properties used for looking up and filtering FunctionIamMember resources.
151
155
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
158
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
+ location is specified, it is taken from the provider configuration.
154
160
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
155
161
  Each entry can have one of the following values:
156
162
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -220,7 +226,9 @@ class _FunctionIamMemberState:
220
226
  @pulumi.getter
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
229
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
230
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
231
+ location is specified, it is taken from the provider configuration.
224
232
  """
225
233
  return pulumi.get(self, "location")
226
234
 
@@ -436,7 +444,9 @@ class FunctionIamMember(pulumi.CustomResource):
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
439
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
448
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
+ location is specified, it is taken from the provider configuration.
440
450
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
441
451
  Each entry can have one of the following values:
442
452
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -672,7 +682,9 @@ class FunctionIamMember(pulumi.CustomResource):
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
674
684
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
675
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
685
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
686
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
687
+ location is specified, it is taken from the provider configuration.
676
688
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
677
689
  Each entry can have one of the following values:
678
690
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -728,7 +740,9 @@ class FunctionIamMember(pulumi.CustomResource):
728
740
  @pulumi.getter
729
741
  def location(self) -> pulumi.Output[str]:
730
742
  """
731
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
743
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
744
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
745
+ location is specified, it is taken from the provider configuration.
732
746
  """
733
747
  return pulumi.get(self, "location")
734
748
 
@@ -23,7 +23,9 @@ class FunctionIamPolicyArgs:
23
23
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
26
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
29
31
  """
@@ -63,7 +65,9 @@ class FunctionIamPolicyArgs:
63
65
  @pulumi.getter
64
66
  def location(self) -> Optional[pulumi.Input[str]]:
65
67
  """
66
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
68
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
69
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
+ location is specified, it is taken from the provider configuration.
67
71
  """
68
72
  return pulumi.get(self, "location")
69
73
 
@@ -97,7 +101,9 @@ class _FunctionIamPolicyState:
97
101
  Input properties used for looking up and filtering FunctionIamPolicy resources.
98
102
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
99
103
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
100
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
104
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
105
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
+ location is specified, it is taken from the provider configuration.
101
107
  :param pulumi.Input[str] policy_data: The policy data generated by
102
108
  a `organizations_get_iam_policy` data source.
103
109
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -142,7 +148,9 @@ class _FunctionIamPolicyState:
142
148
  @pulumi.getter
143
149
  def location(self) -> Optional[pulumi.Input[str]]:
144
150
  """
145
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
151
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
152
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
153
+ location is specified, it is taken from the provider configuration.
146
154
  """
147
155
  return pulumi.get(self, "location")
148
156
 
@@ -333,7 +341,9 @@ class FunctionIamPolicy(pulumi.CustomResource):
333
341
  :param str resource_name: The name of the resource.
334
342
  :param pulumi.ResourceOptions opts: Options for the resource.
335
343
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
336
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
344
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
345
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
346
+ location is specified, it is taken from the provider configuration.
337
347
  :param pulumi.Input[str] policy_data: The policy data generated by
338
348
  a `organizations_get_iam_policy` data source.
339
349
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -549,7 +559,9 @@ class FunctionIamPolicy(pulumi.CustomResource):
549
559
  :param pulumi.ResourceOptions opts: Options for the resource.
550
560
  :param pulumi.Input[str] cloud_function: Used to find the parent resource to bind the IAM policy to
551
561
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
552
- :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
562
+ :param pulumi.Input[str] location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
563
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
564
+ location is specified, it is taken from the provider configuration.
553
565
  :param pulumi.Input[str] policy_data: The policy data generated by
554
566
  a `organizations_get_iam_policy` data source.
555
567
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -586,7 +598,9 @@ class FunctionIamPolicy(pulumi.CustomResource):
586
598
  @pulumi.getter
587
599
  def location(self) -> pulumi.Output[str]:
588
600
  """
589
- The location of this cloud function. Used to find the parent resource to bind the IAM policy to
601
+ The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
602
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
603
+ location is specified, it is taken from the provider configuration.
590
604
  """
591
605
  return pulumi.get(self, "location")
592
606
 
@@ -116,7 +116,9 @@ def get_function_iam_policy(cloud_function: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str cloud_function: Used to find the parent resource to bind the IAM policy to
119
- :param str location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
119
+ :param str location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
122
124
  """
@@ -157,7 +159,9 @@ def get_function_iam_policy_output(cloud_function: Optional[pulumi.Input[str]] =
157
159
 
158
160
 
159
161
  :param str cloud_function: Used to find the parent resource to bind the IAM policy to
160
- :param str location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to
162
+ :param str location: The location of this cloud function. Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
+ location is specified, it is taken from the provider configuration.
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
163
167
  """
@@ -48,6 +48,7 @@ __all__ = [
48
48
  'ServiceTemplateSpecVolumeArgs',
49
49
  'ServiceTemplateSpecVolumeCsiArgs',
50
50
  'ServiceTemplateSpecVolumeEmptyDirArgs',
51
+ 'ServiceTemplateSpecVolumeNfsArgs',
51
52
  'ServiceTemplateSpecVolumeSecretArgs',
52
53
  'ServiceTemplateSpecVolumeSecretItemArgs',
53
54
  'ServiceTrafficArgs',
@@ -2884,6 +2885,7 @@ class ServiceTemplateSpecVolumeArgs:
2884
2885
  name: pulumi.Input[str],
2885
2886
  csi: Optional[pulumi.Input['ServiceTemplateSpecVolumeCsiArgs']] = None,
2886
2887
  empty_dir: Optional[pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs']] = None,
2888
+ nfs: Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']] = None,
2887
2889
  secret: Optional[pulumi.Input['ServiceTemplateSpecVolumeSecretArgs']] = None):
2888
2890
  """
2889
2891
  :param pulumi.Input[str] name: Volume's name.
@@ -2891,6 +2893,10 @@ class ServiceTemplateSpecVolumeArgs:
2891
2893
  Structure is documented below.
2892
2894
  :param pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs'] empty_dir: Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs).
2893
2895
  Structure is documented below.
2896
+ :param pulumi.Input['ServiceTemplateSpecVolumeNfsArgs'] nfs: A filesystem backed by a Network File System share. This filesystem requires the
2897
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
2898
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
2899
+ Structure is documented below.
2894
2900
  :param pulumi.Input['ServiceTemplateSpecVolumeSecretArgs'] secret: The secret's value will be presented as the content of a file whose
2895
2901
  name is defined in the item path. If no items are defined, the name of
2896
2902
  the file is the secret_name.
@@ -2901,6 +2907,8 @@ class ServiceTemplateSpecVolumeArgs:
2901
2907
  pulumi.set(__self__, "csi", csi)
2902
2908
  if empty_dir is not None:
2903
2909
  pulumi.set(__self__, "empty_dir", empty_dir)
2910
+ if nfs is not None:
2911
+ pulumi.set(__self__, "nfs", nfs)
2904
2912
  if secret is not None:
2905
2913
  pulumi.set(__self__, "secret", secret)
2906
2914
 
@@ -2942,6 +2950,21 @@ class ServiceTemplateSpecVolumeArgs:
2942
2950
  def empty_dir(self, value: Optional[pulumi.Input['ServiceTemplateSpecVolumeEmptyDirArgs']]):
2943
2951
  pulumi.set(self, "empty_dir", value)
2944
2952
 
2953
+ @property
2954
+ @pulumi.getter
2955
+ def nfs(self) -> Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']]:
2956
+ """
2957
+ A filesystem backed by a Network File System share. This filesystem requires the
2958
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
2959
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
2960
+ Structure is documented below.
2961
+ """
2962
+ return pulumi.get(self, "nfs")
2963
+
2964
+ @nfs.setter
2965
+ def nfs(self, value: Optional[pulumi.Input['ServiceTemplateSpecVolumeNfsArgs']]):
2966
+ pulumi.set(self, "nfs", value)
2967
+
2945
2968
  @property
2946
2969
  @pulumi.getter
2947
2970
  def secret(self) -> Optional[pulumi.Input['ServiceTemplateSpecVolumeSecretArgs']]:
@@ -2973,8 +2996,6 @@ class ServiceTemplateSpecVolumeCsiArgs:
2973
2996
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_attributes: Driver-specific attributes. The following options are supported for available drivers:
2974
2997
  * gcsfuse.run.googleapis.com
2975
2998
  * bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
2976
-
2977
- - - -
2978
2999
  """
2979
3000
  pulumi.set(__self__, "driver", driver)
2980
3001
  if read_only is not None:
@@ -3016,8 +3037,6 @@ class ServiceTemplateSpecVolumeCsiArgs:
3016
3037
  Driver-specific attributes. The following options are supported for available drivers:
3017
3038
  * gcsfuse.run.googleapis.com
3018
3039
  * bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
3019
-
3020
- - - -
3021
3040
  """
3022
3041
  return pulumi.get(self, "volume_attributes")
3023
3042
 
@@ -3065,6 +3084,63 @@ class ServiceTemplateSpecVolumeEmptyDirArgs:
3065
3084
  pulumi.set(self, "size_limit", value)
3066
3085
 
3067
3086
 
3087
+ @pulumi.input_type
3088
+ class ServiceTemplateSpecVolumeNfsArgs:
3089
+ def __init__(__self__, *,
3090
+ path: pulumi.Input[str],
3091
+ server: pulumi.Input[str],
3092
+ read_only: Optional[pulumi.Input[bool]] = None):
3093
+ """
3094
+ :param pulumi.Input[str] path: Path exported by the NFS server
3095
+ :param pulumi.Input[str] server: IP address or hostname of the NFS server
3096
+ :param pulumi.Input[bool] read_only: If true, mount the NFS volume as read only in all mounts. Defaults to false.
3097
+
3098
+ - - -
3099
+ """
3100
+ pulumi.set(__self__, "path", path)
3101
+ pulumi.set(__self__, "server", server)
3102
+ if read_only is not None:
3103
+ pulumi.set(__self__, "read_only", read_only)
3104
+
3105
+ @property
3106
+ @pulumi.getter
3107
+ def path(self) -> pulumi.Input[str]:
3108
+ """
3109
+ Path exported by the NFS server
3110
+ """
3111
+ return pulumi.get(self, "path")
3112
+
3113
+ @path.setter
3114
+ def path(self, value: pulumi.Input[str]):
3115
+ pulumi.set(self, "path", value)
3116
+
3117
+ @property
3118
+ @pulumi.getter
3119
+ def server(self) -> pulumi.Input[str]:
3120
+ """
3121
+ IP address or hostname of the NFS server
3122
+ """
3123
+ return pulumi.get(self, "server")
3124
+
3125
+ @server.setter
3126
+ def server(self, value: pulumi.Input[str]):
3127
+ pulumi.set(self, "server", value)
3128
+
3129
+ @property
3130
+ @pulumi.getter(name="readOnly")
3131
+ def read_only(self) -> Optional[pulumi.Input[bool]]:
3132
+ """
3133
+ If true, mount the NFS volume as read only in all mounts. Defaults to false.
3134
+
3135
+ - - -
3136
+ """
3137
+ return pulumi.get(self, "read_only")
3138
+
3139
+ @read_only.setter
3140
+ def read_only(self, value: Optional[pulumi.Input[bool]]):
3141
+ pulumi.set(self, "read_only", value)
3142
+
3143
+
3068
3144
  @pulumi.input_type
3069
3145
  class ServiceTemplateSpecVolumeSecretArgs:
3070
3146
  def __init__(__self__, *,
@@ -115,7 +115,9 @@ def get_service_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
118
+ :param str location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
119
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
120
+ location is specified, it is taken from the provider configuration.
119
121
  :param str project: The ID of the project in which the resource belongs.
120
122
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
121
123
  :param str service: Used to find the parent resource to bind the IAM policy to
@@ -156,7 +158,9 @@ def get_service_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
156
158
  ```
157
159
 
158
160
 
159
- :param str location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
161
+ :param str location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to. If not specified,
162
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
163
+ location is specified, it is taken from the provider configuration.
160
164
  :param str project: The ID of the project in which the resource belongs.
161
165
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
162
166
  :param str service: Used to find the parent resource to bind the IAM policy to