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
@@ -41,6 +41,9 @@ class CertificateTemplateIamBindingArgs:
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input['CertificateTemplateIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
43
43
  Structure is documented below.
44
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
45
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
46
+ location is specified, it is taken from the provider configuration.
44
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
48
  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.
46
49
  """
@@ -118,6 +121,11 @@ class CertificateTemplateIamBindingArgs:
118
121
  @property
119
122
  @pulumi.getter
120
123
  def location(self) -> Optional[pulumi.Input[str]]:
124
+ """
125
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
126
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
127
+ location is specified, it is taken from the provider configuration.
128
+ """
121
129
  return pulumi.get(self, "location")
122
130
 
123
131
  @location.setter
@@ -154,6 +162,9 @@ class _CertificateTemplateIamBindingState:
154
162
  :param pulumi.Input['CertificateTemplateIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
155
163
  Structure is documented below.
156
164
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
165
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
166
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
167
+ location is specified, it is taken from the provider configuration.
157
168
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
158
169
  Each entry can have one of the following values:
159
170
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -226,6 +237,11 @@ class _CertificateTemplateIamBindingState:
226
237
  @property
227
238
  @pulumi.getter
228
239
  def location(self) -> Optional[pulumi.Input[str]]:
240
+ """
241
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
242
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
243
+ location is specified, it is taken from the provider configuration.
244
+ """
229
245
  return pulumi.get(self, "location")
230
246
 
231
247
  @location.setter
@@ -534,6 +550,9 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
534
550
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
535
551
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
536
552
  Structure is documented below.
553
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
554
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
555
+ location is specified, it is taken from the provider configuration.
537
556
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
538
557
  Each entry can have one of the following values:
539
558
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -863,6 +882,9 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
863
882
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
864
883
  Structure is documented below.
865
884
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
885
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
886
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
887
+ location is specified, it is taken from the provider configuration.
866
888
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
867
889
  Each entry can have one of the following values:
868
890
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -921,6 +943,11 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
921
943
  @property
922
944
  @pulumi.getter
923
945
  def location(self) -> pulumi.Output[str]:
946
+ """
947
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
948
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
949
+ location is specified, it is taken from the provider configuration.
950
+ """
924
951
  return pulumi.get(self, "location")
925
952
 
926
953
  @property
@@ -41,6 +41,9 @@ class CertificateTemplateIamMemberArgs:
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input['CertificateTemplateIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
43
43
  Structure is documented below.
44
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
45
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
46
+ location is specified, it is taken from the provider configuration.
44
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
48
  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.
46
49
  """
@@ -118,6 +121,11 @@ class CertificateTemplateIamMemberArgs:
118
121
  @property
119
122
  @pulumi.getter
120
123
  def location(self) -> Optional[pulumi.Input[str]]:
124
+ """
125
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
126
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
127
+ location is specified, it is taken from the provider configuration.
128
+ """
121
129
  return pulumi.get(self, "location")
122
130
 
123
131
  @location.setter
@@ -154,6 +162,9 @@ class _CertificateTemplateIamMemberState:
154
162
  :param pulumi.Input['CertificateTemplateIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
155
163
  Structure is documented below.
156
164
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
165
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
166
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
167
+ location is specified, it is taken from the provider configuration.
157
168
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
158
169
  Each entry can have one of the following values:
159
170
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -226,6 +237,11 @@ class _CertificateTemplateIamMemberState:
226
237
  @property
227
238
  @pulumi.getter
228
239
  def location(self) -> Optional[pulumi.Input[str]]:
240
+ """
241
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
242
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
243
+ location is specified, it is taken from the provider configuration.
244
+ """
229
245
  return pulumi.get(self, "location")
230
246
 
231
247
  @location.setter
@@ -534,6 +550,9 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
534
550
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
535
551
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
536
552
  Structure is documented below.
553
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
554
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
555
+ location is specified, it is taken from the provider configuration.
537
556
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
538
557
  Each entry can have one of the following values:
539
558
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -863,6 +882,9 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
863
882
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
864
883
  Structure is documented below.
865
884
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
885
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
886
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
887
+ location is specified, it is taken from the provider configuration.
866
888
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
867
889
  Each entry can have one of the following values:
868
890
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -921,6 +943,11 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
921
943
  @property
922
944
  @pulumi.getter
923
945
  def location(self) -> pulumi.Output[str]:
946
+ """
947
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
948
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
949
+ location is specified, it is taken from the provider configuration.
950
+ """
924
951
  return pulumi.get(self, "location")
925
952
 
926
953
  @property
@@ -23,6 +23,9 @@ class CertificateTemplateIamPolicyArgs:
23
23
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
+ :param pulumi.Input[str] location: The location for the resource 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
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
27
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.
28
31
  """
@@ -61,6 +64,11 @@ class CertificateTemplateIamPolicyArgs:
61
64
  @property
62
65
  @pulumi.getter
63
66
  def location(self) -> Optional[pulumi.Input[str]]:
67
+ """
68
+ The location for the resource 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.
71
+ """
64
72
  return pulumi.get(self, "location")
65
73
 
66
74
  @location.setter
@@ -93,6 +101,9 @@ class _CertificateTemplateIamPolicyState:
93
101
  Input properties used for looking up and filtering CertificateTemplateIamPolicy resources.
94
102
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
95
103
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
104
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
105
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
+ location is specified, it is taken from the provider configuration.
96
107
  :param pulumi.Input[str] policy_data: The policy data generated by
97
108
  a `organizations_get_iam_policy` data source.
98
109
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -136,6 +147,11 @@ class _CertificateTemplateIamPolicyState:
136
147
  @property
137
148
  @pulumi.getter
138
149
  def location(self) -> Optional[pulumi.Input[str]]:
150
+ """
151
+ The location for the resource 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.
154
+ """
139
155
  return pulumi.get(self, "location")
140
156
 
141
157
  @location.setter
@@ -417,6 +433,9 @@ class CertificateTemplateIamPolicy(pulumi.CustomResource):
417
433
  :param str resource_name: The name of the resource.
418
434
  :param pulumi.ResourceOptions opts: Options for the resource.
419
435
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
436
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
437
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
438
+ location is specified, it is taken from the provider configuration.
420
439
  :param pulumi.Input[str] policy_data: The policy data generated by
421
440
  a `organizations_get_iam_policy` data source.
422
441
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -724,6 +743,9 @@ class CertificateTemplateIamPolicy(pulumi.CustomResource):
724
743
  :param pulumi.ResourceOptions opts: Options for the resource.
725
744
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
726
745
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
746
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
747
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
748
+ location is specified, it is taken from the provider configuration.
727
749
  :param pulumi.Input[str] policy_data: The policy data generated by
728
750
  a `organizations_get_iam_policy` data source.
729
751
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -759,6 +781,11 @@ class CertificateTemplateIamPolicy(pulumi.CustomResource):
759
781
  @property
760
782
  @pulumi.getter
761
783
  def location(self) -> pulumi.Output[str]:
784
+ """
785
+ The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
786
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
787
+ location is specified, it is taken from the provider configuration.
788
+ """
762
789
  return pulumi.get(self, "location")
763
790
 
764
791
  @property
@@ -116,7 +116,9 @@ def get_ca_pool_iam_policy(ca_pool: Optional[str] = None,
116
116
  :param str ca_pool: Used to find the parent resource to bind the IAM policy to
117
117
  :param str location: Location of the CaPool. A full list of valid locations can be found by
118
118
  running `gcloud privateca locations list`.
119
- Used to find the parent resource to bind the IAM policy to
119
+ Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
122
124
  """
@@ -157,7 +159,9 @@ def get_ca_pool_iam_policy_output(ca_pool: Optional[pulumi.Input[str]] = None,
157
159
  :param str ca_pool: Used to find the parent resource to bind the IAM policy to
158
160
  :param str location: Location of the CaPool. A full list of valid locations can be found by
159
161
  running `gcloud privateca locations list`.
160
- Used to find the parent resource to bind the IAM policy to
162
+ Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
+ location is specified, it is taken from the provider configuration.
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
163
167
  """
@@ -114,6 +114,9 @@ def get_certificate_template_iam_policy(certificate_template: Optional[str] = No
114
114
 
115
115
 
116
116
  :param str certificate_template: Used to find the parent resource to bind the IAM policy to
117
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
117
120
  :param str project: The ID of the project in which the resource belongs.
118
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.
119
122
  """
@@ -152,6 +155,9 @@ def get_certificate_template_iam_policy_output(certificate_template: Optional[pu
152
155
 
153
156
 
154
157
  :param str certificate_template: Used to find the parent resource to bind the IAM policy to
158
+ :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
159
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
160
+ location is specified, it is taken from the provider configuration.
155
161
  :param str project: The ID of the project in which the resource belongs.
156
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.
157
163
  """
@@ -6124,6 +6124,7 @@ class CertificateTemplateIdentityConstraints(dict):
6124
6124
  :param bool allow_subject_alt_names_passthrough: Required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded.
6125
6125
  :param bool allow_subject_passthrough: Required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded.
6126
6126
  :param 'CertificateTemplateIdentityConstraintsCelExpressionArgs' cel_expression: Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel
6127
+ Structure is documented below.
6127
6128
  """
6128
6129
  pulumi.set(__self__, "allow_subject_alt_names_passthrough", allow_subject_alt_names_passthrough)
6129
6130
  pulumi.set(__self__, "allow_subject_passthrough", allow_subject_passthrough)
@@ -6151,6 +6152,7 @@ class CertificateTemplateIdentityConstraints(dict):
6151
6152
  def cel_expression(self) -> Optional['outputs.CertificateTemplateIdentityConstraintsCelExpression']:
6152
6153
  """
6153
6154
  Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel
6155
+ Structure is documented below.
6154
6156
  """
6155
6157
  return pulumi.get(self, "cel_expression")
6156
6158
 
@@ -6236,6 +6238,7 @@ class CertificateTemplatePassthroughExtensions(dict):
6236
6238
  known_extensions: Optional[Sequence[str]] = None):
6237
6239
  """
6238
6240
  :param Sequence['CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs'] additional_extensions: Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
6241
+ Structure is documented below.
6239
6242
  :param Sequence[str] known_extensions: Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.
6240
6243
  """
6241
6244
  if additional_extensions is not None:
@@ -6248,6 +6251,7 @@ class CertificateTemplatePassthroughExtensions(dict):
6248
6251
  def additional_extensions(self) -> Optional[Sequence['outputs.CertificateTemplatePassthroughExtensionsAdditionalExtension']]:
6249
6252
  """
6250
6253
  Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
6254
+ Structure is documented below.
6251
6255
  """
6252
6256
  return pulumi.get(self, "additional_extensions")
6253
6257
 
@@ -6330,10 +6334,14 @@ class CertificateTemplatePredefinedValues(dict):
6330
6334
  policy_ids: Optional[Sequence['outputs.CertificateTemplatePredefinedValuesPolicyId']] = None):
6331
6335
  """
6332
6336
  :param Sequence['CertificateTemplatePredefinedValuesAdditionalExtensionArgs'] additional_extensions: Optional. Describes custom X.509 extensions.
6337
+ Structure is documented below.
6333
6338
  :param Sequence[str] aia_ocsp_servers: Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
6334
6339
  :param 'CertificateTemplatePredefinedValuesCaOptionsArgs' ca_options: Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
6340
+ Structure is documented below.
6335
6341
  :param 'CertificateTemplatePredefinedValuesKeyUsageArgs' key_usage: Optional. Indicates the intended use for keys that correspond to a certificate.
6342
+ Structure is documented below.
6336
6343
  :param Sequence['CertificateTemplatePredefinedValuesPolicyIdArgs'] policy_ids: Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
6344
+ Structure is documented below.
6337
6345
  """
6338
6346
  if additional_extensions is not None:
6339
6347
  pulumi.set(__self__, "additional_extensions", additional_extensions)
@@ -6351,6 +6359,7 @@ class CertificateTemplatePredefinedValues(dict):
6351
6359
  def additional_extensions(self) -> Optional[Sequence['outputs.CertificateTemplatePredefinedValuesAdditionalExtension']]:
6352
6360
  """
6353
6361
  Optional. Describes custom X.509 extensions.
6362
+ Structure is documented below.
6354
6363
  """
6355
6364
  return pulumi.get(self, "additional_extensions")
6356
6365
 
@@ -6367,6 +6376,7 @@ class CertificateTemplatePredefinedValues(dict):
6367
6376
  def ca_options(self) -> Optional['outputs.CertificateTemplatePredefinedValuesCaOptions']:
6368
6377
  """
6369
6378
  Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
6379
+ Structure is documented below.
6370
6380
  """
6371
6381
  return pulumi.get(self, "ca_options")
6372
6382
 
@@ -6375,6 +6385,7 @@ class CertificateTemplatePredefinedValues(dict):
6375
6385
  def key_usage(self) -> Optional['outputs.CertificateTemplatePredefinedValuesKeyUsage']:
6376
6386
  """
6377
6387
  Optional. Indicates the intended use for keys that correspond to a certificate.
6388
+ Structure is documented below.
6378
6389
  """
6379
6390
  return pulumi.get(self, "key_usage")
6380
6391
 
@@ -6383,6 +6394,7 @@ class CertificateTemplatePredefinedValues(dict):
6383
6394
  def policy_ids(self) -> Optional[Sequence['outputs.CertificateTemplatePredefinedValuesPolicyId']]:
6384
6395
  """
6385
6396
  Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
6397
+ Structure is documented below.
6386
6398
  """
6387
6399
  return pulumi.get(self, "policy_ids")
6388
6400
 
@@ -6412,6 +6424,7 @@ class CertificateTemplatePredefinedValuesAdditionalExtension(dict):
6412
6424
  critical: Optional[bool] = None):
6413
6425
  """
6414
6426
  :param 'CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs' object_id: Required. The OID for this X.509 extension.
6427
+ Structure is documented below.
6415
6428
  :param str value: Required. The value of this X.509 extension.
6416
6429
  :param bool critical: Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
6417
6430
  """
@@ -6425,6 +6438,7 @@ class CertificateTemplatePredefinedValuesAdditionalExtension(dict):
6425
6438
  def object_id(self) -> 'outputs.CertificateTemplatePredefinedValuesAdditionalExtensionObjectId':
6426
6439
  """
6427
6440
  Required. The OID for this X.509 extension.
6441
+ Structure is documented below.
6428
6442
  """
6429
6443
  return pulumi.get(self, "object_id")
6430
6444
 
@@ -6468,8 +6482,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectId(dict):
6468
6482
  object_id_paths: Sequence[int]):
6469
6483
  """
6470
6484
  :param Sequence[int] object_id_paths: Required. The parts of an OID path. The most significant parts of the path come first.
6471
-
6472
- - - -
6473
6485
  """
6474
6486
  pulumi.set(__self__, "object_id_paths", object_id_paths)
6475
6487
 
@@ -6478,8 +6490,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectId(dict):
6478
6490
  def object_id_paths(self) -> Sequence[int]:
6479
6491
  """
6480
6492
  Required. The parts of an OID path. The most significant parts of the path come first.
6481
-
6482
- - - -
6483
6493
  """
6484
6494
  return pulumi.get(self, "object_id_paths")
6485
6495
 
@@ -6563,8 +6573,11 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6563
6573
  unknown_extended_key_usages: Optional[Sequence['outputs.CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsage']] = None):
6564
6574
  """
6565
6575
  :param 'CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageArgs' base_key_usage: Describes high-level ways in which a key may be used.
6576
+ Structure is documented below.
6566
6577
  :param 'CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageArgs' extended_key_usage: Detailed scenarios in which a key may be used.
6578
+ Structure is documented below.
6567
6579
  :param Sequence['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs'] unknown_extended_key_usages: Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6580
+ Structure is documented below.
6568
6581
  """
6569
6582
  if base_key_usage is not None:
6570
6583
  pulumi.set(__self__, "base_key_usage", base_key_usage)
@@ -6578,6 +6591,7 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6578
6591
  def base_key_usage(self) -> Optional['outputs.CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage']:
6579
6592
  """
6580
6593
  Describes high-level ways in which a key may be used.
6594
+ Structure is documented below.
6581
6595
  """
6582
6596
  return pulumi.get(self, "base_key_usage")
6583
6597
 
@@ -6586,6 +6600,7 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6586
6600
  def extended_key_usage(self) -> Optional['outputs.CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage']:
6587
6601
  """
6588
6602
  Detailed scenarios in which a key may be used.
6603
+ Structure is documented below.
6589
6604
  """
6590
6605
  return pulumi.get(self, "extended_key_usage")
6591
6606
 
@@ -6594,6 +6609,7 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6594
6609
  def unknown_extended_key_usages(self) -> Optional[Sequence['outputs.CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsage']]:
6595
6610
  """
6596
6611
  Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6612
+ Structure is documented below.
6597
6613
  """
6598
6614
  return pulumi.get(self, "unknown_extended_key_usages")
6599
6615
 
@@ -38,7 +38,9 @@ class ConnectionIAMBindingArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `cloudbuildv2.ConnectionIAMBinding` 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 for the resource Used to find the parent resource to bind the IAM policy to
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
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 ConnectionIAMBindingArgs:
103
105
  @pulumi.getter
104
106
  def location(self) -> Optional[pulumi.Input[str]]:
105
107
  """
106
- The location for the resource Used to find the parent resource to bind the IAM policy to
108
+ The location for the resource 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 _ConnectionIAMBindingState:
150
154
  """
151
155
  Input properties used for looking up and filtering ConnectionIAMBinding resources.
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
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 _ConnectionIAMBindingState:
209
215
  @pulumi.getter
210
216
  def location(self) -> Optional[pulumi.Input[str]]:
211
217
  """
212
- The location for the resource Used to find the parent resource to bind the IAM policy to
218
+ The location for the resource 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 ConnectionIAMBinding(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 for the resource Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
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 ConnectionIAMBinding(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 for the resource Used to find the parent resource to bind the IAM policy to
683
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
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 ConnectionIAMBinding(pulumi.CustomResource):
719
731
  @pulumi.getter
720
732
  def location(self) -> pulumi.Output[str]:
721
733
  """
722
- The location for the resource Used to find the parent resource to bind the IAM policy to
734
+ The location for the resource 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
 
@@ -38,7 +38,9 @@ class ConnectionIAMMemberArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `cloudbuildv2.ConnectionIAMBinding` 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 for the resource Used to find the parent resource to bind the IAM policy to
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
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 ConnectionIAMMemberArgs:
103
105
  @pulumi.getter
104
106
  def location(self) -> Optional[pulumi.Input[str]]:
105
107
  """
106
- The location for the resource Used to find the parent resource to bind the IAM policy to
108
+ The location for the resource 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 _ConnectionIAMMemberState:
150
154
  """
151
155
  Input properties used for looking up and filtering ConnectionIAMMember resources.
152
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
153
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
157
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
158
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
+ location is specified, it is taken from the provider configuration.
154
160
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
155
161
  Each entry can have one of the following values:
156
162
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -209,7 +215,9 @@ class _ConnectionIAMMemberState:
209
215
  @pulumi.getter
210
216
  def location(self) -> Optional[pulumi.Input[str]]:
211
217
  """
212
- The location for the resource Used to find the parent resource to bind the IAM policy to
218
+ The location for the resource 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 ConnectionIAMMember(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 for the resource Used to find the parent resource to bind the IAM policy to
447
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
448
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
+ location is specified, it is taken from the provider configuration.
440
450
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
441
451
  Each entry can have one of the following values:
442
452
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -670,7 +680,9 @@ class ConnectionIAMMember(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 for the resource Used to find the parent resource to bind the IAM policy to
683
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
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[str] member: 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 ConnectionIAMMember(pulumi.CustomResource):
719
731
  @pulumi.getter
720
732
  def location(self) -> pulumi.Output[str]:
721
733
  """
722
- The location for the resource Used to find the parent resource to bind the IAM policy to
734
+ The location for the resource 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