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
@@ -39,7 +39,9 @@ class IamBindingArgs:
39
39
  `cloudrun.IamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] service: Used to find the parent resource to bind the IAM policy to
42
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[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,
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 IamBindingArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
119
+ 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,
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
 
@@ -149,7 +153,9 @@ class _IamBindingState:
149
153
  """
150
154
  Input properties used for looking up and filtering IamBinding resources.
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
156
+ :param pulumi.Input[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,
157
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
158
+ location is specified, it is taken from the provider configuration.
153
159
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
154
160
  Each entry can have one of the following values:
155
161
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -208,7 +214,9 @@ class _IamBindingState:
208
214
  @pulumi.getter
209
215
  def location(self) -> Optional[pulumi.Input[str]]:
210
216
  """
211
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
217
+ 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,
218
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
219
+ location is specified, it is taken from the provider configuration.
212
220
  """
213
221
  return pulumi.get(self, "location")
214
222
 
@@ -435,7 +443,9 @@ class IamBinding(pulumi.CustomResource):
435
443
 
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
446
+ :param pulumi.Input[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,
447
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
448
+ location is specified, it is taken from the provider configuration.
439
449
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
440
450
  Each entry can have one of the following values:
441
451
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -671,7 +681,9 @@ class IamBinding(pulumi.CustomResource):
671
681
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
674
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
684
+ :param pulumi.Input[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,
685
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
686
+ location is specified, it is taken from the provider configuration.
675
687
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
676
688
  Each entry can have one of the following values:
677
689
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -720,7 +732,9 @@ class IamBinding(pulumi.CustomResource):
720
732
  @pulumi.getter
721
733
  def location(self) -> pulumi.Output[str]:
722
734
  """
723
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
735
+ 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,
736
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
737
+ location is specified, it is taken from the provider configuration.
724
738
  """
725
739
  return pulumi.get(self, "location")
726
740
 
@@ -39,7 +39,9 @@ class IamMemberArgs:
39
39
  `cloudrun.IamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] service: Used to find the parent resource to bind the IAM policy to
42
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
42
+ :param pulumi.Input[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,
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 IamMemberArgs:
114
116
  @pulumi.getter
115
117
  def location(self) -> Optional[pulumi.Input[str]]:
116
118
  """
117
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
119
+ 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,
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
 
@@ -149,7 +153,9 @@ class _IamMemberState:
149
153
  """
150
154
  Input properties used for looking up and filtering IamMember resources.
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
156
+ :param pulumi.Input[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,
157
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
158
+ location is specified, it is taken from the provider configuration.
153
159
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
154
160
  Each entry can have one of the following values:
155
161
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -208,7 +214,9 @@ class _IamMemberState:
208
214
  @pulumi.getter
209
215
  def location(self) -> Optional[pulumi.Input[str]]:
210
216
  """
211
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
217
+ 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,
218
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
219
+ location is specified, it is taken from the provider configuration.
212
220
  """
213
221
  return pulumi.get(self, "location")
214
222
 
@@ -435,7 +443,9 @@ class IamMember(pulumi.CustomResource):
435
443
 
436
444
  :param str resource_name: The name of the resource.
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
446
+ :param pulumi.Input[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,
447
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
448
+ location is specified, it is taken from the provider configuration.
439
449
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
440
450
  Each entry can have one of the following values:
441
451
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -671,7 +681,9 @@ class IamMember(pulumi.CustomResource):
671
681
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
672
682
  :param pulumi.ResourceOptions opts: Options for the resource.
673
683
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
674
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
684
+ :param pulumi.Input[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,
685
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
686
+ location is specified, it is taken from the provider configuration.
675
687
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
676
688
  Each entry can have one of the following values:
677
689
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -720,7 +732,9 @@ class IamMember(pulumi.CustomResource):
720
732
  @pulumi.getter
721
733
  def location(self) -> pulumi.Output[str]:
722
734
  """
723
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
735
+ 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,
736
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
737
+ location is specified, it is taken from the provider configuration.
724
738
  """
725
739
  return pulumi.get(self, "location")
726
740
 
@@ -23,7 +23,9 @@ class IamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] service: Used to find the parent resource to bind the IAM policy to
26
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
26
+ :param pulumi.Input[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,
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 IamPolicyArgs:
63
65
  @pulumi.getter
64
66
  def location(self) -> Optional[pulumi.Input[str]]:
65
67
  """
66
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
68
+ 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,
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
 
@@ -96,7 +100,9 @@ class _IamPolicyState:
96
100
  """
97
101
  Input properties used for looking up and filtering IamPolicy resources.
98
102
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
99
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
103
+ :param pulumi.Input[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,
104
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
105
+ location is specified, it is taken from the provider configuration.
100
106
  :param pulumi.Input[str] policy_data: The policy data generated by
101
107
  a `organizations_get_iam_policy` data source.
102
108
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -130,7 +136,9 @@ class _IamPolicyState:
130
136
  @pulumi.getter
131
137
  def location(self) -> Optional[pulumi.Input[str]]:
132
138
  """
133
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
139
+ 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,
140
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
+ location is specified, it is taken from the provider configuration.
134
142
  """
135
143
  return pulumi.get(self, "location")
136
144
 
@@ -332,7 +340,9 @@ class IamPolicy(pulumi.CustomResource):
332
340
 
333
341
  :param str resource_name: The name of the resource.
334
342
  :param pulumi.ResourceOptions opts: Options for the resource.
335
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
343
+ :param pulumi.Input[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,
344
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
345
+ location is specified, it is taken from the provider configuration.
336
346
  :param pulumi.Input[str] policy_data: The policy data generated by
337
347
  a `organizations_get_iam_policy` data source.
338
348
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -548,7 +558,9 @@ class IamPolicy(pulumi.CustomResource):
548
558
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
549
559
  :param pulumi.ResourceOptions opts: Options for the resource.
550
560
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
551
- :param pulumi.Input[str] location: The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
561
+ :param pulumi.Input[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,
562
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
563
+ location is specified, it is taken from the provider configuration.
552
564
  :param pulumi.Input[str] policy_data: The policy data generated by
553
565
  a `organizations_get_iam_policy` data source.
554
566
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -578,7 +590,9 @@ class IamPolicy(pulumi.CustomResource):
578
590
  @pulumi.getter
579
591
  def location(self) -> pulumi.Output[str]:
580
592
  """
581
- The location of the cloud run instance. eg us-central1 Used to find the parent resource to bind the IAM policy to
593
+ 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,
594
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
595
+ location is specified, it is taken from the provider configuration.
582
596
  """
583
597
  return pulumi.get(self, "location")
584
598
 
@@ -49,6 +49,7 @@ __all__ = [
49
49
  'ServiceTemplateSpecVolume',
50
50
  'ServiceTemplateSpecVolumeCsi',
51
51
  'ServiceTemplateSpecVolumeEmptyDir',
52
+ 'ServiceTemplateSpecVolumeNfs',
52
53
  'ServiceTemplateSpecVolumeSecret',
53
54
  'ServiceTemplateSpecVolumeSecretItem',
54
55
  'ServiceTraffic',
@@ -83,6 +84,7 @@ __all__ = [
83
84
  'GetServiceTemplateSpecVolumeResult',
84
85
  'GetServiceTemplateSpecVolumeCsiResult',
85
86
  'GetServiceTemplateSpecVolumeEmptyDirResult',
87
+ 'GetServiceTemplateSpecVolumeNfResult',
86
88
  'GetServiceTemplateSpecVolumeSecretResult',
87
89
  'GetServiceTemplateSpecVolumeSecretItemResult',
88
90
  'GetServiceTrafficResult',
@@ -2801,6 +2803,7 @@ class ServiceTemplateSpecVolume(dict):
2801
2803
  name: str,
2802
2804
  csi: Optional['outputs.ServiceTemplateSpecVolumeCsi'] = None,
2803
2805
  empty_dir: Optional['outputs.ServiceTemplateSpecVolumeEmptyDir'] = None,
2806
+ nfs: Optional['outputs.ServiceTemplateSpecVolumeNfs'] = None,
2804
2807
  secret: Optional['outputs.ServiceTemplateSpecVolumeSecret'] = None):
2805
2808
  """
2806
2809
  :param str name: Volume's name.
@@ -2808,6 +2811,10 @@ class ServiceTemplateSpecVolume(dict):
2808
2811
  Structure is documented below.
2809
2812
  :param '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).
2810
2813
  Structure is documented below.
2814
+ :param 'ServiceTemplateSpecVolumeNfsArgs' nfs: A filesystem backed by a Network File System share. This filesystem requires the
2815
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
2816
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
2817
+ Structure is documented below.
2811
2818
  :param 'ServiceTemplateSpecVolumeSecretArgs' secret: The secret's value will be presented as the content of a file whose
2812
2819
  name is defined in the item path. If no items are defined, the name of
2813
2820
  the file is the secret_name.
@@ -2818,6 +2825,8 @@ class ServiceTemplateSpecVolume(dict):
2818
2825
  pulumi.set(__self__, "csi", csi)
2819
2826
  if empty_dir is not None:
2820
2827
  pulumi.set(__self__, "empty_dir", empty_dir)
2828
+ if nfs is not None:
2829
+ pulumi.set(__self__, "nfs", nfs)
2821
2830
  if secret is not None:
2822
2831
  pulumi.set(__self__, "secret", secret)
2823
2832
 
@@ -2847,6 +2856,17 @@ class ServiceTemplateSpecVolume(dict):
2847
2856
  """
2848
2857
  return pulumi.get(self, "empty_dir")
2849
2858
 
2859
+ @property
2860
+ @pulumi.getter
2861
+ def nfs(self) -> Optional['outputs.ServiceTemplateSpecVolumeNfs']:
2862
+ """
2863
+ A filesystem backed by a Network File System share. This filesystem requires the
2864
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
2865
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
2866
+ Structure is documented below.
2867
+ """
2868
+ return pulumi.get(self, "nfs")
2869
+
2850
2870
  @property
2851
2871
  @pulumi.getter
2852
2872
  def secret(self) -> Optional['outputs.ServiceTemplateSpecVolumeSecret']:
@@ -2893,8 +2913,6 @@ class ServiceTemplateSpecVolumeCsi(dict):
2893
2913
  :param Mapping[str, str] volume_attributes: Driver-specific attributes. The following options are supported for available drivers:
2894
2914
  * gcsfuse.run.googleapis.com
2895
2915
  * bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
2896
-
2897
- - - -
2898
2916
  """
2899
2917
  pulumi.set(__self__, "driver", driver)
2900
2918
  if read_only is not None:
@@ -2928,8 +2946,6 @@ class ServiceTemplateSpecVolumeCsi(dict):
2928
2946
  Driver-specific attributes. The following options are supported for available drivers:
2929
2947
  * gcsfuse.run.googleapis.com
2930
2948
  * bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.
2931
-
2932
- - - -
2933
2949
  """
2934
2950
  return pulumi.get(self, "volume_attributes")
2935
2951
 
@@ -2982,6 +2998,68 @@ class ServiceTemplateSpecVolumeEmptyDir(dict):
2982
2998
  return pulumi.get(self, "size_limit")
2983
2999
 
2984
3000
 
3001
+ @pulumi.output_type
3002
+ class ServiceTemplateSpecVolumeNfs(dict):
3003
+ @staticmethod
3004
+ def __key_warning(key: str):
3005
+ suggest = None
3006
+ if key == "readOnly":
3007
+ suggest = "read_only"
3008
+
3009
+ if suggest:
3010
+ pulumi.log.warn(f"Key '{key}' not found in ServiceTemplateSpecVolumeNfs. Access the value via the '{suggest}' property getter instead.")
3011
+
3012
+ def __getitem__(self, key: str) -> Any:
3013
+ ServiceTemplateSpecVolumeNfs.__key_warning(key)
3014
+ return super().__getitem__(key)
3015
+
3016
+ def get(self, key: str, default = None) -> Any:
3017
+ ServiceTemplateSpecVolumeNfs.__key_warning(key)
3018
+ return super().get(key, default)
3019
+
3020
+ def __init__(__self__, *,
3021
+ path: str,
3022
+ server: str,
3023
+ read_only: Optional[bool] = None):
3024
+ """
3025
+ :param str path: Path exported by the NFS server
3026
+ :param str server: IP address or hostname of the NFS server
3027
+ :param bool read_only: If true, mount the NFS volume as read only in all mounts. Defaults to false.
3028
+
3029
+ - - -
3030
+ """
3031
+ pulumi.set(__self__, "path", path)
3032
+ pulumi.set(__self__, "server", server)
3033
+ if read_only is not None:
3034
+ pulumi.set(__self__, "read_only", read_only)
3035
+
3036
+ @property
3037
+ @pulumi.getter
3038
+ def path(self) -> str:
3039
+ """
3040
+ Path exported by the NFS server
3041
+ """
3042
+ return pulumi.get(self, "path")
3043
+
3044
+ @property
3045
+ @pulumi.getter
3046
+ def server(self) -> str:
3047
+ """
3048
+ IP address or hostname of the NFS server
3049
+ """
3050
+ return pulumi.get(self, "server")
3051
+
3052
+ @property
3053
+ @pulumi.getter(name="readOnly")
3054
+ def read_only(self) -> Optional[bool]:
3055
+ """
3056
+ If true, mount the NFS volume as read only in all mounts. Defaults to false.
3057
+
3058
+ - - -
3059
+ """
3060
+ return pulumi.get(self, "read_only")
3061
+
3062
+
2985
3063
  @pulumi.output_type
2986
3064
  class ServiceTemplateSpecVolumeSecret(dict):
2987
3065
  @staticmethod
@@ -4732,11 +4810,15 @@ class GetServiceTemplateSpecVolumeResult(dict):
4732
4810
  csis: Sequence['outputs.GetServiceTemplateSpecVolumeCsiResult'],
4733
4811
  empty_dirs: Sequence['outputs.GetServiceTemplateSpecVolumeEmptyDirResult'],
4734
4812
  name: str,
4813
+ nfs: Sequence['outputs.GetServiceTemplateSpecVolumeNfResult'],
4735
4814
  secrets: Sequence['outputs.GetServiceTemplateSpecVolumeSecretResult']):
4736
4815
  """
4737
4816
  :param Sequence['GetServiceTemplateSpecVolumeCsiArgs'] csis: A filesystem specified by the Container Storage Interface (CSI).
4738
4817
  :param Sequence['GetServiceTemplateSpecVolumeEmptyDirArgs'] empty_dirs: 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).
4739
4818
  :param str name: The name of the Cloud Run Service.
4819
+ :param Sequence['GetServiceTemplateSpecVolumeNfArgs'] nfs: A filesystem backed by a Network File System share. This filesystem requires the
4820
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
4821
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
4740
4822
  :param Sequence['GetServiceTemplateSpecVolumeSecretArgs'] secrets: The secret's value will be presented as the content of a file whose
4741
4823
  name is defined in the item path. If no items are defined, the name of
4742
4824
  the file is the secret_name.
@@ -4744,6 +4826,7 @@ class GetServiceTemplateSpecVolumeResult(dict):
4744
4826
  pulumi.set(__self__, "csis", csis)
4745
4827
  pulumi.set(__self__, "empty_dirs", empty_dirs)
4746
4828
  pulumi.set(__self__, "name", name)
4829
+ pulumi.set(__self__, "nfs", nfs)
4747
4830
  pulumi.set(__self__, "secrets", secrets)
4748
4831
 
4749
4832
  @property
@@ -4770,6 +4853,16 @@ class GetServiceTemplateSpecVolumeResult(dict):
4770
4853
  """
4771
4854
  return pulumi.get(self, "name")
4772
4855
 
4856
+ @property
4857
+ @pulumi.getter
4858
+ def nfs(self) -> Sequence['outputs.GetServiceTemplateSpecVolumeNfResult']:
4859
+ """
4860
+ A filesystem backed by a Network File System share. This filesystem requires the
4861
+ run.googleapis.com/execution-environment annotation to be set to "gen2" and
4862
+ run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
4863
+ """
4864
+ return pulumi.get(self, "nfs")
4865
+
4773
4866
  @property
4774
4867
  @pulumi.getter
4775
4868
  def secrets(self) -> Sequence['outputs.GetServiceTemplateSpecVolumeSecretResult']:
@@ -4860,6 +4953,46 @@ class GetServiceTemplateSpecVolumeEmptyDirResult(dict):
4860
4953
  return pulumi.get(self, "size_limit")
4861
4954
 
4862
4955
 
4956
+ @pulumi.output_type
4957
+ class GetServiceTemplateSpecVolumeNfResult(dict):
4958
+ def __init__(__self__, *,
4959
+ path: str,
4960
+ read_only: bool,
4961
+ server: str):
4962
+ """
4963
+ :param str path: Path exported by the NFS server
4964
+ :param bool read_only: If true, mount the NFS volume as read only in all mounts. Defaults to false.
4965
+ :param str server: IP address or hostname of the NFS server
4966
+ """
4967
+ pulumi.set(__self__, "path", path)
4968
+ pulumi.set(__self__, "read_only", read_only)
4969
+ pulumi.set(__self__, "server", server)
4970
+
4971
+ @property
4972
+ @pulumi.getter
4973
+ def path(self) -> str:
4974
+ """
4975
+ Path exported by the NFS server
4976
+ """
4977
+ return pulumi.get(self, "path")
4978
+
4979
+ @property
4980
+ @pulumi.getter(name="readOnly")
4981
+ def read_only(self) -> bool:
4982
+ """
4983
+ If true, mount the NFS volume as read only in all mounts. Defaults to false.
4984
+ """
4985
+ return pulumi.get(self, "read_only")
4986
+
4987
+ @property
4988
+ @pulumi.getter
4989
+ def server(self) -> str:
4990
+ """
4991
+ IP address or hostname of the NFS server
4992
+ """
4993
+ return pulumi.get(self, "server")
4994
+
4995
+
4863
4996
  @pulumi.output_type
4864
4997
  class GetServiceTemplateSpecVolumeSecretResult(dict):
4865
4998
  def __init__(__self__, *,
@@ -115,7 +115,9 @@ def get_job_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to
118
+ :param str location: The location of the cloud run job 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_job_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 job Used to find the parent resource to bind the IAM policy to
161
+ :param str location: The location of the cloud run job 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.
@@ -22,7 +22,7 @@ class GetServiceResult:
22
22
  """
23
23
  A collection of values returned by getService.
24
24
  """
25
- def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, custom_audiences=None, delete_time=None, description=None, effective_annotations=None, effective_labels=None, etag=None, expire_time=None, generation=None, id=None, ingress=None, labels=None, last_modifier=None, latest_created_revision=None, latest_ready_revision=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, scalings=None, templates=None, terminal_conditions=None, traffic_statuses=None, traffics=None, uid=None, update_time=None, uri=None):
25
+ def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, custom_audiences=None, default_uri_disabled=None, delete_time=None, description=None, effective_annotations=None, effective_labels=None, etag=None, expire_time=None, generation=None, id=None, ingress=None, labels=None, last_modifier=None, latest_created_revision=None, latest_ready_revision=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, scalings=None, templates=None, terminal_conditions=None, traffic_statuses=None, traffics=None, uid=None, update_time=None, uri=None):
26
26
  if annotations and not isinstance(annotations, dict):
27
27
  raise TypeError("Expected argument 'annotations' to be a dict")
28
28
  pulumi.set(__self__, "annotations", annotations)
@@ -47,6 +47,9 @@ class GetServiceResult:
47
47
  if custom_audiences and not isinstance(custom_audiences, list):
48
48
  raise TypeError("Expected argument 'custom_audiences' to be a list")
49
49
  pulumi.set(__self__, "custom_audiences", custom_audiences)
50
+ if default_uri_disabled and not isinstance(default_uri_disabled, bool):
51
+ raise TypeError("Expected argument 'default_uri_disabled' to be a bool")
52
+ pulumi.set(__self__, "default_uri_disabled", default_uri_disabled)
50
53
  if delete_time and not isinstance(delete_time, str):
51
54
  raise TypeError("Expected argument 'delete_time' to be a str")
52
55
  pulumi.set(__self__, "delete_time", delete_time)
@@ -172,6 +175,11 @@ class GetServiceResult:
172
175
  def custom_audiences(self) -> Sequence[str]:
173
176
  return pulumi.get(self, "custom_audiences")
174
177
 
178
+ @property
179
+ @pulumi.getter(name="defaultUriDisabled")
180
+ def default_uri_disabled(self) -> bool:
181
+ return pulumi.get(self, "default_uri_disabled")
182
+
175
183
  @property
176
184
  @pulumi.getter(name="deleteTime")
177
185
  def delete_time(self) -> str:
@@ -330,6 +338,7 @@ class AwaitableGetServiceResult(GetServiceResult):
330
338
  create_time=self.create_time,
331
339
  creator=self.creator,
332
340
  custom_audiences=self.custom_audiences,
341
+ default_uri_disabled=self.default_uri_disabled,
333
342
  delete_time=self.delete_time,
334
343
  description=self.description,
335
344
  effective_annotations=self.effective_annotations,
@@ -403,6 +412,7 @@ def get_service(location: Optional[str] = None,
403
412
  create_time=pulumi.get(__ret__, 'create_time'),
404
413
  creator=pulumi.get(__ret__, 'creator'),
405
414
  custom_audiences=pulumi.get(__ret__, 'custom_audiences'),
415
+ default_uri_disabled=pulumi.get(__ret__, 'default_uri_disabled'),
406
416
  delete_time=pulumi.get(__ret__, 'delete_time'),
407
417
  description=pulumi.get(__ret__, 'description'),
408
418
  effective_annotations=pulumi.get(__ret__, 'effective_annotations'),
@@ -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 service Used to find the parent resource to bind the IAM policy to
118
+ :param str location: The location of the cloud run service 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_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 service Used to find the parent resource to bind the IAM policy to
161
+ :param str location: The location of the cloud run service 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.
@@ -38,7 +38,9 @@ class JobIamBindingArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `cloudrunv2.JobIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
- :param pulumi.Input[str] location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to
41
+ :param pulumi.Input[str] location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to. If not specified,
42
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
43
+ location is specified, it is taken from the provider configuration.
42
44
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
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.
@@ -103,7 +105,9 @@ class JobIamBindingArgs:
103
105
  @pulumi.getter
104
106
  def location(self) -> Optional[pulumi.Input[str]]:
105
107
  """
106
- The location of the cloud run job Used to find the parent resource to bind the IAM policy to
108
+ The location of the cloud run job Used to find the parent resource to bind the IAM policy to. If not specified,
109
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
110
+ location is specified, it is taken from the provider configuration.
107
111
  """
108
112
  return pulumi.get(self, "location")
109
113
 
@@ -150,7 +154,9 @@ class _JobIamBindingState:
150
154
  """
151
155
  Input properties used for looking up and filtering JobIamBinding resources.
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location of the cloud run job 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.
@@ -209,7 +215,9 @@ class _JobIamBindingState:
209
215
  @pulumi.getter
210
216
  def location(self) -> Optional[pulumi.Input[str]]:
211
217
  """
212
- The location of the cloud run job Used to find the parent resource to bind the IAM policy to
218
+ The location of the cloud run job Used to find the parent resource to bind the IAM policy to. If not specified,
219
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
220
+ location is specified, it is taken from the provider configuration.
213
221
  """
214
222
  return pulumi.get(self, "location")
215
223
 
@@ -436,7 +444,9 @@ class JobIamBinding(pulumi.CustomResource):
436
444
 
437
445
  :param str resource_name: The name of the resource.
438
446
  :param pulumi.ResourceOptions opts: Options for the resource.
439
- :param pulumi.Input[str] location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location of the cloud run job 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.
@@ -670,7 +680,9 @@ class JobIamBinding(pulumi.CustomResource):
670
680
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
671
681
  :param pulumi.ResourceOptions opts: Options for the resource.
672
682
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
673
- :param pulumi.Input[str] location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to
683
+ :param pulumi.Input[str] location: The location of the cloud run job Used to find the parent resource to bind the IAM policy to. If not specified,
684
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
685
+ location is specified, it is taken from the provider configuration.
674
686
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
675
687
  Each entry can have one of the following values:
676
688
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -719,7 +731,9 @@ class JobIamBinding(pulumi.CustomResource):
719
731
  @pulumi.getter
720
732
  def location(self) -> pulumi.Output[str]:
721
733
  """
722
- The location of the cloud run job Used to find the parent resource to bind the IAM policy to
734
+ The location of the cloud run job Used to find the parent resource to bind the IAM policy to. If not specified,
735
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
736
+ location is specified, it is taken from the provider configuration.
723
737
  """
724
738
  return pulumi.get(self, "location")
725
739