pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__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 (167) hide show
  1. pulumi_gcp/__init__.py +32 -19
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
  3. pulumi_gcp/activedirectory/domain.py +38 -2
  4. pulumi_gcp/activedirectory/domain_trust.py +0 -30
  5. pulumi_gcp/activedirectory/peering.py +0 -72
  6. pulumi_gcp/alloydb/cluster.py +12 -200
  7. pulumi_gcp/alloydb/instance.py +13 -5
  8. pulumi_gcp/alloydb/user.py +14 -6
  9. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
  10. pulumi_gcp/apigee/sync_authorization.py +4 -2
  11. pulumi_gcp/apigee/target_server.py +4 -2
  12. pulumi_gcp/appengine/firewall_rule.py +4 -2
  13. pulumi_gcp/appengine/flexible_app_version.py +4 -2
  14. pulumi_gcp/apphub/service.py +8 -4
  15. pulumi_gcp/apphub/service_project_attachment.py +8 -4
  16. pulumi_gcp/applicationintegration/client.py +0 -154
  17. pulumi_gcp/bigquery/_inputs.py +0 -70
  18. pulumi_gcp/bigquery/iam_binding.py +0 -260
  19. pulumi_gcp/bigquery/iam_member.py +0 -260
  20. pulumi_gcp/bigquery/iam_policy.py +0 -240
  21. pulumi_gcp/bigquery/outputs.py +0 -44
  22. pulumi_gcp/bigquery/reservation.py +0 -84
  23. pulumi_gcp/bigquery/table.py +0 -98
  24. pulumi_gcp/billing/project_info.py +4 -2
  25. pulumi_gcp/certificateauthority/get_authority.py +0 -20
  26. pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
  27. pulumi_gcp/cloudasset/folder_feed.py +4 -2
  28. pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
  29. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
  30. pulumi_gcp/cloudidentity/get_groups.py +0 -14
  31. pulumi_gcp/cloudrunv2/_inputs.py +25 -25
  32. pulumi_gcp/cloudrunv2/get_job.py +11 -1
  33. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  34. pulumi_gcp/cloudrunv2/job.py +50 -0
  35. pulumi_gcp/cloudrunv2/outputs.py +26 -26
  36. pulumi_gcp/cloudrunv2/service.py +54 -0
  37. pulumi_gcp/compute/_inputs.py +117 -54
  38. pulumi_gcp/compute/backend_service.py +52 -0
  39. pulumi_gcp/compute/disk_async_replication.py +0 -48
  40. pulumi_gcp/compute/firewall_policy_rule.py +4 -2
  41. pulumi_gcp/compute/forwarding_rule.py +42 -0
  42. pulumi_gcp/compute/get_backend_bucket.py +0 -14
  43. pulumi_gcp/compute/get_backend_service.py +0 -20
  44. pulumi_gcp/compute/get_certificate.py +0 -20
  45. pulumi_gcp/compute/get_forwarding_rule.py +11 -15
  46. pulumi_gcp/compute/get_forwarding_rules.py +0 -16
  47. pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
  48. pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
  49. pulumi_gcp/compute/get_health_check.py +0 -14
  50. pulumi_gcp/compute/get_lbip_ranges.py +0 -32
  51. pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
  52. pulumi_gcp/compute/get_network.py +0 -14
  53. pulumi_gcp/compute/get_networks.py +0 -14
  54. pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
  55. pulumi_gcp/compute/get_ssl_policy.py +0 -14
  56. pulumi_gcp/compute/get_vpn_gateway.py +0 -14
  57. pulumi_gcp/compute/global_address.py +8 -4
  58. pulumi_gcp/compute/global_forwarding_rule.py +7 -0
  59. pulumi_gcp/compute/instance_template.py +56 -63
  60. pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
  61. pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
  62. pulumi_gcp/compute/network_attachment.py +8 -4
  63. pulumi_gcp/compute/node_group.py +4 -2
  64. pulumi_gcp/compute/organization_security_policy_association.py +4 -2
  65. pulumi_gcp/compute/outputs.py +101 -42
  66. pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
  67. pulumi_gcp/compute/region_backend_service.py +36 -7
  68. pulumi_gcp/compute/region_instance_template.py +56 -7
  69. pulumi_gcp/compute/region_ssl_certificate.py +49 -7
  70. pulumi_gcp/compute/ssl_certificate.py +49 -7
  71. pulumi_gcp/compute/subnetwork.py +193 -23
  72. pulumi_gcp/config/__init__.pyi +3 -5
  73. pulumi_gcp/config/vars.py +6 -10
  74. pulumi_gcp/container/_inputs.py +19 -41
  75. pulumi_gcp/container/cluster.py +79 -0
  76. pulumi_gcp/container/get_cluster.py +21 -25
  77. pulumi_gcp/container/get_engine_versions.py +8 -2
  78. pulumi_gcp/container/outputs.py +17 -40
  79. pulumi_gcp/dataproc/get_metastore_service.py +0 -16
  80. pulumi_gcp/diagflow/intent.py +4 -2
  81. pulumi_gcp/dns/get_record_set.py +0 -20
  82. pulumi_gcp/edgenetwork/network.py +83 -0
  83. pulumi_gcp/edgenetwork/subnet.py +83 -0
  84. pulumi_gcp/filestore/get_instance.py +0 -20
  85. pulumi_gcp/firebase/database_instance.py +2 -0
  86. pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
  87. pulumi_gcp/firebase/hosting_version.py +4 -2
  88. pulumi_gcp/firebase/project.py +2 -0
  89. pulumi_gcp/firestore/document.py +8 -4
  90. pulumi_gcp/folder/access_approval_settings.py +12 -6
  91. pulumi_gcp/gkeonprem/_inputs.py +11 -11
  92. pulumi_gcp/gkeonprem/outputs.py +9 -9
  93. pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
  94. pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
  95. pulumi_gcp/iam/access_boundary_policy.py +4 -2
  96. pulumi_gcp/iam/deny_policy.py +4 -2
  97. pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
  98. pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
  99. pulumi_gcp/iap/brand.py +4 -2
  100. pulumi_gcp/iap/client.py +4 -2
  101. pulumi_gcp/iap/get_client.py +0 -18
  102. pulumi_gcp/identityplatform/__init__.py +0 -1
  103. pulumi_gcp/identityplatform/_inputs.py +0 -396
  104. pulumi_gcp/identityplatform/config.py +2 -0
  105. pulumi_gcp/identityplatform/outputs.py +0 -313
  106. pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
  107. pulumi_gcp/kms/__init__.py +4 -0
  108. pulumi_gcp/kms/_inputs.py +130 -0
  109. pulumi_gcp/kms/autokey_config.py +6 -2
  110. pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
  111. pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
  112. pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
  113. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
  114. pulumi_gcp/kms/key_handle.py +8 -2
  115. pulumi_gcp/kms/outputs.py +76 -0
  116. pulumi_gcp/logging/folder_settings.py +4 -2
  117. pulumi_gcp/monitoring/get_secret_version.py +2 -2
  118. pulumi_gcp/monitoring/monitored_project.py +4 -2
  119. pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
  120. pulumi_gcp/networkservices/_inputs.py +23 -0
  121. pulumi_gcp/networkservices/outputs.py +17 -1
  122. pulumi_gcp/networkservices/tcp_route.py +2 -0
  123. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  124. pulumi_gcp/organizations/folder.py +35 -1
  125. pulumi_gcp/organizations/get_active_folder.py +0 -16
  126. pulumi_gcp/organizations/get_client_config.py +16 -15
  127. pulumi_gcp/organizations/get_folder.py +11 -1
  128. pulumi_gcp/organizations/get_project.py +3 -13
  129. pulumi_gcp/organizations/project.py +3 -87
  130. pulumi_gcp/orgpolicy/policy.py +12 -6
  131. pulumi_gcp/projects/api_key.py +2 -52
  132. pulumi_gcp/provider.py +32 -52
  133. pulumi_gcp/pubsub/topic.py +1 -1
  134. pulumi_gcp/pulumi-plugin.json +1 -1
  135. pulumi_gcp/redis/cluster.py +58 -0
  136. pulumi_gcp/redis/get_instance.py +0 -20
  137. pulumi_gcp/resourcemanager/lien.py +4 -2
  138. pulumi_gcp/secretmanager/get_secret_version.py +2 -2
  139. pulumi_gcp/securitycenter/__init__.py +1 -0
  140. pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
  141. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
  142. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
  143. pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
  144. pulumi_gcp/spanner/get_instance.py +0 -14
  145. pulumi_gcp/sql/_inputs.py +3 -36
  146. pulumi_gcp/sql/outputs.py +6 -49
  147. pulumi_gcp/storage/_inputs.py +23 -23
  148. pulumi_gcp/storage/bucket.py +6 -6
  149. pulumi_gcp/storage/outputs.py +27 -27
  150. pulumi_gcp/tags/get_tag_key.py +0 -30
  151. pulumi_gcp/tags/get_tag_keys.py +0 -26
  152. pulumi_gcp/tags/get_tag_value.py +0 -16
  153. pulumi_gcp/tags/get_tag_values.py +0 -14
  154. pulumi_gcp/tags/tag_binding.py +4 -2
  155. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
  156. pulumi_gcp/vmwareengine/network.py +4 -2
  157. pulumi_gcp/vpcaccess/connector.py +14 -6
  158. pulumi_gcp/vpcaccess/get_connector.py +6 -2
  159. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
  160. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
  161. pulumi_gcp/datastore/__init__.py +0 -10
  162. pulumi_gcp/datastore/_inputs.py +0 -76
  163. pulumi_gcp/datastore/data_store_index.py +0 -515
  164. pulumi_gcp/datastore/outputs.py +0 -51
  165. pulumi_gcp/identityplatform/project_default_config.py +0 -357
  166. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
  167. {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
@@ -24,9 +24,7 @@ class ClientArgs:
24
24
  location: pulumi.Input[str],
25
25
  cloud_kms_config: Optional[pulumi.Input['ClientCloudKmsConfigArgs']] = None,
26
26
  create_sample_integrations: Optional[pulumi.Input[bool]] = None,
27
- create_sample_workflows: Optional[pulumi.Input[bool]] = None,
28
27
  project: Optional[pulumi.Input[str]] = None,
29
- provision_gmek: Optional[pulumi.Input[bool]] = None,
30
28
  run_as_service_account: Optional[pulumi.Input[str]] = None):
31
29
  """
32
30
  The set of arguments for constructing a Client resource.
@@ -37,16 +35,8 @@ class ClientArgs:
37
35
  :param pulumi.Input['ClientCloudKmsConfigArgs'] cloud_kms_config: Cloud KMS config for AuthModule to encrypt/decrypt credentials.
38
36
  Structure is documented below.
39
37
  :param pulumi.Input[bool] create_sample_integrations: Indicates if sample integrations should be created along with provisioning.
40
- :param pulumi.Input[bool] create_sample_workflows: (Optional, Deprecated)
41
- Indicates if sample workflow should be created along with provisioning.
42
-
43
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
44
38
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
39
  If it is not provided, the provider project is used.
46
- :param pulumi.Input[bool] provision_gmek: (Optional, Deprecated)
47
- Indicates provision with GMEK or CMEK.
48
-
49
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
50
40
  :param pulumi.Input[str] run_as_service_account: User input run-as service account, if empty, will bring up a new default service account.
51
41
  """
52
42
  pulumi.set(__self__, "location", location)
@@ -54,18 +44,8 @@ class ClientArgs:
54
44
  pulumi.set(__self__, "cloud_kms_config", cloud_kms_config)
55
45
  if create_sample_integrations is not None:
56
46
  pulumi.set(__self__, "create_sample_integrations", create_sample_integrations)
57
- if create_sample_workflows is not None:
58
- warnings.warn("""`create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""", DeprecationWarning)
59
- pulumi.log.warn("""create_sample_workflows is deprecated: `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""")
60
- if create_sample_workflows is not None:
61
- pulumi.set(__self__, "create_sample_workflows", create_sample_workflows)
62
47
  if project is not None:
63
48
  pulumi.set(__self__, "project", project)
64
- if provision_gmek is not None:
65
- warnings.warn("""`provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""", DeprecationWarning)
66
- pulumi.log.warn("""provision_gmek is deprecated: `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""")
67
- if provision_gmek is not None:
68
- pulumi.set(__self__, "provision_gmek", provision_gmek)
69
49
  if run_as_service_account is not None:
70
50
  pulumi.set(__self__, "run_as_service_account", run_as_service_account)
71
51
 
@@ -109,22 +89,6 @@ class ClientArgs:
109
89
  def create_sample_integrations(self, value: Optional[pulumi.Input[bool]]):
110
90
  pulumi.set(self, "create_sample_integrations", value)
111
91
 
112
- @property
113
- @pulumi.getter(name="createSampleWorkflows")
114
- @_utilities.deprecated("""`create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""")
115
- def create_sample_workflows(self) -> Optional[pulumi.Input[bool]]:
116
- """
117
- (Optional, Deprecated)
118
- Indicates if sample workflow should be created along with provisioning.
119
-
120
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
121
- """
122
- return pulumi.get(self, "create_sample_workflows")
123
-
124
- @create_sample_workflows.setter
125
- def create_sample_workflows(self, value: Optional[pulumi.Input[bool]]):
126
- pulumi.set(self, "create_sample_workflows", value)
127
-
128
92
  @property
129
93
  @pulumi.getter
130
94
  def project(self) -> Optional[pulumi.Input[str]]:
@@ -138,22 +102,6 @@ class ClientArgs:
138
102
  def project(self, value: Optional[pulumi.Input[str]]):
139
103
  pulumi.set(self, "project", value)
140
104
 
141
- @property
142
- @pulumi.getter(name="provisionGmek")
143
- @_utilities.deprecated("""`provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""")
144
- def provision_gmek(self) -> Optional[pulumi.Input[bool]]:
145
- """
146
- (Optional, Deprecated)
147
- Indicates provision with GMEK or CMEK.
148
-
149
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
150
- """
151
- return pulumi.get(self, "provision_gmek")
152
-
153
- @provision_gmek.setter
154
- def provision_gmek(self, value: Optional[pulumi.Input[bool]]):
155
- pulumi.set(self, "provision_gmek", value)
156
-
157
105
  @property
158
106
  @pulumi.getter(name="runAsServiceAccount")
159
107
  def run_as_service_account(self) -> Optional[pulumi.Input[str]]:
@@ -172,50 +120,30 @@ class _ClientState:
172
120
  def __init__(__self__, *,
173
121
  cloud_kms_config: Optional[pulumi.Input['ClientCloudKmsConfigArgs']] = None,
174
122
  create_sample_integrations: Optional[pulumi.Input[bool]] = None,
175
- create_sample_workflows: Optional[pulumi.Input[bool]] = None,
176
123
  location: Optional[pulumi.Input[str]] = None,
177
124
  project: Optional[pulumi.Input[str]] = None,
178
- provision_gmek: Optional[pulumi.Input[bool]] = None,
179
125
  run_as_service_account: Optional[pulumi.Input[str]] = None):
180
126
  """
181
127
  Input properties used for looking up and filtering Client resources.
182
128
  :param pulumi.Input['ClientCloudKmsConfigArgs'] cloud_kms_config: Cloud KMS config for AuthModule to encrypt/decrypt credentials.
183
129
  Structure is documented below.
184
130
  :param pulumi.Input[bool] create_sample_integrations: Indicates if sample integrations should be created along with provisioning.
185
- :param pulumi.Input[bool] create_sample_workflows: (Optional, Deprecated)
186
- Indicates if sample workflow should be created along with provisioning.
187
-
188
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
189
131
  :param pulumi.Input[str] location: Location in which client needs to be provisioned.
190
132
 
191
133
 
192
134
  - - -
193
135
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
194
136
  If it is not provided, the provider project is used.
195
- :param pulumi.Input[bool] provision_gmek: (Optional, Deprecated)
196
- Indicates provision with GMEK or CMEK.
197
-
198
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
199
137
  :param pulumi.Input[str] run_as_service_account: User input run-as service account, if empty, will bring up a new default service account.
200
138
  """
201
139
  if cloud_kms_config is not None:
202
140
  pulumi.set(__self__, "cloud_kms_config", cloud_kms_config)
203
141
  if create_sample_integrations is not None:
204
142
  pulumi.set(__self__, "create_sample_integrations", create_sample_integrations)
205
- if create_sample_workflows is not None:
206
- warnings.warn("""`create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""", DeprecationWarning)
207
- pulumi.log.warn("""create_sample_workflows is deprecated: `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""")
208
- if create_sample_workflows is not None:
209
- pulumi.set(__self__, "create_sample_workflows", create_sample_workflows)
210
143
  if location is not None:
211
144
  pulumi.set(__self__, "location", location)
212
145
  if project is not None:
213
146
  pulumi.set(__self__, "project", project)
214
- if provision_gmek is not None:
215
- warnings.warn("""`provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""", DeprecationWarning)
216
- pulumi.log.warn("""provision_gmek is deprecated: `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""")
217
- if provision_gmek is not None:
218
- pulumi.set(__self__, "provision_gmek", provision_gmek)
219
147
  if run_as_service_account is not None:
220
148
  pulumi.set(__self__, "run_as_service_account", run_as_service_account)
221
149
 
@@ -244,22 +172,6 @@ class _ClientState:
244
172
  def create_sample_integrations(self, value: Optional[pulumi.Input[bool]]):
245
173
  pulumi.set(self, "create_sample_integrations", value)
246
174
 
247
- @property
248
- @pulumi.getter(name="createSampleWorkflows")
249
- @_utilities.deprecated("""`create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""")
250
- def create_sample_workflows(self) -> Optional[pulumi.Input[bool]]:
251
- """
252
- (Optional, Deprecated)
253
- Indicates if sample workflow should be created along with provisioning.
254
-
255
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
256
- """
257
- return pulumi.get(self, "create_sample_workflows")
258
-
259
- @create_sample_workflows.setter
260
- def create_sample_workflows(self, value: Optional[pulumi.Input[bool]]):
261
- pulumi.set(self, "create_sample_workflows", value)
262
-
263
175
  @property
264
176
  @pulumi.getter
265
177
  def location(self) -> Optional[pulumi.Input[str]]:
@@ -288,22 +200,6 @@ class _ClientState:
288
200
  def project(self, value: Optional[pulumi.Input[str]]):
289
201
  pulumi.set(self, "project", value)
290
202
 
291
- @property
292
- @pulumi.getter(name="provisionGmek")
293
- @_utilities.deprecated("""`provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""")
294
- def provision_gmek(self) -> Optional[pulumi.Input[bool]]:
295
- """
296
- (Optional, Deprecated)
297
- Indicates provision with GMEK or CMEK.
298
-
299
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
300
- """
301
- return pulumi.get(self, "provision_gmek")
302
-
303
- @provision_gmek.setter
304
- def provision_gmek(self, value: Optional[pulumi.Input[bool]]):
305
- pulumi.set(self, "provision_gmek", value)
306
-
307
203
  @property
308
204
  @pulumi.getter(name="runAsServiceAccount")
309
205
  def run_as_service_account(self) -> Optional[pulumi.Input[str]]:
@@ -324,10 +220,8 @@ class Client(pulumi.CustomResource):
324
220
  opts: Optional[pulumi.ResourceOptions] = None,
325
221
  cloud_kms_config: Optional[pulumi.Input[Union['ClientCloudKmsConfigArgs', 'ClientCloudKmsConfigArgsDict']]] = None,
326
222
  create_sample_integrations: Optional[pulumi.Input[bool]] = None,
327
- create_sample_workflows: Optional[pulumi.Input[bool]] = None,
328
223
  location: Optional[pulumi.Input[str]] = None,
329
224
  project: Optional[pulumi.Input[str]] = None,
330
- provision_gmek: Optional[pulumi.Input[bool]] = None,
331
225
  run_as_service_account: Optional[pulumi.Input[str]] = None,
332
226
  __props__=None):
333
227
  """
@@ -410,20 +304,12 @@ class Client(pulumi.CustomResource):
410
304
  :param pulumi.Input[Union['ClientCloudKmsConfigArgs', 'ClientCloudKmsConfigArgsDict']] cloud_kms_config: Cloud KMS config for AuthModule to encrypt/decrypt credentials.
411
305
  Structure is documented below.
412
306
  :param pulumi.Input[bool] create_sample_integrations: Indicates if sample integrations should be created along with provisioning.
413
- :param pulumi.Input[bool] create_sample_workflows: (Optional, Deprecated)
414
- Indicates if sample workflow should be created along with provisioning.
415
-
416
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
417
307
  :param pulumi.Input[str] location: Location in which client needs to be provisioned.
418
308
 
419
309
 
420
310
  - - -
421
311
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
422
312
  If it is not provided, the provider project is used.
423
- :param pulumi.Input[bool] provision_gmek: (Optional, Deprecated)
424
- Indicates provision with GMEK or CMEK.
425
-
426
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
427
313
  :param pulumi.Input[str] run_as_service_account: User input run-as service account, if empty, will bring up a new default service account.
428
314
  """
429
315
  ...
@@ -524,10 +410,8 @@ class Client(pulumi.CustomResource):
524
410
  opts: Optional[pulumi.ResourceOptions] = None,
525
411
  cloud_kms_config: Optional[pulumi.Input[Union['ClientCloudKmsConfigArgs', 'ClientCloudKmsConfigArgsDict']]] = None,
526
412
  create_sample_integrations: Optional[pulumi.Input[bool]] = None,
527
- create_sample_workflows: Optional[pulumi.Input[bool]] = None,
528
413
  location: Optional[pulumi.Input[str]] = None,
529
414
  project: Optional[pulumi.Input[str]] = None,
530
- provision_gmek: Optional[pulumi.Input[bool]] = None,
531
415
  run_as_service_account: Optional[pulumi.Input[str]] = None,
532
416
  __props__=None):
533
417
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -540,12 +424,10 @@ class Client(pulumi.CustomResource):
540
424
 
541
425
  __props__.__dict__["cloud_kms_config"] = cloud_kms_config
542
426
  __props__.__dict__["create_sample_integrations"] = create_sample_integrations
543
- __props__.__dict__["create_sample_workflows"] = create_sample_workflows
544
427
  if location is None and not opts.urn:
545
428
  raise TypeError("Missing required property 'location'")
546
429
  __props__.__dict__["location"] = location
547
430
  __props__.__dict__["project"] = project
548
- __props__.__dict__["provision_gmek"] = provision_gmek
549
431
  __props__.__dict__["run_as_service_account"] = run_as_service_account
550
432
  super(Client, __self__).__init__(
551
433
  'gcp:applicationintegration/client:Client',
@@ -559,10 +441,8 @@ class Client(pulumi.CustomResource):
559
441
  opts: Optional[pulumi.ResourceOptions] = None,
560
442
  cloud_kms_config: Optional[pulumi.Input[Union['ClientCloudKmsConfigArgs', 'ClientCloudKmsConfigArgsDict']]] = None,
561
443
  create_sample_integrations: Optional[pulumi.Input[bool]] = None,
562
- create_sample_workflows: Optional[pulumi.Input[bool]] = None,
563
444
  location: Optional[pulumi.Input[str]] = None,
564
445
  project: Optional[pulumi.Input[str]] = None,
565
- provision_gmek: Optional[pulumi.Input[bool]] = None,
566
446
  run_as_service_account: Optional[pulumi.Input[str]] = None) -> 'Client':
567
447
  """
568
448
  Get an existing Client resource's state with the given name, id, and optional extra
@@ -574,20 +454,12 @@ class Client(pulumi.CustomResource):
574
454
  :param pulumi.Input[Union['ClientCloudKmsConfigArgs', 'ClientCloudKmsConfigArgsDict']] cloud_kms_config: Cloud KMS config for AuthModule to encrypt/decrypt credentials.
575
455
  Structure is documented below.
576
456
  :param pulumi.Input[bool] create_sample_integrations: Indicates if sample integrations should be created along with provisioning.
577
- :param pulumi.Input[bool] create_sample_workflows: (Optional, Deprecated)
578
- Indicates if sample workflow should be created along with provisioning.
579
-
580
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
581
457
  :param pulumi.Input[str] location: Location in which client needs to be provisioned.
582
458
 
583
459
 
584
460
  - - -
585
461
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
586
462
  If it is not provided, the provider project is used.
587
- :param pulumi.Input[bool] provision_gmek: (Optional, Deprecated)
588
- Indicates provision with GMEK or CMEK.
589
-
590
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
591
463
  :param pulumi.Input[str] run_as_service_account: User input run-as service account, if empty, will bring up a new default service account.
592
464
  """
593
465
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -596,10 +468,8 @@ class Client(pulumi.CustomResource):
596
468
 
597
469
  __props__.__dict__["cloud_kms_config"] = cloud_kms_config
598
470
  __props__.__dict__["create_sample_integrations"] = create_sample_integrations
599
- __props__.__dict__["create_sample_workflows"] = create_sample_workflows
600
471
  __props__.__dict__["location"] = location
601
472
  __props__.__dict__["project"] = project
602
- __props__.__dict__["provision_gmek"] = provision_gmek
603
473
  __props__.__dict__["run_as_service_account"] = run_as_service_account
604
474
  return Client(resource_name, opts=opts, __props__=__props__)
605
475
 
@@ -620,18 +490,6 @@ class Client(pulumi.CustomResource):
620
490
  """
621
491
  return pulumi.get(self, "create_sample_integrations")
622
492
 
623
- @property
624
- @pulumi.getter(name="createSampleWorkflows")
625
- @_utilities.deprecated("""`create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.""")
626
- def create_sample_workflows(self) -> pulumi.Output[Optional[bool]]:
627
- """
628
- (Optional, Deprecated)
629
- Indicates if sample workflow should be created along with provisioning.
630
-
631
- > **Warning:** `create_sample_workflows` is deprecated and will be removed in a future major release. Use `create_sample_integrations` instead.
632
- """
633
- return pulumi.get(self, "create_sample_workflows")
634
-
635
493
  @property
636
494
  @pulumi.getter
637
495
  def location(self) -> pulumi.Output[str]:
@@ -652,18 +510,6 @@ class Client(pulumi.CustomResource):
652
510
  """
653
511
  return pulumi.get(self, "project")
654
512
 
655
- @property
656
- @pulumi.getter(name="provisionGmek")
657
- @_utilities.deprecated("""`provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.""")
658
- def provision_gmek(self) -> pulumi.Output[Optional[bool]]:
659
- """
660
- (Optional, Deprecated)
661
- Indicates provision with GMEK or CMEK.
662
-
663
- > **Warning:** `provision_gmek` is deprecated and will be removed in a future major release. Client would be provisioned as gmek if `cloud_kms_config` is not given.
664
- """
665
- return pulumi.get(self, "provision_gmek")
666
-
667
513
  @property
668
514
  @pulumi.getter(name="runAsServiceAccount")
669
515
  def run_as_service_account(self) -> pulumi.Output[Optional[str]]:
@@ -2190,21 +2190,8 @@ class DatasetIamMemberConditionArgs:
2190
2190
  if not MYPY:
2191
2191
  class IamBindingConditionArgsDict(TypedDict):
2192
2192
  expression: pulumi.Input[str]
2193
- """
2194
- Textual representation of an expression in Common Expression Language syntax.
2195
- """
2196
2193
  title: pulumi.Input[str]
2197
- """
2198
- A title for the expression, i.e. a short string describing its purpose.
2199
- """
2200
2194
  description: NotRequired[pulumi.Input[str]]
2201
- """
2202
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
2203
-
2204
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
2205
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
2206
- consider it to be an entirely different resource and will treat it as such.
2207
- """
2208
2195
  elif False:
2209
2196
  IamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
2210
2197
 
@@ -2214,15 +2201,6 @@ class IamBindingConditionArgs:
2214
2201
  expression: pulumi.Input[str],
2215
2202
  title: pulumi.Input[str],
2216
2203
  description: Optional[pulumi.Input[str]] = None):
2217
- """
2218
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
2219
- :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
2220
- :param pulumi.Input[str] description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
2221
-
2222
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
2223
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
2224
- consider it to be an entirely different resource and will treat it as such.
2225
- """
2226
2204
  pulumi.set(__self__, "expression", expression)
2227
2205
  pulumi.set(__self__, "title", title)
2228
2206
  if description is not None:
@@ -2231,9 +2209,6 @@ class IamBindingConditionArgs:
2231
2209
  @property
2232
2210
  @pulumi.getter
2233
2211
  def expression(self) -> pulumi.Input[str]:
2234
- """
2235
- Textual representation of an expression in Common Expression Language syntax.
2236
- """
2237
2212
  return pulumi.get(self, "expression")
2238
2213
 
2239
2214
  @expression.setter
@@ -2243,9 +2218,6 @@ class IamBindingConditionArgs:
2243
2218
  @property
2244
2219
  @pulumi.getter
2245
2220
  def title(self) -> pulumi.Input[str]:
2246
- """
2247
- A title for the expression, i.e. a short string describing its purpose.
2248
- """
2249
2221
  return pulumi.get(self, "title")
2250
2222
 
2251
2223
  @title.setter
@@ -2255,13 +2227,6 @@ class IamBindingConditionArgs:
2255
2227
  @property
2256
2228
  @pulumi.getter
2257
2229
  def description(self) -> Optional[pulumi.Input[str]]:
2258
- """
2259
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
2260
-
2261
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
2262
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
2263
- consider it to be an entirely different resource and will treat it as such.
2264
- """
2265
2230
  return pulumi.get(self, "description")
2266
2231
 
2267
2232
  @description.setter
@@ -2272,21 +2237,8 @@ class IamBindingConditionArgs:
2272
2237
  if not MYPY:
2273
2238
  class IamMemberConditionArgsDict(TypedDict):
2274
2239
  expression: pulumi.Input[str]
2275
- """
2276
- Textual representation of an expression in Common Expression Language syntax.
2277
- """
2278
2240
  title: pulumi.Input[str]
2279
- """
2280
- A title for the expression, i.e. a short string describing its purpose.
2281
- """
2282
2241
  description: NotRequired[pulumi.Input[str]]
2283
- """
2284
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
2285
-
2286
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
2287
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
2288
- consider it to be an entirely different resource and will treat it as such.
2289
- """
2290
2242
  elif False:
2291
2243
  IamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
2292
2244
 
@@ -2296,15 +2248,6 @@ class IamMemberConditionArgs:
2296
2248
  expression: pulumi.Input[str],
2297
2249
  title: pulumi.Input[str],
2298
2250
  description: Optional[pulumi.Input[str]] = None):
2299
- """
2300
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
2301
- :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
2302
- :param pulumi.Input[str] description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
2303
-
2304
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
2305
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
2306
- consider it to be an entirely different resource and will treat it as such.
2307
- """
2308
2251
  pulumi.set(__self__, "expression", expression)
2309
2252
  pulumi.set(__self__, "title", title)
2310
2253
  if description is not None:
@@ -2313,9 +2256,6 @@ class IamMemberConditionArgs:
2313
2256
  @property
2314
2257
  @pulumi.getter
2315
2258
  def expression(self) -> pulumi.Input[str]:
2316
- """
2317
- Textual representation of an expression in Common Expression Language syntax.
2318
- """
2319
2259
  return pulumi.get(self, "expression")
2320
2260
 
2321
2261
  @expression.setter
@@ -2325,9 +2265,6 @@ class IamMemberConditionArgs:
2325
2265
  @property
2326
2266
  @pulumi.getter
2327
2267
  def title(self) -> pulumi.Input[str]:
2328
- """
2329
- A title for the expression, i.e. a short string describing its purpose.
2330
- """
2331
2268
  return pulumi.get(self, "title")
2332
2269
 
2333
2270
  @title.setter
@@ -2337,13 +2274,6 @@ class IamMemberConditionArgs:
2337
2274
  @property
2338
2275
  @pulumi.getter
2339
2276
  def description(self) -> Optional[pulumi.Input[str]]:
2340
- """
2341
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
2342
-
2343
- > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the
2344
- identifier for the binding. This means that if any part of the condition is changed out-of-band, this provider will
2345
- consider it to be an entirely different resource and will treat it as such.
2346
- """
2347
2277
  return pulumi.get(self, "description")
2348
2278
 
2349
2279
  @description.setter