pulumi-gcp 8.22.0a1741329280__py3-none-any.whl → 8.22.0a1741888019__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 (75) hide show
  1. pulumi_gcp/__init__.py +32 -0
  2. pulumi_gcp/alloydb/_inputs.py +66 -0
  3. pulumi_gcp/alloydb/outputs.py +95 -0
  4. pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
  5. pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
  6. pulumi_gcp/certificatemanager/certificate.py +53 -7
  7. pulumi_gcp/certificatemanager/outputs.py +8 -2
  8. pulumi_gcp/compute/__init__.py +1 -0
  9. pulumi_gcp/compute/_inputs.py +600 -17
  10. pulumi_gcp/compute/backend_service.py +195 -7
  11. pulumi_gcp/compute/disk.py +108 -0
  12. pulumi_gcp/compute/firewall_policy_association.py +28 -2
  13. pulumi_gcp/compute/get_backend_service.py +12 -1
  14. pulumi_gcp/compute/get_disk.py +23 -1
  15. pulumi_gcp/compute/get_region_disk.py +23 -1
  16. pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
  17. pulumi_gcp/compute/outputs.py +623 -23
  18. pulumi_gcp/compute/region_backend_service.py +193 -7
  19. pulumi_gcp/compute/region_disk.py +114 -0
  20. pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
  21. pulumi_gcp/compute/subnetwork.py +147 -0
  22. pulumi_gcp/container/_inputs.py +3 -3
  23. pulumi_gcp/container/outputs.py +4 -4
  24. pulumi_gcp/datastream/_inputs.py +273 -0
  25. pulumi_gcp/datastream/connection_profile.py +54 -2
  26. pulumi_gcp/datastream/outputs.py +224 -0
  27. pulumi_gcp/eventarc/__init__.py +1 -0
  28. pulumi_gcp/eventarc/_inputs.py +40 -0
  29. pulumi_gcp/eventarc/channel.py +85 -93
  30. pulumi_gcp/eventarc/google_api_source.py +997 -0
  31. pulumi_gcp/eventarc/outputs.py +41 -0
  32. pulumi_gcp/firebase/data_connect_service.py +40 -2
  33. pulumi_gcp/iam/__init__.py +2 -0
  34. pulumi_gcp/iam/_inputs.py +51 -18
  35. pulumi_gcp/iam/folders_policy_binding.py +10 -26
  36. pulumi_gcp/iam/oauth_client.py +979 -0
  37. pulumi_gcp/iam/oauth_client_credential.py +641 -0
  38. pulumi_gcp/iam/organizations_policy_binding.py +8 -24
  39. pulumi_gcp/iam/outputs.py +34 -12
  40. pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
  41. pulumi_gcp/iam/projects_policy_binding.py +8 -24
  42. pulumi_gcp/kms/crypto_key_version.py +14 -7
  43. pulumi_gcp/monitoring/_inputs.py +15 -18
  44. pulumi_gcp/monitoring/alert_policy.py +46 -0
  45. pulumi_gcp/monitoring/outputs.py +10 -12
  46. pulumi_gcp/networksecurity/__init__.py +1 -0
  47. pulumi_gcp/networksecurity/_inputs.py +30 -18
  48. pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
  49. pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
  50. pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
  51. pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
  52. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
  53. pulumi_gcp/networksecurity/mirroring_deployment.py +178 -94
  54. pulumi_gcp/networksecurity/mirroring_deployment_group.py +161 -77
  55. pulumi_gcp/networksecurity/mirroring_endpoint_group.py +161 -80
  56. pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +137 -105
  57. pulumi_gcp/networksecurity/outputs.py +20 -12
  58. pulumi_gcp/networkservices/endpoint_policy.py +12 -0
  59. pulumi_gcp/networkservices/grpc_route.py +12 -0
  60. pulumi_gcp/networkservices/http_route.py +16 -0
  61. pulumi_gcp/networkservices/mesh.py +16 -0
  62. pulumi_gcp/networkservices/service_binding.py +14 -0
  63. pulumi_gcp/networkservices/tcp_route.py +16 -0
  64. pulumi_gcp/networkservices/tls_route.py +12 -0
  65. pulumi_gcp/pulumi-plugin.json +1 -1
  66. pulumi_gcp/tpu/_inputs.py +21 -1
  67. pulumi_gcp/tpu/outputs.py +13 -1
  68. pulumi_gcp/tpu/v2_vm.py +2 -0
  69. pulumi_gcp/vmwareengine/_inputs.py +6 -0
  70. pulumi_gcp/vmwareengine/outputs.py +8 -0
  71. pulumi_gcp/workstations/workstation_cluster.py +137 -1
  72. {pulumi_gcp-8.22.0a1741329280.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/METADATA +1 -1
  73. {pulumi_gcp-8.22.0a1741329280.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/RECORD +75 -70
  74. {pulumi_gcp-8.22.0a1741329280.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/WHEEL +1 -1
  75. {pulumi_gcp-8.22.0a1741329280.dist-info → pulumi_gcp-8.22.0a1741888019.dist-info}/top_level.txt +0 -0
@@ -29,17 +29,20 @@ class InterceptEndpointGroupAssociationArgs:
29
29
  project: Optional[pulumi.Input[str]] = None):
30
30
  """
31
31
  The set of arguments for constructing a InterceptEndpointGroupAssociation resource.
32
- :param pulumi.Input[str] intercept_endpoint_group: Immutable. The Intercept Endpoint Group that this resource is connected to. Format
33
- is:
34
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
35
- :param pulumi.Input[str] location: The location of the Intercept Endpoint Group Association, currently restricted to `global`.
32
+ :param pulumi.Input[str] intercept_endpoint_group: The endpoint group that this association is connected to, for example:
33
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
34
+ See https://google.aip.dev/124.
35
+ :param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
36
36
 
37
37
 
38
38
  - - -
39
- :param pulumi.Input[str] network: Immutable. The VPC network associated. Format:
40
- `projects/{project}/global/networks/{network}`.
41
- :param pulumi.Input[str] intercept_endpoint_group_association_id: ID of the Intercept Endpoint Group Association.
42
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
39
+ :param pulumi.Input[str] network: The VPC network that is associated. for example:
40
+ `projects/123456789/global/networks/my-network`.
41
+ See https://google.aip.dev/124.
42
+ :param pulumi.Input[str] intercept_endpoint_group_association_id: The ID to use for the new association, which will become the final
43
+ component of the endpoint group's resource name. If not provided, the
44
+ server will generate a unique ID.
45
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
43
46
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
44
47
  Please refer to the field `effective_labels` for all of the labels present on the resource.
45
48
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -59,9 +62,9 @@ class InterceptEndpointGroupAssociationArgs:
59
62
  @pulumi.getter(name="interceptEndpointGroup")
60
63
  def intercept_endpoint_group(self) -> pulumi.Input[str]:
61
64
  """
62
- Immutable. The Intercept Endpoint Group that this resource is connected to. Format
63
- is:
64
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
65
+ The endpoint group that this association is connected to, for example:
66
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
67
+ See https://google.aip.dev/124.
65
68
  """
66
69
  return pulumi.get(self, "intercept_endpoint_group")
67
70
 
@@ -73,7 +76,7 @@ class InterceptEndpointGroupAssociationArgs:
73
76
  @pulumi.getter
74
77
  def location(self) -> pulumi.Input[str]:
75
78
  """
76
- The location of the Intercept Endpoint Group Association, currently restricted to `global`.
79
+ The cloud location of the association, currently restricted to `global`.
77
80
 
78
81
 
79
82
  - - -
@@ -88,8 +91,9 @@ class InterceptEndpointGroupAssociationArgs:
88
91
  @pulumi.getter
89
92
  def network(self) -> pulumi.Input[str]:
90
93
  """
91
- Immutable. The VPC network associated. Format:
92
- `projects/{project}/global/networks/{network}`.
94
+ The VPC network that is associated. for example:
95
+ `projects/123456789/global/networks/my-network`.
96
+ See https://google.aip.dev/124.
93
97
  """
94
98
  return pulumi.get(self, "network")
95
99
 
@@ -101,7 +105,9 @@ class InterceptEndpointGroupAssociationArgs:
101
105
  @pulumi.getter(name="interceptEndpointGroupAssociationId")
102
106
  def intercept_endpoint_group_association_id(self) -> Optional[pulumi.Input[str]]:
103
107
  """
104
- ID of the Intercept Endpoint Group Association.
108
+ The ID to use for the new association, which will become the final
109
+ component of the endpoint group's resource name. If not provided, the
110
+ server will generate a unique ID.
105
111
  """
106
112
  return pulumi.get(self, "intercept_endpoint_group_association_id")
107
113
 
@@ -113,7 +119,7 @@ class InterceptEndpointGroupAssociationArgs:
113
119
  @pulumi.getter
114
120
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
115
121
  """
116
- Optional. Labels as key value pairs.
122
+ Labels are key/value pairs that help to organize and filter resources.
117
123
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
118
124
  Please refer to the field `effective_labels` for all of the labels present on the resource.
119
125
  """
@@ -156,36 +162,48 @@ class _InterceptEndpointGroupAssociationState:
156
162
  update_time: Optional[pulumi.Input[str]] = None):
157
163
  """
158
164
  Input properties used for looking up and filtering InterceptEndpointGroupAssociation resources.
159
- :param pulumi.Input[str] create_time: Create time stamp.
165
+ :param pulumi.Input[str] create_time: The timestamp when the resource was created.
166
+ See https://google.aip.dev/148#timestamps.
160
167
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
161
- :param pulumi.Input[str] intercept_endpoint_group: Immutable. The Intercept Endpoint Group that this resource is connected to. Format
162
- is:
163
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
164
- :param pulumi.Input[str] intercept_endpoint_group_association_id: ID of the Intercept Endpoint Group Association.
165
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
168
+ :param pulumi.Input[str] intercept_endpoint_group: The endpoint group that this association is connected to, for example:
169
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
170
+ See https://google.aip.dev/124.
171
+ :param pulumi.Input[str] intercept_endpoint_group_association_id: The ID to use for the new association, which will become the final
172
+ component of the endpoint group's resource name. If not provided, the
173
+ server will generate a unique ID.
174
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
166
175
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
167
176
  Please refer to the field `effective_labels` for all of the labels present on the resource.
168
- :param pulumi.Input[str] location: The location of the Intercept Endpoint Group Association, currently restricted to `global`.
177
+ :param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
169
178
 
170
179
 
171
180
  - - -
172
- :param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationsDetailArgs']]] locations_details: The list of locations that are currently supported by the associated Intercept Deployment Group and their state.
181
+ :param pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationsDetailArgs']]] locations_details: The list of locations where the association is present. This information
182
+ is retrieved from the linked endpoint group, and not configured as part
183
+ of the association itself.
173
184
  Structure is documented below.
174
- :param pulumi.Input[str] name: Identifier. The name of the Intercept Endpoint Group Association.
175
- :param pulumi.Input[str] network: Immutable. The VPC network associated. Format:
176
- `projects/{project}/global/networks/{network}`.
185
+ :param pulumi.Input[str] name: The resource name of this endpoint group association, for example:
186
+ `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`.
187
+ See https://google.aip.dev/122 for more details.
188
+ :param pulumi.Input[str] network: The VPC network that is associated. for example:
189
+ `projects/123456789/global/networks/my-network`.
190
+ See https://google.aip.dev/124.
177
191
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
178
192
  If it is not provided, the provider project is used.
179
193
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
180
194
  and default labels configured on the provider.
181
- :param pulumi.Input[bool] reconciling: Whether reconciling is in progress.
195
+ :param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
196
+ and the system is working to reconcile them. This part of the normal
197
+ operation (e.g. adding a new location to the target deployment group).
198
+ See https://google.aip.dev/128.
182
199
  :param pulumi.Input[str] state: (Output)
183
- The association state in this location.
200
+ The current state of the association in this location.
184
201
  Possible values:
185
202
  STATE_UNSPECIFIED
186
203
  ACTIVE
187
204
  OUT_OF_SYNC
188
- :param pulumi.Input[str] update_time: Update time stamp.
205
+ :param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
206
+ See https://google.aip.dev/148#timestamps.
189
207
  """
190
208
  if create_time is not None:
191
209
  pulumi.set(__self__, "create_time", create_time)
@@ -220,7 +238,8 @@ class _InterceptEndpointGroupAssociationState:
220
238
  @pulumi.getter(name="createTime")
221
239
  def create_time(self) -> Optional[pulumi.Input[str]]:
222
240
  """
223
- Create time stamp.
241
+ The timestamp when the resource was created.
242
+ See https://google.aip.dev/148#timestamps.
224
243
  """
225
244
  return pulumi.get(self, "create_time")
226
245
 
@@ -244,9 +263,9 @@ class _InterceptEndpointGroupAssociationState:
244
263
  @pulumi.getter(name="interceptEndpointGroup")
245
264
  def intercept_endpoint_group(self) -> Optional[pulumi.Input[str]]:
246
265
  """
247
- Immutable. The Intercept Endpoint Group that this resource is connected to. Format
248
- is:
249
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
266
+ The endpoint group that this association is connected to, for example:
267
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
268
+ See https://google.aip.dev/124.
250
269
  """
251
270
  return pulumi.get(self, "intercept_endpoint_group")
252
271
 
@@ -258,7 +277,9 @@ class _InterceptEndpointGroupAssociationState:
258
277
  @pulumi.getter(name="interceptEndpointGroupAssociationId")
259
278
  def intercept_endpoint_group_association_id(self) -> Optional[pulumi.Input[str]]:
260
279
  """
261
- ID of the Intercept Endpoint Group Association.
280
+ The ID to use for the new association, which will become the final
281
+ component of the endpoint group's resource name. If not provided, the
282
+ server will generate a unique ID.
262
283
  """
263
284
  return pulumi.get(self, "intercept_endpoint_group_association_id")
264
285
 
@@ -270,7 +291,7 @@ class _InterceptEndpointGroupAssociationState:
270
291
  @pulumi.getter
271
292
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
272
293
  """
273
- Optional. Labels as key value pairs.
294
+ Labels are key/value pairs that help to organize and filter resources.
274
295
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
275
296
  Please refer to the field `effective_labels` for all of the labels present on the resource.
276
297
  """
@@ -284,7 +305,7 @@ class _InterceptEndpointGroupAssociationState:
284
305
  @pulumi.getter
285
306
  def location(self) -> Optional[pulumi.Input[str]]:
286
307
  """
287
- The location of the Intercept Endpoint Group Association, currently restricted to `global`.
308
+ The cloud location of the association, currently restricted to `global`.
288
309
 
289
310
 
290
311
  - - -
@@ -299,7 +320,9 @@ class _InterceptEndpointGroupAssociationState:
299
320
  @pulumi.getter(name="locationsDetails")
300
321
  def locations_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InterceptEndpointGroupAssociationLocationsDetailArgs']]]]:
301
322
  """
302
- The list of locations that are currently supported by the associated Intercept Deployment Group and their state.
323
+ The list of locations where the association is present. This information
324
+ is retrieved from the linked endpoint group, and not configured as part
325
+ of the association itself.
303
326
  Structure is documented below.
304
327
  """
305
328
  return pulumi.get(self, "locations_details")
@@ -312,7 +335,9 @@ class _InterceptEndpointGroupAssociationState:
312
335
  @pulumi.getter
313
336
  def name(self) -> Optional[pulumi.Input[str]]:
314
337
  """
315
- Identifier. The name of the Intercept Endpoint Group Association.
338
+ The resource name of this endpoint group association, for example:
339
+ `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`.
340
+ See https://google.aip.dev/122 for more details.
316
341
  """
317
342
  return pulumi.get(self, "name")
318
343
 
@@ -324,8 +349,9 @@ class _InterceptEndpointGroupAssociationState:
324
349
  @pulumi.getter
325
350
  def network(self) -> Optional[pulumi.Input[str]]:
326
351
  """
327
- Immutable. The VPC network associated. Format:
328
- `projects/{project}/global/networks/{network}`.
352
+ The VPC network that is associated. for example:
353
+ `projects/123456789/global/networks/my-network`.
354
+ See https://google.aip.dev/124.
329
355
  """
330
356
  return pulumi.get(self, "network")
331
357
 
@@ -363,7 +389,10 @@ class _InterceptEndpointGroupAssociationState:
363
389
  @pulumi.getter
364
390
  def reconciling(self) -> Optional[pulumi.Input[bool]]:
365
391
  """
366
- Whether reconciling is in progress.
392
+ The current state of the resource does not match the user's intended state,
393
+ and the system is working to reconcile them. This part of the normal
394
+ operation (e.g. adding a new location to the target deployment group).
395
+ See https://google.aip.dev/128.
367
396
  """
368
397
  return pulumi.get(self, "reconciling")
369
398
 
@@ -376,7 +405,7 @@ class _InterceptEndpointGroupAssociationState:
376
405
  def state(self) -> Optional[pulumi.Input[str]]:
377
406
  """
378
407
  (Output)
379
- The association state in this location.
408
+ The current state of the association in this location.
380
409
  Possible values:
381
410
  STATE_UNSPECIFIED
382
411
  ACTIVE
@@ -392,7 +421,8 @@ class _InterceptEndpointGroupAssociationState:
392
421
  @pulumi.getter(name="updateTime")
393
422
  def update_time(self) -> Optional[pulumi.Input[str]]:
394
423
  """
395
- Update time stamp.
424
+ The timestamp when the resource was most recently updated.
425
+ See https://google.aip.dev/148#timestamps.
396
426
  """
397
427
  return pulumi.get(self, "update_time")
398
428
 
@@ -472,19 +502,22 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
472
502
 
473
503
  :param str resource_name: The name of the resource.
474
504
  :param pulumi.ResourceOptions opts: Options for the resource.
475
- :param pulumi.Input[str] intercept_endpoint_group: Immutable. The Intercept Endpoint Group that this resource is connected to. Format
476
- is:
477
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
478
- :param pulumi.Input[str] intercept_endpoint_group_association_id: ID of the Intercept Endpoint Group Association.
479
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
505
+ :param pulumi.Input[str] intercept_endpoint_group: The endpoint group that this association is connected to, for example:
506
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
507
+ See https://google.aip.dev/124.
508
+ :param pulumi.Input[str] intercept_endpoint_group_association_id: The ID to use for the new association, which will become the final
509
+ component of the endpoint group's resource name. If not provided, the
510
+ server will generate a unique ID.
511
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
480
512
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
481
513
  Please refer to the field `effective_labels` for all of the labels present on the resource.
482
- :param pulumi.Input[str] location: The location of the Intercept Endpoint Group Association, currently restricted to `global`.
514
+ :param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
483
515
 
484
516
 
485
517
  - - -
486
- :param pulumi.Input[str] network: Immutable. The VPC network associated. Format:
487
- `projects/{project}/global/networks/{network}`.
518
+ :param pulumi.Input[str] network: The VPC network that is associated. for example:
519
+ `projects/123456789/global/networks/my-network`.
520
+ See https://google.aip.dev/124.
488
521
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
489
522
  If it is not provided, the provider project is used.
490
523
  """
@@ -634,36 +667,48 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
634
667
  :param str resource_name: The unique name of the resulting resource.
635
668
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
636
669
  :param pulumi.ResourceOptions opts: Options for the resource.
637
- :param pulumi.Input[str] create_time: Create time stamp.
670
+ :param pulumi.Input[str] create_time: The timestamp when the resource was created.
671
+ See https://google.aip.dev/148#timestamps.
638
672
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
639
- :param pulumi.Input[str] intercept_endpoint_group: Immutable. The Intercept Endpoint Group that this resource is connected to. Format
640
- is:
641
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
642
- :param pulumi.Input[str] intercept_endpoint_group_association_id: ID of the Intercept Endpoint Group Association.
643
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
673
+ :param pulumi.Input[str] intercept_endpoint_group: The endpoint group that this association is connected to, for example:
674
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
675
+ See https://google.aip.dev/124.
676
+ :param pulumi.Input[str] intercept_endpoint_group_association_id: The ID to use for the new association, which will become the final
677
+ component of the endpoint group's resource name. If not provided, the
678
+ server will generate a unique ID.
679
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are key/value pairs that help to organize and filter resources.
644
680
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
645
681
  Please refer to the field `effective_labels` for all of the labels present on the resource.
646
- :param pulumi.Input[str] location: The location of the Intercept Endpoint Group Association, currently restricted to `global`.
682
+ :param pulumi.Input[str] location: The cloud location of the association, currently restricted to `global`.
647
683
 
648
684
 
649
685
  - - -
650
- :param pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationLocationsDetailArgs', 'InterceptEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details: The list of locations that are currently supported by the associated Intercept Deployment Group and their state.
686
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InterceptEndpointGroupAssociationLocationsDetailArgs', 'InterceptEndpointGroupAssociationLocationsDetailArgsDict']]]] locations_details: The list of locations where the association is present. This information
687
+ is retrieved from the linked endpoint group, and not configured as part
688
+ of the association itself.
651
689
  Structure is documented below.
652
- :param pulumi.Input[str] name: Identifier. The name of the Intercept Endpoint Group Association.
653
- :param pulumi.Input[str] network: Immutable. The VPC network associated. Format:
654
- `projects/{project}/global/networks/{network}`.
690
+ :param pulumi.Input[str] name: The resource name of this endpoint group association, for example:
691
+ `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`.
692
+ See https://google.aip.dev/122 for more details.
693
+ :param pulumi.Input[str] network: The VPC network that is associated. for example:
694
+ `projects/123456789/global/networks/my-network`.
695
+ See https://google.aip.dev/124.
655
696
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
656
697
  If it is not provided, the provider project is used.
657
698
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
658
699
  and default labels configured on the provider.
659
- :param pulumi.Input[bool] reconciling: Whether reconciling is in progress.
700
+ :param pulumi.Input[bool] reconciling: The current state of the resource does not match the user's intended state,
701
+ and the system is working to reconcile them. This part of the normal
702
+ operation (e.g. adding a new location to the target deployment group).
703
+ See https://google.aip.dev/128.
660
704
  :param pulumi.Input[str] state: (Output)
661
- The association state in this location.
705
+ The current state of the association in this location.
662
706
  Possible values:
663
707
  STATE_UNSPECIFIED
664
708
  ACTIVE
665
709
  OUT_OF_SYNC
666
- :param pulumi.Input[str] update_time: Update time stamp.
710
+ :param pulumi.Input[str] update_time: The timestamp when the resource was most recently updated.
711
+ See https://google.aip.dev/148#timestamps.
667
712
  """
668
713
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
669
714
 
@@ -689,7 +734,8 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
689
734
  @pulumi.getter(name="createTime")
690
735
  def create_time(self) -> pulumi.Output[str]:
691
736
  """
692
- Create time stamp.
737
+ The timestamp when the resource was created.
738
+ See https://google.aip.dev/148#timestamps.
693
739
  """
694
740
  return pulumi.get(self, "create_time")
695
741
 
@@ -705,9 +751,9 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
705
751
  @pulumi.getter(name="interceptEndpointGroup")
706
752
  def intercept_endpoint_group(self) -> pulumi.Output[str]:
707
753
  """
708
- Immutable. The Intercept Endpoint Group that this resource is connected to. Format
709
- is:
710
- `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`.
754
+ The endpoint group that this association is connected to, for example:
755
+ `projects/123456789/locations/global/interceptEndpointGroups/my-eg`.
756
+ See https://google.aip.dev/124.
711
757
  """
712
758
  return pulumi.get(self, "intercept_endpoint_group")
713
759
 
@@ -715,7 +761,9 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
715
761
  @pulumi.getter(name="interceptEndpointGroupAssociationId")
716
762
  def intercept_endpoint_group_association_id(self) -> pulumi.Output[Optional[str]]:
717
763
  """
718
- ID of the Intercept Endpoint Group Association.
764
+ The ID to use for the new association, which will become the final
765
+ component of the endpoint group's resource name. If not provided, the
766
+ server will generate a unique ID.
719
767
  """
720
768
  return pulumi.get(self, "intercept_endpoint_group_association_id")
721
769
 
@@ -723,7 +771,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
723
771
  @pulumi.getter
724
772
  def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
725
773
  """
726
- Optional. Labels as key value pairs.
774
+ Labels are key/value pairs that help to organize and filter resources.
727
775
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
728
776
  Please refer to the field `effective_labels` for all of the labels present on the resource.
729
777
  """
@@ -733,7 +781,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
733
781
  @pulumi.getter
734
782
  def location(self) -> pulumi.Output[str]:
735
783
  """
736
- The location of the Intercept Endpoint Group Association, currently restricted to `global`.
784
+ The cloud location of the association, currently restricted to `global`.
737
785
 
738
786
 
739
787
  - - -
@@ -744,7 +792,9 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
744
792
  @pulumi.getter(name="locationsDetails")
745
793
  def locations_details(self) -> pulumi.Output[Sequence['outputs.InterceptEndpointGroupAssociationLocationsDetail']]:
746
794
  """
747
- The list of locations that are currently supported by the associated Intercept Deployment Group and their state.
795
+ The list of locations where the association is present. This information
796
+ is retrieved from the linked endpoint group, and not configured as part
797
+ of the association itself.
748
798
  Structure is documented below.
749
799
  """
750
800
  return pulumi.get(self, "locations_details")
@@ -753,7 +803,9 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
753
803
  @pulumi.getter
754
804
  def name(self) -> pulumi.Output[str]:
755
805
  """
756
- Identifier. The name of the Intercept Endpoint Group Association.
806
+ The resource name of this endpoint group association, for example:
807
+ `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`.
808
+ See https://google.aip.dev/122 for more details.
757
809
  """
758
810
  return pulumi.get(self, "name")
759
811
 
@@ -761,8 +813,9 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
761
813
  @pulumi.getter
762
814
  def network(self) -> pulumi.Output[str]:
763
815
  """
764
- Immutable. The VPC network associated. Format:
765
- `projects/{project}/global/networks/{network}`.
816
+ The VPC network that is associated. for example:
817
+ `projects/123456789/global/networks/my-network`.
818
+ See https://google.aip.dev/124.
766
819
  """
767
820
  return pulumi.get(self, "network")
768
821
 
@@ -788,7 +841,10 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
788
841
  @pulumi.getter
789
842
  def reconciling(self) -> pulumi.Output[bool]:
790
843
  """
791
- Whether reconciling is in progress.
844
+ The current state of the resource does not match the user's intended state,
845
+ and the system is working to reconcile them. This part of the normal
846
+ operation (e.g. adding a new location to the target deployment group).
847
+ See https://google.aip.dev/128.
792
848
  """
793
849
  return pulumi.get(self, "reconciling")
794
850
 
@@ -797,7 +853,7 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
797
853
  def state(self) -> pulumi.Output[str]:
798
854
  """
799
855
  (Output)
800
- The association state in this location.
856
+ The current state of the association in this location.
801
857
  Possible values:
802
858
  STATE_UNSPECIFIED
803
859
  ACTIVE
@@ -809,7 +865,8 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
809
865
  @pulumi.getter(name="updateTime")
810
866
  def update_time(self) -> pulumi.Output[str]:
811
867
  """
812
- Update time stamp.
868
+ The timestamp when the resource was most recently updated.
869
+ See https://google.aip.dev/148#timestamps.
813
870
  """
814
871
  return pulumi.get(self, "update_time")
815
872