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
@@ -40,7 +40,9 @@ class MembershipIamBindingArgs:
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: Location of the membership.
42
42
  The default value is `global`.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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
48
  """
@@ -114,7 +116,9 @@ class MembershipIamBindingArgs:
114
116
  """
115
117
  Location of the membership.
116
118
  The default value is `global`.
117
- 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.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -151,7 +155,9 @@ class _MembershipIamBindingState:
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
156
  :param pulumi.Input[str] location: Location of the membership.
153
157
  The default value is `global`.
154
- Used to find the parent resource to bind the IAM policy to
158
+ 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 pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
156
162
  Each entry can have one of the following values:
157
163
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -211,7 +217,9 @@ class _MembershipIamBindingState:
211
217
  """
212
218
  Location of the membership.
213
219
  The default value is `global`.
214
- Used to find the parent resource to bind the IAM policy to
220
+ Used to find the parent resource to bind the IAM policy to. If not specified,
221
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
222
+ location is specified, it is taken from the provider configuration.
215
223
  """
216
224
  return pulumi.get(self, "location")
217
225
 
@@ -437,7 +445,9 @@ class MembershipIamBinding(pulumi.CustomResource):
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] location: Location of the membership.
439
447
  The default value is `global`.
440
- Used to find the parent resource to bind the IAM policy to
448
+ Used to find the parent resource to bind the IAM policy to. If not specified,
449
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
450
+ location is specified, it is taken from the provider configuration.
441
451
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
442
452
  Each entry can have one of the following values:
443
453
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -674,7 +684,9 @@ class MembershipIamBinding(pulumi.CustomResource):
674
684
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
675
685
  :param pulumi.Input[str] location: Location of the membership.
676
686
  The default value is `global`.
677
- Used to find the parent resource to bind the IAM policy to
687
+ Used to find the parent resource to bind the IAM policy to. If not specified,
688
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
689
+ location is specified, it is taken from the provider configuration.
678
690
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
679
691
  Each entry can have one of the following values:
680
692
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -724,7 +736,9 @@ class MembershipIamBinding(pulumi.CustomResource):
724
736
  """
725
737
  Location of the membership.
726
738
  The default value is `global`.
727
- Used to find the parent resource to bind the IAM policy to
739
+ Used to find the parent resource to bind the IAM policy to. If not specified,
740
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
741
+ location is specified, it is taken from the provider configuration.
728
742
  """
729
743
  return pulumi.get(self, "location")
730
744
 
@@ -40,7 +40,9 @@ class MembershipIamMemberArgs:
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: Location of the membership.
42
42
  The default value is `global`.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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
48
  """
@@ -114,7 +116,9 @@ class MembershipIamMemberArgs:
114
116
  """
115
117
  Location of the membership.
116
118
  The default value is `global`.
117
- 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.
118
122
  """
119
123
  return pulumi.get(self, "location")
120
124
 
@@ -151,7 +155,9 @@ class _MembershipIamMemberState:
151
155
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
152
156
  :param pulumi.Input[str] location: Location of the membership.
153
157
  The default value is `global`.
154
- Used to find the parent resource to bind the IAM policy to
158
+ 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 pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
156
162
  Each entry can have one of the following values:
157
163
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -211,7 +217,9 @@ class _MembershipIamMemberState:
211
217
  """
212
218
  Location of the membership.
213
219
  The default value is `global`.
214
- Used to find the parent resource to bind the IAM policy to
220
+ Used to find the parent resource to bind the IAM policy to. If not specified,
221
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
222
+ location is specified, it is taken from the provider configuration.
215
223
  """
216
224
  return pulumi.get(self, "location")
217
225
 
@@ -437,7 +445,9 @@ class MembershipIamMember(pulumi.CustomResource):
437
445
  :param pulumi.ResourceOptions opts: Options for the resource.
438
446
  :param pulumi.Input[str] location: Location of the membership.
439
447
  The default value is `global`.
440
- Used to find the parent resource to bind the IAM policy to
448
+ Used to find the parent resource to bind the IAM policy to. If not specified,
449
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
450
+ location is specified, it is taken from the provider configuration.
441
451
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
442
452
  Each entry can have one of the following values:
443
453
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -674,7 +684,9 @@ class MembershipIamMember(pulumi.CustomResource):
674
684
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
675
685
  :param pulumi.Input[str] location: Location of the membership.
676
686
  The default value is `global`.
677
- Used to find the parent resource to bind the IAM policy to
687
+ Used to find the parent resource to bind the IAM policy to. If not specified,
688
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
689
+ location is specified, it is taken from the provider configuration.
678
690
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
679
691
  Each entry can have one of the following values:
680
692
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -724,7 +736,9 @@ class MembershipIamMember(pulumi.CustomResource):
724
736
  """
725
737
  Location of the membership.
726
738
  The default value is `global`.
727
- Used to find the parent resource to bind the IAM policy to
739
+ Used to find the parent resource to bind the IAM policy to. If not specified,
740
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
741
+ location is specified, it is taken from the provider configuration.
728
742
  """
729
743
  return pulumi.get(self, "location")
730
744
 
@@ -24,7 +24,9 @@ class MembershipIamPolicyArgs:
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: Location of the membership.
26
26
  The default value is `global`.
27
- Used to find the parent resource to bind the IAM policy to
27
+ Used to find the parent resource to bind the IAM policy to. If not specified,
28
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
+ location is specified, it is taken from the provider configuration.
28
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
29
31
  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.
30
32
  """
@@ -63,7 +65,9 @@ class MembershipIamPolicyArgs:
63
65
  """
64
66
  Location of the membership.
65
67
  The default value is `global`.
66
- Used to find the parent resource to bind the IAM policy to
68
+ Used to find the parent resource to bind the IAM policy to. If not specified,
69
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
+ location is specified, it is taken from the provider configuration.
67
71
  """
68
72
  return pulumi.get(self, "location")
69
73
 
@@ -98,7 +102,9 @@ class _MembershipIamPolicyState:
98
102
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
99
103
  :param pulumi.Input[str] location: Location of the membership.
100
104
  The default value is `global`.
101
- Used to find the parent resource to bind the IAM policy to
105
+ Used to find the parent resource to bind the IAM policy to. If not specified,
106
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
107
+ location is specified, it is taken from the provider configuration.
102
108
  :param pulumi.Input[str] policy_data: The policy data generated by
103
109
  a `organizations_get_iam_policy` data source.
104
110
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -133,7 +139,9 @@ class _MembershipIamPolicyState:
133
139
  """
134
140
  Location of the membership.
135
141
  The default value is `global`.
136
- Used to find the parent resource to bind the IAM policy to
142
+ Used to find the parent resource to bind the IAM policy to. If not specified,
143
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
144
+ location is specified, it is taken from the provider configuration.
137
145
  """
138
146
  return pulumi.get(self, "location")
139
147
 
@@ -334,7 +342,9 @@ class MembershipIamPolicy(pulumi.CustomResource):
334
342
  :param pulumi.ResourceOptions opts: Options for the resource.
335
343
  :param pulumi.Input[str] location: Location of the membership.
336
344
  The default value is `global`.
337
- Used to find the parent resource to bind the IAM policy to
345
+ Used to find the parent resource to bind the IAM policy to. If not specified,
346
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
347
+ location is specified, it is taken from the provider configuration.
338
348
  :param pulumi.Input[str] policy_data: The policy data generated by
339
349
  a `organizations_get_iam_policy` data source.
340
350
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -551,7 +561,9 @@ class MembershipIamPolicy(pulumi.CustomResource):
551
561
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
552
562
  :param pulumi.Input[str] location: Location of the membership.
553
563
  The default value is `global`.
554
- Used to find the parent resource to bind the IAM policy to
564
+ Used to find the parent resource to bind the IAM policy to. If not specified,
565
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
566
+ location is specified, it is taken from the provider configuration.
555
567
  :param pulumi.Input[str] policy_data: The policy data generated by
556
568
  a `organizations_get_iam_policy` data source.
557
569
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -582,7 +594,9 @@ class MembershipIamPolicy(pulumi.CustomResource):
582
594
  """
583
595
  Location of the membership.
584
596
  The default value is `global`.
585
- Used to find the parent resource to bind the IAM policy to
597
+ Used to find the parent resource to bind the IAM policy to. If not specified,
598
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
599
+ location is specified, it is taken from the provider configuration.
586
600
  """
587
601
  return pulumi.get(self, "location")
588
602
 
@@ -351,7 +351,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
351
351
  network="default",
352
352
  subnetwork="default")
353
353
  membership = gcp.gkehub.Membership("membership",
354
- membership_id="tf-test-membership_16511",
354
+ membership_id="tf-test-membership_8493",
355
355
  endpoint=gcp.gkehub.MembershipEndpointArgs(
356
356
  gke_cluster=gcp.gkehub.MembershipEndpointGkeClusterArgs(
357
357
  resource_link=primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
@@ -360,7 +360,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
360
360
  opts=pulumi.ResourceOptions(depends_on=[primary]))
361
361
  project = gcp.organizations.get_project()
362
362
  membership_rbac_role_binding = gcp.gkehub.MembershipRbacRoleBinding("membership_rbac_role_binding",
363
- membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_8493",
363
+ membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_9106",
364
364
  membership_id=membership.membership_id,
365
365
  user=f"service-{project.number}@gcp-sa-anthossupport.iam.gserviceaccount.com",
366
366
  role=gcp.gkehub.MembershipRbacRoleBindingRoleArgs(
@@ -429,7 +429,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
429
429
  network="default",
430
430
  subnetwork="default")
431
431
  membership = gcp.gkehub.Membership("membership",
432
- membership_id="tf-test-membership_16511",
432
+ membership_id="tf-test-membership_8493",
433
433
  endpoint=gcp.gkehub.MembershipEndpointArgs(
434
434
  gke_cluster=gcp.gkehub.MembershipEndpointGkeClusterArgs(
435
435
  resource_link=primary.id.apply(lambda id: f"//container.googleapis.com/{id}"),
@@ -438,7 +438,7 @@ class MembershipRbacRoleBinding(pulumi.CustomResource):
438
438
  opts=pulumi.ResourceOptions(depends_on=[primary]))
439
439
  project = gcp.organizations.get_project()
440
440
  membership_rbac_role_binding = gcp.gkehub.MembershipRbacRoleBinding("membership_rbac_role_binding",
441
- membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_8493",
441
+ membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_9106",
442
442
  membership_id=membership.membership_id,
443
443
  user=f"service-{project.number}@gcp-sa-anthossupport.iam.gserviceaccount.com",
444
444
  role=gcp.gkehub.MembershipRbacRoleBindingRoleArgs(
@@ -423,9 +423,9 @@ class Namespace(pulumi.CustomResource):
423
423
  import pulumi
424
424
  import pulumi_gcp as gcp
425
425
 
426
- scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_9106")
426
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_27169")
427
427
  namespace = gcp.gkehub.Namespace("namespace",
428
- scope_namespace_id="tf-test-namespace_27169",
428
+ scope_namespace_id="tf-test-namespace_75223",
429
429
  scope_id=scope.scope_id,
430
430
  scope=scope.name,
431
431
  namespace_labels={
@@ -508,9 +508,9 @@ class Namespace(pulumi.CustomResource):
508
508
  import pulumi
509
509
  import pulumi_gcp as gcp
510
510
 
511
- scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_9106")
511
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_27169")
512
512
  namespace = gcp.gkehub.Namespace("namespace",
513
- scope_namespace_id="tf-test-namespace_27169",
513
+ scope_namespace_id="tf-test-namespace_75223",
514
514
  scope_id=scope.scope_id,
515
515
  scope=scope.name,
516
516
  namespace_labels={
@@ -424,9 +424,9 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
424
424
  import pulumi
425
425
  import pulumi_gcp as gcp
426
426
 
427
- scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_75223")
427
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_41819")
428
428
  scope_rbac_role_binding = gcp.gkehub.ScopeRbacRoleBinding("scope_rbac_role_binding",
429
- scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_41819",
429
+ scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_75092",
430
430
  scope_id=scope.scope_id,
431
431
  user="test-email@gmail.com",
432
432
  role=gcp.gkehub.ScopeRbacRoleBindingRoleArgs(
@@ -499,9 +499,9 @@ class ScopeRbacRoleBinding(pulumi.CustomResource):
499
499
  import pulumi
500
500
  import pulumi_gcp as gcp
501
501
 
502
- scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_75223")
502
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_41819")
503
503
  scope_rbac_role_binding = gcp.gkehub.ScopeRbacRoleBinding("scope_rbac_role_binding",
504
- scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_41819",
504
+ scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_75092",
505
505
  scope_id=scope.scope_id,
506
506
  user="test-email@gmail.com",
507
507
  role=gcp.gkehub.ScopeRbacRoleBindingRoleArgs(
@@ -248,7 +248,7 @@ class TunnelDestGroup(pulumi.CustomResource):
248
248
 
249
249
  dest_group = gcp.iap.TunnelDestGroup("dest_group",
250
250
  region="us-central1",
251
- group_name="testgroup_75092",
251
+ group_name="testgroup_2605",
252
252
  cidrs=[
253
253
  "10.1.0.0/16",
254
254
  "192.168.10.0/24",
@@ -334,7 +334,7 @@ class TunnelDestGroup(pulumi.CustomResource):
334
334
 
335
335
  dest_group = gcp.iap.TunnelDestGroup("dest_group",
336
336
  region="us-central1",
337
- group_name="testgroup_75092",
337
+ group_name="testgroup_2605",
338
338
  cidrs=[
339
339
  "10.1.0.0/16",
340
340
  "192.168.10.0/24",
@@ -373,8 +373,8 @@ class ManagedZone(pulumi.CustomResource):
373
373
  import pulumi_gcp as gcp
374
374
 
375
375
  target_project = gcp.organizations.Project("target_project",
376
- project_id="tf-test_2605",
377
- name="tf-test_34535",
376
+ project_id="tf-test_34535",
377
+ name="tf-test_22375",
378
378
  org_id="123456789",
379
379
  billing_account="000000-0000000-0000000-000000")
380
380
  test_project = gcp.organizations.get_project()
@@ -394,8 +394,8 @@ class ManagedZone(pulumi.CustomResource):
394
394
  auto_create_subnetworks=False,
395
395
  opts=pulumi.ResourceOptions(depends_on=[compute]))
396
396
  zone = gcp.dns.ManagedZone("zone",
397
- name="tf-test-dns_22375",
398
- dns_name="private_29439.example.com.",
397
+ name="tf-test-dns_29439",
398
+ dns_name="private_87786.example.com.",
399
399
  visibility="private",
400
400
  private_visibility_config=gcp.dns.ManagedZonePrivateVisibilityConfigArgs(
401
401
  networks=[gcp.dns.ManagedZonePrivateVisibilityConfigNetworkArgs(
@@ -483,8 +483,8 @@ class ManagedZone(pulumi.CustomResource):
483
483
  import pulumi_gcp as gcp
484
484
 
485
485
  target_project = gcp.organizations.Project("target_project",
486
- project_id="tf-test_2605",
487
- name="tf-test_34535",
486
+ project_id="tf-test_34535",
487
+ name="tf-test_22375",
488
488
  org_id="123456789",
489
489
  billing_account="000000-0000000-0000000-000000")
490
490
  test_project = gcp.organizations.get_project()
@@ -504,8 +504,8 @@ class ManagedZone(pulumi.CustomResource):
504
504
  auto_create_subnetworks=False,
505
505
  opts=pulumi.ResourceOptions(depends_on=[compute]))
506
506
  zone = gcp.dns.ManagedZone("zone",
507
- name="tf-test-dns_22375",
508
- dns_name="private_29439.example.com.",
507
+ name="tf-test-dns_29439",
508
+ dns_name="private_87786.example.com.",
509
509
  visibility="private",
510
510
  private_visibility_config=gcp.dns.ManagedZonePrivateVisibilityConfigArgs(
511
511
  networks=[gcp.dns.ManagedZonePrivateVisibilityConfigNetworkArgs(
@@ -5,6 +5,7 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
+ from .autokey_config import *
8
9
  from .crypto_key import *
9
10
  from .crypto_key_iam_binding import *
10
11
  from .crypto_key_iam_member import *
@@ -19,6 +20,7 @@ from .get_kms_key_ring import *
19
20
  from .get_kms_secret import *
20
21
  from .get_kms_secret_asymmetric import *
21
22
  from .get_kms_secret_ciphertext import *
23
+ from .key_handle import *
22
24
  from .key_ring import *
23
25
  from .key_ring_iam_binding import *
24
26
  from .key_ring_iam_member import *