pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717481608__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 (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class StoragePoolArgs:
28
28
  """
29
29
  The set of arguments for constructing a StoragePool resource.
30
30
  :param pulumi.Input[str] capacity_gib: Capacity of the storage pool (in GiB).
31
- :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
31
+ :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
32
32
  :param pulumi.Input[str] network: VPC network name with format: `projects/{{project}}/global/networks/{{network}}`
33
33
  :param pulumi.Input[str] service_level: Service level of the storage pool.
34
34
  Possible values are: `PREMIUM`, `EXTREME`, `STANDARD`, `FLEX`.
@@ -85,7 +85,7 @@ class StoragePoolArgs:
85
85
  @pulumi.getter
86
86
  def location(self) -> pulumi.Input[str]:
87
87
  """
88
- Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
88
+ Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
89
89
  """
90
90
  return pulumi.get(self, "location")
91
91
 
@@ -248,7 +248,7 @@ class _StoragePoolState:
248
248
  Please refer to the field `effective_labels` for all of the labels present on the resource.
249
249
  :param pulumi.Input[bool] ldap_enabled: When enabled, the volumes uses Active Directory as LDAP name service for UID/GID lookups. Required to enable extended group support for NFSv3,
250
250
  using security identifiers for NFSv4.1 or principal names for kerberized NFSv4.1.
251
- :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
251
+ :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
252
252
  :param pulumi.Input[str] name: The resource name of the storage pool. Needs to be unique per location.
253
253
 
254
254
 
@@ -402,7 +402,7 @@ class _StoragePoolState:
402
402
  @pulumi.getter
403
403
  def location(self) -> Optional[pulumi.Input[str]]:
404
404
  """
405
- Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
405
+ Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
406
406
  """
407
407
  return pulumi.get(self, "location")
408
408
 
@@ -535,7 +535,7 @@ class StoragePool(pulumi.CustomResource):
535
535
 
536
536
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.storagePools)
537
537
  * How-to Guides
538
- * [Quickstart documentation](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)
538
+ * [QUICKSTART_TITLE](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)
539
539
 
540
540
  ## Example Usage
541
541
 
@@ -616,7 +616,7 @@ class StoragePool(pulumi.CustomResource):
616
616
  Please refer to the field `effective_labels` for all of the labels present on the resource.
617
617
  :param pulumi.Input[bool] ldap_enabled: When enabled, the volumes uses Active Directory as LDAP name service for UID/GID lookups. Required to enable extended group support for NFSv3,
618
618
  using security identifiers for NFSv4.1 or principal names for kerberized NFSv4.1.
619
- :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
619
+ :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
620
620
  :param pulumi.Input[str] name: The resource name of the storage pool. Needs to be unique per location.
621
621
 
622
622
 
@@ -650,7 +650,7 @@ class StoragePool(pulumi.CustomResource):
650
650
 
651
651
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.storagePools)
652
652
  * How-to Guides
653
- * [Quickstart documentation](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)
653
+ * [QUICKSTART_TITLE](https://cloud.google.com/netapp/volumes/docs/get-started/quickstarts/create-storage-pool)
654
654
 
655
655
  ## Example Usage
656
656
 
@@ -825,7 +825,7 @@ class StoragePool(pulumi.CustomResource):
825
825
  Please refer to the field `effective_labels` for all of the labels present on the resource.
826
826
  :param pulumi.Input[bool] ldap_enabled: When enabled, the volumes uses Active Directory as LDAP name service for UID/GID lookups. Required to enable extended group support for NFSv3,
827
827
  using security identifiers for NFSv4.1 or principal names for kerberized NFSv4.1.
828
- :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
828
+ :param pulumi.Input[str] location: Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
829
829
  :param pulumi.Input[str] name: The resource name of the storage pool. Needs to be unique per location.
830
830
 
831
831
 
@@ -936,7 +936,7 @@ class StoragePool(pulumi.CustomResource):
936
936
  @pulumi.getter
937
937
  def location(self) -> pulumi.Output[str]:
938
938
  """
939
- Name of the location. Usually a region name, expect for some FLEX service level pools which require a zone name.
939
+ Name of the location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
940
940
  """
941
941
  return pulumi.get(self, "location")
942
942
 
@@ -23,9 +23,7 @@ class AddressGroupIamPolicyArgs:
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] location: The location of the gateway security policy.
26
- 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.
26
+ Used to find the parent resource to bind the IAM policy to
29
27
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
30
28
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
29
  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.
@@ -56,9 +54,7 @@ class AddressGroupIamPolicyArgs:
56
54
  def location(self) -> Optional[pulumi.Input[str]]:
57
55
  """
58
56
  The location of the gateway security policy.
59
- Used to find the parent resource to bind the IAM policy to. If not specified,
60
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
61
- location is specified, it is taken from the provider configuration.
57
+ Used to find the parent resource to bind the IAM policy to
62
58
  """
63
59
  return pulumi.get(self, "location")
64
60
 
@@ -104,9 +100,7 @@ class _AddressGroupIamPolicyState:
104
100
  Input properties used for looking up and filtering AddressGroupIamPolicy resources.
105
101
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
106
102
  :param pulumi.Input[str] location: The location of the gateway security policy.
107
- Used to find the parent resource to bind the IAM policy to. If not specified,
108
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
109
- location is specified, it is taken from the provider configuration.
103
+ Used to find the parent resource to bind the IAM policy to
110
104
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
111
105
  :param pulumi.Input[str] policy_data: The policy data generated by
112
106
  a `organizations_get_iam_policy` data source.
@@ -141,9 +135,7 @@ class _AddressGroupIamPolicyState:
141
135
  def location(self) -> Optional[pulumi.Input[str]]:
142
136
  """
143
137
  The location of the gateway security policy.
144
- Used to find the parent resource to bind the IAM policy to. If not specified,
145
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
146
- location is specified, it is taken from the provider configuration.
138
+ Used to find the parent resource to bind the IAM policy to
147
139
  """
148
140
  return pulumi.get(self, "location")
149
141
 
@@ -256,9 +248,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
256
248
  :param str resource_name: The name of the resource.
257
249
  :param pulumi.ResourceOptions opts: Options for the resource.
258
250
  :param pulumi.Input[str] location: The location of the gateway security policy.
259
- Used to find the parent resource to bind the IAM policy to. If not specified,
260
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
261
- location is specified, it is taken from the provider configuration.
251
+ Used to find the parent resource to bind the IAM policy to
262
252
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
263
253
  :param pulumi.Input[str] policy_data: The policy data generated by
264
254
  a `organizations_get_iam_policy` data source.
@@ -383,9 +373,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
383
373
  :param pulumi.ResourceOptions opts: Options for the resource.
384
374
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
385
375
  :param pulumi.Input[str] location: The location of the gateway security policy.
386
- Used to find the parent resource to bind the IAM policy to. If not specified,
387
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
388
- location is specified, it is taken from the provider configuration.
376
+ Used to find the parent resource to bind the IAM policy to
389
377
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
390
378
  :param pulumi.Input[str] policy_data: The policy data generated by
391
379
  a `organizations_get_iam_policy` data source.
@@ -416,9 +404,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
416
404
  def location(self) -> pulumi.Output[str]:
417
405
  """
418
406
  The location of the gateway security policy.
419
- Used to find the parent resource to bind the IAM policy to. If not specified,
420
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
421
- location is specified, it is taken from the provider configuration.
407
+ Used to find the parent resource to bind the IAM policy to
422
408
  """
423
409
  return pulumi.get(self, "location")
424
410
 
@@ -105,9 +105,7 @@ def get_address_group_iam_policy(location: Optional[str] = None,
105
105
 
106
106
 
107
107
  :param str location: The location of the gateway security policy.
108
- 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.
108
+ Used to find the parent resource to bind the IAM policy to
111
109
  :param str name: Used to find the parent resource to bind the IAM policy to
112
110
  :param str project: The ID of the project in which the resource belongs.
113
111
  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.
@@ -138,9 +136,7 @@ def get_address_group_iam_policy_output(location: Optional[pulumi.Input[Optional
138
136
 
139
137
 
140
138
  :param str location: The location of the gateway security policy.
141
- Used to find the parent resource to bind the IAM policy to. If not specified,
142
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
143
- location is specified, it is taken from the provider configuration.
139
+ Used to find the parent resource to bind the IAM policy to
144
140
  :param str name: Used to find the parent resource to bind the IAM policy to
145
141
  :param str project: The ID of the project in which the resource belongs.
146
142
  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.
@@ -116,9 +116,7 @@ def get_instance_iam_policy(instance_name: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str instance_name: Used to find the parent resource to bind the IAM policy to
119
- :param str location: A reference to the zone where the machine resides. 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.
119
+ :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
122
120
  :param str project: The ID of the project in which the resource belongs.
123
121
  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.
124
122
  """
@@ -159,9 +157,7 @@ def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] =
159
157
 
160
158
 
161
159
  :param str instance_name: Used to find the parent resource to bind the IAM policy to
162
- :param str location: A reference to the zone where the machine resides. 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.
160
+ :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
165
161
  :param str project: The ID of the project in which the resource belongs.
166
162
  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.
167
163
  """
@@ -115,9 +115,7 @@ def get_runtime_iam_policy(location: Optional[str] = None,
115
115
  ```
116
116
 
117
117
 
118
- :param str location: A reference to the zone where the machine resides. 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.
118
+ :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
121
119
  :param str project: The ID of the project in which the resource belongs.
122
120
  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.
123
121
  :param str runtime_name: Used to find the parent resource to bind the IAM policy to
@@ -158,9 +156,7 @@ def get_runtime_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
158
156
  ```
159
157
 
160
158
 
161
- :param str location: A reference to the zone where the machine resides. 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.
159
+ :param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
164
160
  :param str project: The ID of the project in which the resource belongs.
165
161
  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.
166
162
  :param str runtime_name: Used to find the parent resource to bind the IAM policy to
@@ -39,9 +39,7 @@ class InstanceIamBindingArgs:
39
39
  :param pulumi.Input[str] role: The role that should be applied. Only one
40
40
  `notebooks.InstanceIamBinding` 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: A reference to the zone where the machine resides. 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.
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
47
45
  """
@@ -116,9 +114,7 @@ class InstanceIamBindingArgs:
116
114
  @pulumi.getter
117
115
  def location(self) -> Optional[pulumi.Input[str]]:
118
116
  """
119
- A reference to the zone where the machine resides. 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.
117
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -154,9 +150,7 @@ class _InstanceIamBindingState:
154
150
  Input properties used for looking up and filtering InstanceIamBinding resources.
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
152
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
157
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
153
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
160
154
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
161
155
  Each entry can have one of the following values:
162
156
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -226,9 +220,7 @@ class _InstanceIamBindingState:
226
220
  @pulumi.getter
227
221
  def location(self) -> Optional[pulumi.Input[str]]:
228
222
  """
229
- A reference to the zone where the machine resides. 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.
223
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
232
224
  """
233
225
  return pulumi.get(self, "location")
234
226
 
@@ -444,9 +436,7 @@ class InstanceIamBinding(pulumi.CustomResource):
444
436
  :param str resource_name: The name of the resource.
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
438
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
447
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
439
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
450
440
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
451
441
  Each entry can have one of the following values:
452
442
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -682,9 +672,7 @@ class InstanceIamBinding(pulumi.CustomResource):
682
672
  :param pulumi.ResourceOptions opts: Options for the resource.
683
673
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
684
674
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
685
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
675
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
688
676
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
689
677
  Each entry can have one of the following values:
690
678
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -740,9 +728,7 @@ class InstanceIamBinding(pulumi.CustomResource):
740
728
  @pulumi.getter
741
729
  def location(self) -> pulumi.Output[str]:
742
730
  """
743
- A reference to the zone where the machine resides. 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.
731
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
746
732
  """
747
733
  return pulumi.get(self, "location")
748
734
 
@@ -39,9 +39,7 @@ class InstanceIamMemberArgs:
39
39
  :param pulumi.Input[str] role: The role that should be applied. Only one
40
40
  `notebooks.InstanceIamBinding` 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: A reference to the zone where the machine resides. 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.
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
47
45
  """
@@ -116,9 +114,7 @@ class InstanceIamMemberArgs:
116
114
  @pulumi.getter
117
115
  def location(self) -> Optional[pulumi.Input[str]]:
118
116
  """
119
- A reference to the zone where the machine resides. 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.
117
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -154,9 +150,7 @@ class _InstanceIamMemberState:
154
150
  Input properties used for looking up and filtering InstanceIamMember resources.
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
152
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
157
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
153
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
160
154
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
161
155
  Each entry can have one of the following values:
162
156
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -226,9 +220,7 @@ class _InstanceIamMemberState:
226
220
  @pulumi.getter
227
221
  def location(self) -> Optional[pulumi.Input[str]]:
228
222
  """
229
- A reference to the zone where the machine resides. 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.
223
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
232
224
  """
233
225
  return pulumi.get(self, "location")
234
226
 
@@ -444,9 +436,7 @@ class InstanceIamMember(pulumi.CustomResource):
444
436
  :param str resource_name: The name of the resource.
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
438
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
447
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
439
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
450
440
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
451
441
  Each entry can have one of the following values:
452
442
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -682,9 +672,7 @@ class InstanceIamMember(pulumi.CustomResource):
682
672
  :param pulumi.ResourceOptions opts: Options for the resource.
683
673
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
684
674
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
685
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
675
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
688
676
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
689
677
  Each entry can have one of the following values:
690
678
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -740,9 +728,7 @@ class InstanceIamMember(pulumi.CustomResource):
740
728
  @pulumi.getter
741
729
  def location(self) -> pulumi.Output[str]:
742
730
  """
743
- A reference to the zone where the machine resides. 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.
731
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
746
732
  """
747
733
  return pulumi.get(self, "location")
748
734
 
@@ -23,9 +23,7 @@ class InstanceIamPolicyArgs:
23
23
  :param pulumi.Input[str] instance_name: 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: A reference to the zone where the machine resides. 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.
26
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
29
27
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
30
28
  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.
31
29
  """
@@ -65,9 +63,7 @@ class InstanceIamPolicyArgs:
65
63
  @pulumi.getter
66
64
  def location(self) -> Optional[pulumi.Input[str]]:
67
65
  """
68
- A reference to the zone where the machine resides. 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.
66
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
71
67
  """
72
68
  return pulumi.get(self, "location")
73
69
 
@@ -101,9 +97,7 @@ class _InstanceIamPolicyState:
101
97
  Input properties used for looking up and filtering InstanceIamPolicy resources.
102
98
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
103
99
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
104
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
100
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
107
101
  :param pulumi.Input[str] policy_data: The policy data generated by
108
102
  a `organizations_get_iam_policy` data source.
109
103
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -148,9 +142,7 @@ class _InstanceIamPolicyState:
148
142
  @pulumi.getter
149
143
  def location(self) -> Optional[pulumi.Input[str]]:
150
144
  """
151
- A reference to the zone where the machine resides. 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.
145
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
154
146
  """
155
147
  return pulumi.get(self, "location")
156
148
 
@@ -341,9 +333,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
341
333
  :param str resource_name: The name of the resource.
342
334
  :param pulumi.ResourceOptions opts: Options for the resource.
343
335
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
344
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
336
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
347
337
  :param pulumi.Input[str] policy_data: The policy data generated by
348
338
  a `organizations_get_iam_policy` data source.
349
339
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -559,9 +549,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
559
549
  :param pulumi.ResourceOptions opts: Options for the resource.
560
550
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
561
551
  :param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
562
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
552
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
565
553
  :param pulumi.Input[str] policy_data: The policy data generated by
566
554
  a `organizations_get_iam_policy` data source.
567
555
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -598,9 +586,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
598
586
  @pulumi.getter
599
587
  def location(self) -> pulumi.Output[str]:
600
588
  """
601
- A reference to the zone where the machine resides. 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.
589
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
604
590
  """
605
591
  return pulumi.get(self, "location")
606
592
 
@@ -39,9 +39,7 @@ class RuntimeIamBindingArgs:
39
39
  `notebooks.RuntimeIamBinding` 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] runtime_name: Used to find the parent resource to bind the IAM policy to
42
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
47
45
  """
@@ -116,9 +114,7 @@ class RuntimeIamBindingArgs:
116
114
  @pulumi.getter
117
115
  def location(self) -> Optional[pulumi.Input[str]]:
118
116
  """
119
- A reference to the zone where the machine resides. 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.
117
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -153,9 +149,7 @@ class _RuntimeIamBindingState:
153
149
  """
154
150
  Input properties used for looking up and filtering RuntimeIamBinding resources.
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
152
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
159
153
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
160
154
  Each entry can have one of the following values:
161
155
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -214,9 +208,7 @@ class _RuntimeIamBindingState:
214
208
  @pulumi.getter
215
209
  def location(self) -> Optional[pulumi.Input[str]]:
216
210
  """
217
- A reference to the zone where the machine resides. 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.
211
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
220
212
  """
221
213
  return pulumi.get(self, "location")
222
214
 
@@ -443,9 +435,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
443
435
 
444
436
  :param str resource_name: The name of the resource.
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
438
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
449
439
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
450
440
  Each entry can have one of the following values:
451
441
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -681,9 +671,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
681
671
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
682
672
  :param pulumi.ResourceOptions opts: Options for the resource.
683
673
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
684
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
674
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
687
675
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
688
676
  Each entry can have one of the following values:
689
677
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -732,9 +720,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
732
720
  @pulumi.getter
733
721
  def location(self) -> pulumi.Output[str]:
734
722
  """
735
- A reference to the zone where the machine resides. 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.
723
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
738
724
  """
739
725
  return pulumi.get(self, "location")
740
726
 
@@ -39,9 +39,7 @@ class RuntimeIamMemberArgs:
39
39
  `notebooks.RuntimeIamBinding` 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] runtime_name: Used to find the parent resource to bind the IAM policy to
42
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
42
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
47
45
  """
@@ -116,9 +114,7 @@ class RuntimeIamMemberArgs:
116
114
  @pulumi.getter
117
115
  def location(self) -> Optional[pulumi.Input[str]]:
118
116
  """
119
- A reference to the zone where the machine resides. 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.
117
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -153,9 +149,7 @@ class _RuntimeIamMemberState:
153
149
  """
154
150
  Input properties used for looking up and filtering RuntimeIamMember resources.
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
152
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
159
153
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
160
154
  Each entry can have one of the following values:
161
155
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -214,9 +208,7 @@ class _RuntimeIamMemberState:
214
208
  @pulumi.getter
215
209
  def location(self) -> Optional[pulumi.Input[str]]:
216
210
  """
217
- A reference to the zone where the machine resides. 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.
211
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
220
212
  """
221
213
  return pulumi.get(self, "location")
222
214
 
@@ -443,9 +435,7 @@ class RuntimeIamMember(pulumi.CustomResource):
443
435
 
444
436
  :param str resource_name: The name of the resource.
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
438
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
449
439
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
450
440
  Each entry can have one of the following values:
451
441
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -681,9 +671,7 @@ class RuntimeIamMember(pulumi.CustomResource):
681
671
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
682
672
  :param pulumi.ResourceOptions opts: Options for the resource.
683
673
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
684
- :param pulumi.Input[str] location: A reference to the zone where the machine resides. 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.
674
+ :param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
687
675
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
688
676
  Each entry can have one of the following values:
689
677
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -732,9 +720,7 @@ class RuntimeIamMember(pulumi.CustomResource):
732
720
  @pulumi.getter
733
721
  def location(self) -> pulumi.Output[str]:
734
722
  """
735
- A reference to the zone where the machine resides. 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.
723
+ A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
738
724
  """
739
725
  return pulumi.get(self, "location")
740
726