pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717544115__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/top_level.txt +0 -0
@@ -40,9 +40,7 @@ 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. 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.
43
+ Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
48
46
  """
@@ -116,9 +114,7 @@ class MembershipIamBindingArgs:
116
114
  """
117
115
  Location of the membership.
118
116
  The default value is `global`.
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.
117
+ Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -155,9 +151,7 @@ class _MembershipIamBindingState:
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
152
  :param pulumi.Input[str] location: Location of the membership.
157
153
  The default value is `global`.
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.
154
+ Used to find the parent resource to bind the IAM policy to
161
155
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
162
156
  Each entry can have one of the following values:
163
157
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -217,9 +211,7 @@ class _MembershipIamBindingState:
217
211
  """
218
212
  Location of the membership.
219
213
  The default value is `global`.
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.
214
+ Used to find the parent resource to bind the IAM policy to
223
215
  """
224
216
  return pulumi.get(self, "location")
225
217
 
@@ -445,9 +437,7 @@ class MembershipIamBinding(pulumi.CustomResource):
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
438
  :param pulumi.Input[str] location: Location of the membership.
447
439
  The default value is `global`.
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.
440
+ Used to find the parent resource to bind the IAM policy to
451
441
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
452
442
  Each entry can have one of the following values:
453
443
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -684,9 +674,7 @@ class MembershipIamBinding(pulumi.CustomResource):
684
674
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
685
675
  :param pulumi.Input[str] location: Location of the membership.
686
676
  The default value is `global`.
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.
677
+ Used to find the parent resource to bind the IAM policy to
690
678
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
691
679
  Each entry can have one of the following values:
692
680
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -736,9 +724,7 @@ class MembershipIamBinding(pulumi.CustomResource):
736
724
  """
737
725
  Location of the membership.
738
726
  The default value is `global`.
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.
727
+ Used to find the parent resource to bind the IAM policy to
742
728
  """
743
729
  return pulumi.get(self, "location")
744
730
 
@@ -40,9 +40,7 @@ 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. 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.
43
+ Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
48
46
  """
@@ -116,9 +114,7 @@ class MembershipIamMemberArgs:
116
114
  """
117
115
  Location of the membership.
118
116
  The default value is `global`.
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.
117
+ Used to find the parent resource to bind the IAM policy to
122
118
  """
123
119
  return pulumi.get(self, "location")
124
120
 
@@ -155,9 +151,7 @@ class _MembershipIamMemberState:
155
151
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
156
152
  :param pulumi.Input[str] location: Location of the membership.
157
153
  The default value is `global`.
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.
154
+ Used to find the parent resource to bind the IAM policy to
161
155
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
162
156
  Each entry can have one of the following values:
163
157
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -217,9 +211,7 @@ class _MembershipIamMemberState:
217
211
  """
218
212
  Location of the membership.
219
213
  The default value is `global`.
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.
214
+ Used to find the parent resource to bind the IAM policy to
223
215
  """
224
216
  return pulumi.get(self, "location")
225
217
 
@@ -445,9 +437,7 @@ class MembershipIamMember(pulumi.CustomResource):
445
437
  :param pulumi.ResourceOptions opts: Options for the resource.
446
438
  :param pulumi.Input[str] location: Location of the membership.
447
439
  The default value is `global`.
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.
440
+ Used to find the parent resource to bind the IAM policy to
451
441
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
452
442
  Each entry can have one of the following values:
453
443
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -684,9 +674,7 @@ class MembershipIamMember(pulumi.CustomResource):
684
674
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
685
675
  :param pulumi.Input[str] location: Location of the membership.
686
676
  The default value is `global`.
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.
677
+ Used to find the parent resource to bind the IAM policy to
690
678
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
691
679
  Each entry can have one of the following values:
692
680
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -736,9 +724,7 @@ class MembershipIamMember(pulumi.CustomResource):
736
724
  """
737
725
  Location of the membership.
738
726
  The default value is `global`.
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.
727
+ Used to find the parent resource to bind the IAM policy to
742
728
  """
743
729
  return pulumi.get(self, "location")
744
730
 
@@ -24,9 +24,7 @@ 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. 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.
27
+ Used to find the parent resource to bind the IAM policy to
30
28
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
29
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
32
30
  """
@@ -65,9 +63,7 @@ class MembershipIamPolicyArgs:
65
63
  """
66
64
  Location of the membership.
67
65
  The default value is `global`.
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.
66
+ Used to find the parent resource to bind the IAM policy to
71
67
  """
72
68
  return pulumi.get(self, "location")
73
69
 
@@ -102,9 +98,7 @@ class _MembershipIamPolicyState:
102
98
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
103
99
  :param pulumi.Input[str] location: Location of the membership.
104
100
  The default value is `global`.
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.
101
+ Used to find the parent resource to bind the IAM policy to
108
102
  :param pulumi.Input[str] policy_data: The policy data generated by
109
103
  a `organizations_get_iam_policy` data source.
110
104
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -139,9 +133,7 @@ class _MembershipIamPolicyState:
139
133
  """
140
134
  Location of the membership.
141
135
  The default value is `global`.
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.
136
+ Used to find the parent resource to bind the IAM policy to
145
137
  """
146
138
  return pulumi.get(self, "location")
147
139
 
@@ -342,9 +334,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
342
334
  :param pulumi.ResourceOptions opts: Options for the resource.
343
335
  :param pulumi.Input[str] location: Location of the membership.
344
336
  The default value is `global`.
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.
337
+ Used to find the parent resource to bind the IAM policy to
348
338
  :param pulumi.Input[str] policy_data: The policy data generated by
349
339
  a `organizations_get_iam_policy` data source.
350
340
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -561,9 +551,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
561
551
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
562
552
  :param pulumi.Input[str] location: Location of the membership.
563
553
  The default value is `global`.
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.
554
+ Used to find the parent resource to bind the IAM policy to
567
555
  :param pulumi.Input[str] policy_data: The policy data generated by
568
556
  a `organizations_get_iam_policy` data source.
569
557
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -594,9 +582,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
594
582
  """
595
583
  Location of the membership.
596
584
  The default value is `global`.
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.
585
+ Used to find the parent resource to bind the IAM policy to
600
586
  """
601
587
  return pulumi.get(self, "location")
602
588
 
@@ -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_8493",
354
+ membership_id="tf-test-membership_16511",
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_9106",
363
+ membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_8493",
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_8493",
432
+ membership_id="tf-test-membership_16511",
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_9106",
441
+ membership_rbac_role_binding_id="tf-test-membership-rbac-role-binding_8493",
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_27169")
426
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_9106")
427
427
  namespace = gcp.gkehub.Namespace("namespace",
428
- scope_namespace_id="tf-test-namespace_75223",
428
+ scope_namespace_id="tf-test-namespace_27169",
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_27169")
511
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_9106")
512
512
  namespace = gcp.gkehub.Namespace("namespace",
513
- scope_namespace_id="tf-test-namespace_75223",
513
+ scope_namespace_id="tf-test-namespace_27169",
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_41819")
427
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_75223")
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_75092",
429
+ scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_41819",
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_41819")
502
+ scope = gcp.gkehub.Scope("scope", scope_id="tf-test-scope_75223")
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_75092",
504
+ scope_rbac_role_binding_id="tf-test-scope-rbac-role-binding_41819",
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_2605",
251
+ group_name="testgroup_75092",
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_2605",
337
+ group_name="testgroup_75092",
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_34535",
377
- name="tf-test_22375",
376
+ project_id="tf-test_2605",
377
+ name="tf-test_34535",
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_29439",
398
- dns_name="private_87786.example.com.",
397
+ name="tf-test-dns_22375",
398
+ dns_name="private_29439.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_34535",
487
- name="tf-test_22375",
486
+ project_id="tf-test_2605",
487
+ name="tf-test_34535",
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_29439",
508
- dns_name="private_87786.example.com.",
507
+ name="tf-test-dns_22375",
508
+ dns_name="private_29439.example.com.",
509
509
  visibility="private",
510
510
  private_visibility_config=gcp.dns.ManagedZonePrivateVisibilityConfigArgs(
511
511
  networks=[gcp.dns.ManagedZonePrivateVisibilityConfigNetworkArgs(
@@ -13,16 +13,12 @@ from .folder_exclusion import *
13
13
  from .folder_settings import *
14
14
  from .folder_sink import *
15
15
  from .get_folder_settings import *
16
- from .get_log_view_iam_policy import *
17
16
  from .get_organization_settings import *
18
17
  from .get_project_cmek_settings import *
19
18
  from .get_project_settings import *
20
19
  from .get_sink import *
21
20
  from .linked_dataset import *
22
21
  from .log_view import *
23
- from .log_view_iam_binding import *
24
- from .log_view_iam_member import *
25
- from .log_view_iam_policy import *
26
22
  from .metric import *
27
23
  from .organization_bucket_config import *
28
24
  from .organization_exclusion import *
@@ -19,8 +19,6 @@ __all__ = [
19
19
  'FolderSinkBigqueryOptionsArgs',
20
20
  'FolderSinkExclusionArgs',
21
21
  'LinkedDatasetBigqueryDatasetArgs',
22
- 'LogViewIamBindingConditionArgs',
23
- 'LogViewIamMemberConditionArgs',
24
22
  'MetricBucketOptionsArgs',
25
23
  'MetricBucketOptionsExplicitBucketsArgs',
26
24
  'MetricBucketOptionsExponentialBucketsArgs',
@@ -532,104 +530,6 @@ class LinkedDatasetBigqueryDatasetArgs:
532
530
  pulumi.set(self, "dataset_id", value)
533
531
 
534
532
 
535
- @pulumi.input_type
536
- class LogViewIamBindingConditionArgs:
537
- def __init__(__self__, *,
538
- expression: pulumi.Input[str],
539
- title: pulumi.Input[str],
540
- description: Optional[pulumi.Input[str]] = None):
541
- """
542
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
543
- :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
544
- """
545
- pulumi.set(__self__, "expression", expression)
546
- pulumi.set(__self__, "title", title)
547
- if description is not None:
548
- pulumi.set(__self__, "description", description)
549
-
550
- @property
551
- @pulumi.getter
552
- def expression(self) -> pulumi.Input[str]:
553
- """
554
- Textual representation of an expression in Common Expression Language syntax.
555
- """
556
- return pulumi.get(self, "expression")
557
-
558
- @expression.setter
559
- def expression(self, value: pulumi.Input[str]):
560
- pulumi.set(self, "expression", value)
561
-
562
- @property
563
- @pulumi.getter
564
- def title(self) -> pulumi.Input[str]:
565
- """
566
- A title for the expression, i.e. a short string describing its purpose.
567
- """
568
- return pulumi.get(self, "title")
569
-
570
- @title.setter
571
- def title(self, value: pulumi.Input[str]):
572
- pulumi.set(self, "title", value)
573
-
574
- @property
575
- @pulumi.getter
576
- def description(self) -> Optional[pulumi.Input[str]]:
577
- return pulumi.get(self, "description")
578
-
579
- @description.setter
580
- def description(self, value: Optional[pulumi.Input[str]]):
581
- pulumi.set(self, "description", value)
582
-
583
-
584
- @pulumi.input_type
585
- class LogViewIamMemberConditionArgs:
586
- def __init__(__self__, *,
587
- expression: pulumi.Input[str],
588
- title: pulumi.Input[str],
589
- description: Optional[pulumi.Input[str]] = None):
590
- """
591
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
592
- :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
593
- """
594
- pulumi.set(__self__, "expression", expression)
595
- pulumi.set(__self__, "title", title)
596
- if description is not None:
597
- pulumi.set(__self__, "description", description)
598
-
599
- @property
600
- @pulumi.getter
601
- def expression(self) -> pulumi.Input[str]:
602
- """
603
- Textual representation of an expression in Common Expression Language syntax.
604
- """
605
- return pulumi.get(self, "expression")
606
-
607
- @expression.setter
608
- def expression(self, value: pulumi.Input[str]):
609
- pulumi.set(self, "expression", value)
610
-
611
- @property
612
- @pulumi.getter
613
- def title(self) -> pulumi.Input[str]:
614
- """
615
- A title for the expression, i.e. a short string describing its purpose.
616
- """
617
- return pulumi.get(self, "title")
618
-
619
- @title.setter
620
- def title(self, value: pulumi.Input[str]):
621
- pulumi.set(self, "title", value)
622
-
623
- @property
624
- @pulumi.getter
625
- def description(self) -> Optional[pulumi.Input[str]]:
626
- return pulumi.get(self, "description")
627
-
628
- @description.setter
629
- def description(self, value: Optional[pulumi.Input[str]]):
630
- pulumi.set(self, "description", value)
631
-
632
-
633
533
  @pulumi.input_type
634
534
  class MetricBucketOptionsArgs:
635
535
  def __init__(__self__, *,
@@ -20,8 +20,6 @@ __all__ = [
20
20
  'FolderSinkBigqueryOptions',
21
21
  'FolderSinkExclusion',
22
22
  'LinkedDatasetBigqueryDataset',
23
- 'LogViewIamBindingCondition',
24
- 'LogViewIamMemberCondition',
25
23
  'MetricBucketOptions',
26
24
  'MetricBucketOptionsExplicitBuckets',
27
25
  'MetricBucketOptionsExponentialBuckets',
@@ -570,80 +568,6 @@ class LinkedDatasetBigqueryDataset(dict):
570
568
  return pulumi.get(self, "dataset_id")
571
569
 
572
570
 
573
- @pulumi.output_type
574
- class LogViewIamBindingCondition(dict):
575
- def __init__(__self__, *,
576
- expression: str,
577
- title: str,
578
- description: Optional[str] = None):
579
- """
580
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
581
- :param str title: A title for the expression, i.e. a short string describing its purpose.
582
- """
583
- pulumi.set(__self__, "expression", expression)
584
- pulumi.set(__self__, "title", title)
585
- if description is not None:
586
- pulumi.set(__self__, "description", description)
587
-
588
- @property
589
- @pulumi.getter
590
- def expression(self) -> str:
591
- """
592
- Textual representation of an expression in Common Expression Language syntax.
593
- """
594
- return pulumi.get(self, "expression")
595
-
596
- @property
597
- @pulumi.getter
598
- def title(self) -> str:
599
- """
600
- A title for the expression, i.e. a short string describing its purpose.
601
- """
602
- return pulumi.get(self, "title")
603
-
604
- @property
605
- @pulumi.getter
606
- def description(self) -> Optional[str]:
607
- return pulumi.get(self, "description")
608
-
609
-
610
- @pulumi.output_type
611
- class LogViewIamMemberCondition(dict):
612
- def __init__(__self__, *,
613
- expression: str,
614
- title: str,
615
- description: Optional[str] = None):
616
- """
617
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
618
- :param str title: A title for the expression, i.e. a short string describing its purpose.
619
- """
620
- pulumi.set(__self__, "expression", expression)
621
- pulumi.set(__self__, "title", title)
622
- if description is not None:
623
- pulumi.set(__self__, "description", description)
624
-
625
- @property
626
- @pulumi.getter
627
- def expression(self) -> str:
628
- """
629
- Textual representation of an expression in Common Expression Language syntax.
630
- """
631
- return pulumi.get(self, "expression")
632
-
633
- @property
634
- @pulumi.getter
635
- def title(self) -> str:
636
- """
637
- A title for the expression, i.e. a short string describing its purpose.
638
- """
639
- return pulumi.get(self, "title")
640
-
641
- @property
642
- @pulumi.getter
643
- def description(self) -> Optional[str]:
644
- return pulumi.get(self, "description")
645
-
646
-
647
571
  @pulumi.output_type
648
572
  class MetricBucketOptions(dict):
649
573
  @staticmethod