pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.0a1741934088__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.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/METADATA +1 -1
  73. {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/RECORD +75 -70
  74. {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/WHEEL +0 -0
  75. {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0a1741934088.dist-info}/top_level.txt +0 -0
@@ -27,13 +27,13 @@ class ChannelArgs:
27
27
  """
28
28
  The set of arguments for constructing a Channel resource.
29
29
  :param pulumi.Input[str] location: The location for the resource
30
- :param pulumi.Input[str] crypto_key_name: Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
31
- :param pulumi.Input[str] name: Required. The resource name of the channel. Must be unique within the location on the project.
32
-
33
30
 
34
31
 
35
32
  - - -
36
- :param pulumi.Input[str] project: The project for the resource
33
+ :param pulumi.Input[str] crypto_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
34
+ :param pulumi.Input[str] name: The resource name of the channel. Must be unique within the location on the project.
35
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
36
+ If it is not provided, the provider project is used.
37
37
  :param pulumi.Input[str] third_party_provider: The name of the event provider (e.g. Eventarc SaaS partner) associated with the channel. This provider will be granted permissions to publish events to the channel. Format: `projects/{project}/locations/{location}/providers/{provider_id}`.
38
38
  """
39
39
  pulumi.set(__self__, "location", location)
@@ -51,6 +51,9 @@ class ChannelArgs:
51
51
  def location(self) -> pulumi.Input[str]:
52
52
  """
53
53
  The location for the resource
54
+
55
+
56
+ - - -
54
57
  """
55
58
  return pulumi.get(self, "location")
56
59
 
@@ -62,7 +65,7 @@ class ChannelArgs:
62
65
  @pulumi.getter(name="cryptoKeyName")
63
66
  def crypto_key_name(self) -> Optional[pulumi.Input[str]]:
64
67
  """
65
- Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
68
+ Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
66
69
  """
67
70
  return pulumi.get(self, "crypto_key_name")
68
71
 
@@ -74,11 +77,7 @@ class ChannelArgs:
74
77
  @pulumi.getter
75
78
  def name(self) -> Optional[pulumi.Input[str]]:
76
79
  """
77
- Required. The resource name of the channel. Must be unique within the location on the project.
78
-
79
-
80
-
81
- - - -
80
+ The resource name of the channel. Must be unique within the location on the project.
82
81
  """
83
82
  return pulumi.get(self, "name")
84
83
 
@@ -90,7 +89,8 @@ class ChannelArgs:
90
89
  @pulumi.getter
91
90
  def project(self) -> Optional[pulumi.Input[str]]:
92
91
  """
93
- The project for the resource
92
+ The ID of the project in which the resource belongs.
93
+ If it is not provided, the provider project is used.
94
94
  """
95
95
  return pulumi.get(self, "project")
96
96
 
@@ -127,21 +127,21 @@ class _ChannelState:
127
127
  update_time: Optional[pulumi.Input[str]] = None):
128
128
  """
129
129
  Input properties used for looking up and filtering Channel resources.
130
- :param pulumi.Input[str] activation_token: Output only. The activation token for the channel. The token must be used by the provider to register the channel for publishing.
131
- :param pulumi.Input[str] create_time: Output only. The creation time.
132
- :param pulumi.Input[str] crypto_key_name: Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
130
+ :param pulumi.Input[str] activation_token: The activation token for the channel. The token must be used by the provider to register the channel for publishing.
131
+ :param pulumi.Input[str] create_time: The creation time.
132
+ :param pulumi.Input[str] crypto_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
133
133
  :param pulumi.Input[str] location: The location for the resource
134
- :param pulumi.Input[str] name: Required. The resource name of the channel. Must be unique within the location on the project.
135
-
136
134
 
137
135
 
138
136
  - - -
139
- :param pulumi.Input[str] project: The project for the resource
140
- :param pulumi.Input[str] pubsub_topic: Output only. The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
141
- :param pulumi.Input[str] state: Output only. The state of a Channel. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE, INACTIVE
137
+ :param pulumi.Input[str] name: The resource name of the channel. Must be unique within the location on the project.
138
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
139
+ If it is not provided, the provider project is used.
140
+ :param pulumi.Input[str] pubsub_topic: The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
141
+ :param pulumi.Input[str] state: The state of a Channel.
142
142
  :param pulumi.Input[str] third_party_provider: The name of the event provider (e.g. Eventarc SaaS partner) associated with the channel. This provider will be granted permissions to publish events to the channel. Format: `projects/{project}/locations/{location}/providers/{provider_id}`.
143
- :param pulumi.Input[str] uid: Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
144
- :param pulumi.Input[str] update_time: Output only. The last-modified time.
143
+ :param pulumi.Input[str] uid: Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
144
+ :param pulumi.Input[str] update_time: The last-modified time.
145
145
  """
146
146
  if activation_token is not None:
147
147
  pulumi.set(__self__, "activation_token", activation_token)
@@ -170,7 +170,7 @@ class _ChannelState:
170
170
  @pulumi.getter(name="activationToken")
171
171
  def activation_token(self) -> Optional[pulumi.Input[str]]:
172
172
  """
173
- Output only. The activation token for the channel. The token must be used by the provider to register the channel for publishing.
173
+ The activation token for the channel. The token must be used by the provider to register the channel for publishing.
174
174
  """
175
175
  return pulumi.get(self, "activation_token")
176
176
 
@@ -182,7 +182,7 @@ class _ChannelState:
182
182
  @pulumi.getter(name="createTime")
183
183
  def create_time(self) -> Optional[pulumi.Input[str]]:
184
184
  """
185
- Output only. The creation time.
185
+ The creation time.
186
186
  """
187
187
  return pulumi.get(self, "create_time")
188
188
 
@@ -194,7 +194,7 @@ class _ChannelState:
194
194
  @pulumi.getter(name="cryptoKeyName")
195
195
  def crypto_key_name(self) -> Optional[pulumi.Input[str]]:
196
196
  """
197
- Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
197
+ Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
198
198
  """
199
199
  return pulumi.get(self, "crypto_key_name")
200
200
 
@@ -207,6 +207,9 @@ class _ChannelState:
207
207
  def location(self) -> Optional[pulumi.Input[str]]:
208
208
  """
209
209
  The location for the resource
210
+
211
+
212
+ - - -
210
213
  """
211
214
  return pulumi.get(self, "location")
212
215
 
@@ -218,11 +221,7 @@ class _ChannelState:
218
221
  @pulumi.getter
219
222
  def name(self) -> Optional[pulumi.Input[str]]:
220
223
  """
221
- Required. The resource name of the channel. Must be unique within the location on the project.
222
-
223
-
224
-
225
- - - -
224
+ The resource name of the channel. Must be unique within the location on the project.
226
225
  """
227
226
  return pulumi.get(self, "name")
228
227
 
@@ -234,7 +233,8 @@ class _ChannelState:
234
233
  @pulumi.getter
235
234
  def project(self) -> Optional[pulumi.Input[str]]:
236
235
  """
237
- The project for the resource
236
+ The ID of the project in which the resource belongs.
237
+ If it is not provided, the provider project is used.
238
238
  """
239
239
  return pulumi.get(self, "project")
240
240
 
@@ -246,7 +246,7 @@ class _ChannelState:
246
246
  @pulumi.getter(name="pubsubTopic")
247
247
  def pubsub_topic(self) -> Optional[pulumi.Input[str]]:
248
248
  """
249
- Output only. The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
249
+ The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
250
250
  """
251
251
  return pulumi.get(self, "pubsub_topic")
252
252
 
@@ -258,7 +258,7 @@ class _ChannelState:
258
258
  @pulumi.getter
259
259
  def state(self) -> Optional[pulumi.Input[str]]:
260
260
  """
261
- Output only. The state of a Channel. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE, INACTIVE
261
+ The state of a Channel.
262
262
  """
263
263
  return pulumi.get(self, "state")
264
264
 
@@ -282,7 +282,7 @@ class _ChannelState:
282
282
  @pulumi.getter
283
283
  def uid(self) -> Optional[pulumi.Input[str]]:
284
284
  """
285
- Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
285
+ Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
286
286
  """
287
287
  return pulumi.get(self, "uid")
288
288
 
@@ -294,7 +294,7 @@ class _ChannelState:
294
294
  @pulumi.getter(name="updateTime")
295
295
  def update_time(self) -> Optional[pulumi.Input[str]]:
296
296
  """
297
- Output only. The last-modified time.
297
+ The last-modified time.
298
298
  """
299
299
  return pulumi.get(self, "update_time")
300
300
 
@@ -317,29 +317,25 @@ class Channel(pulumi.CustomResource):
317
317
  """
318
318
  The Eventarc Channel resource
319
319
 
320
+ To get more information about Channel, see:
321
+
322
+ * [API documentation](https://cloud.google.com/eventarc/docs/reference/rest/v1/projects.locations.channels)
323
+ * How-to Guides
324
+ * [Official Documentation](https://cloud.google.com/eventarc/standard/docs/third-parties/create-channels)
325
+
320
326
  ## Example Usage
321
327
 
322
- ### Basic
328
+ ### Eventarc Channel With Cmek
329
+
323
330
  ```python
324
331
  import pulumi
325
332
  import pulumi_gcp as gcp
326
333
 
327
- test_project = gcp.organizations.get_project(project_id="my-project-name")
328
- test_key_ring = gcp.kms.get_kms_key_ring(name="keyring",
329
- location="us-west1")
330
- key = gcp.kms.get_kms_crypto_key(name="key",
331
- key_ring=test_key_ring.id)
332
- key1_member = gcp.kms.CryptoKeyIAMMember("key1_member",
333
- crypto_key_id=key1["id"],
334
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
335
- member=f"serviceAccount:service-{test_project.number}@gcp-sa-eventarc.iam.gserviceaccount.com")
336
334
  primary = gcp.eventarc.Channel("primary",
337
- location="us-west1",
338
- name="channel",
339
- project=test_project.project_id,
340
- crypto_key_name=key1["id"],
341
- third_party_provider=f"projects/{test_project.project_id}/locations/us-west1/providers/datadog",
342
- opts = pulumi.ResourceOptions(depends_on=[key1_member]))
335
+ location="us-central1",
336
+ name="some-channel",
337
+ crypto_key_name="some-key",
338
+ third_party_provider="projects/my-project-name/locations/us-central1/providers/datadog")
343
339
  ```
344
340
 
345
341
  ## Import
@@ -368,14 +364,14 @@ class Channel(pulumi.CustomResource):
368
364
 
369
365
  :param str resource_name: The name of the resource.
370
366
  :param pulumi.ResourceOptions opts: Options for the resource.
371
- :param pulumi.Input[str] crypto_key_name: Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
367
+ :param pulumi.Input[str] crypto_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
372
368
  :param pulumi.Input[str] location: The location for the resource
373
- :param pulumi.Input[str] name: Required. The resource name of the channel. Must be unique within the location on the project.
374
-
375
369
 
376
370
 
377
371
  - - -
378
- :param pulumi.Input[str] project: The project for the resource
372
+ :param pulumi.Input[str] name: The resource name of the channel. Must be unique within the location on the project.
373
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
374
+ If it is not provided, the provider project is used.
379
375
  :param pulumi.Input[str] third_party_provider: The name of the event provider (e.g. Eventarc SaaS partner) associated with the channel. This provider will be granted permissions to publish events to the channel. Format: `projects/{project}/locations/{location}/providers/{provider_id}`.
380
376
  """
381
377
  ...
@@ -387,29 +383,25 @@ class Channel(pulumi.CustomResource):
387
383
  """
388
384
  The Eventarc Channel resource
389
385
 
386
+ To get more information about Channel, see:
387
+
388
+ * [API documentation](https://cloud.google.com/eventarc/docs/reference/rest/v1/projects.locations.channels)
389
+ * How-to Guides
390
+ * [Official Documentation](https://cloud.google.com/eventarc/standard/docs/third-parties/create-channels)
391
+
390
392
  ## Example Usage
391
393
 
392
- ### Basic
394
+ ### Eventarc Channel With Cmek
395
+
393
396
  ```python
394
397
  import pulumi
395
398
  import pulumi_gcp as gcp
396
399
 
397
- test_project = gcp.organizations.get_project(project_id="my-project-name")
398
- test_key_ring = gcp.kms.get_kms_key_ring(name="keyring",
399
- location="us-west1")
400
- key = gcp.kms.get_kms_crypto_key(name="key",
401
- key_ring=test_key_ring.id)
402
- key1_member = gcp.kms.CryptoKeyIAMMember("key1_member",
403
- crypto_key_id=key1["id"],
404
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
405
- member=f"serviceAccount:service-{test_project.number}@gcp-sa-eventarc.iam.gserviceaccount.com")
406
400
  primary = gcp.eventarc.Channel("primary",
407
- location="us-west1",
408
- name="channel",
409
- project=test_project.project_id,
410
- crypto_key_name=key1["id"],
411
- third_party_provider=f"projects/{test_project.project_id}/locations/us-west1/providers/datadog",
412
- opts = pulumi.ResourceOptions(depends_on=[key1_member]))
401
+ location="us-central1",
402
+ name="some-channel",
403
+ crypto_key_name="some-key",
404
+ third_party_provider="projects/my-project-name/locations/us-central1/providers/datadog")
413
405
  ```
414
406
 
415
407
  ## Import
@@ -506,21 +498,21 @@ class Channel(pulumi.CustomResource):
506
498
  :param str resource_name: The unique name of the resulting resource.
507
499
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
508
500
  :param pulumi.ResourceOptions opts: Options for the resource.
509
- :param pulumi.Input[str] activation_token: Output only. The activation token for the channel. The token must be used by the provider to register the channel for publishing.
510
- :param pulumi.Input[str] create_time: Output only. The creation time.
511
- :param pulumi.Input[str] crypto_key_name: Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
501
+ :param pulumi.Input[str] activation_token: The activation token for the channel. The token must be used by the provider to register the channel for publishing.
502
+ :param pulumi.Input[str] create_time: The creation time.
503
+ :param pulumi.Input[str] crypto_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
512
504
  :param pulumi.Input[str] location: The location for the resource
513
- :param pulumi.Input[str] name: Required. The resource name of the channel. Must be unique within the location on the project.
514
-
515
505
 
516
506
 
517
507
  - - -
518
- :param pulumi.Input[str] project: The project for the resource
519
- :param pulumi.Input[str] pubsub_topic: Output only. The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
520
- :param pulumi.Input[str] state: Output only. The state of a Channel. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE, INACTIVE
508
+ :param pulumi.Input[str] name: The resource name of the channel. Must be unique within the location on the project.
509
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
510
+ If it is not provided, the provider project is used.
511
+ :param pulumi.Input[str] pubsub_topic: The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
512
+ :param pulumi.Input[str] state: The state of a Channel.
521
513
  :param pulumi.Input[str] third_party_provider: The name of the event provider (e.g. Eventarc SaaS partner) associated with the channel. This provider will be granted permissions to publish events to the channel. Format: `projects/{project}/locations/{location}/providers/{provider_id}`.
522
- :param pulumi.Input[str] uid: Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
523
- :param pulumi.Input[str] update_time: Output only. The last-modified time.
514
+ :param pulumi.Input[str] uid: Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
515
+ :param pulumi.Input[str] update_time: The last-modified time.
524
516
  """
525
517
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
526
518
 
@@ -543,7 +535,7 @@ class Channel(pulumi.CustomResource):
543
535
  @pulumi.getter(name="activationToken")
544
536
  def activation_token(self) -> pulumi.Output[str]:
545
537
  """
546
- Output only. The activation token for the channel. The token must be used by the provider to register the channel for publishing.
538
+ The activation token for the channel. The token must be used by the provider to register the channel for publishing.
547
539
  """
548
540
  return pulumi.get(self, "activation_token")
549
541
 
@@ -551,7 +543,7 @@ class Channel(pulumi.CustomResource):
551
543
  @pulumi.getter(name="createTime")
552
544
  def create_time(self) -> pulumi.Output[str]:
553
545
  """
554
- Output only. The creation time.
546
+ The creation time.
555
547
  """
556
548
  return pulumi.get(self, "create_time")
557
549
 
@@ -559,7 +551,7 @@ class Channel(pulumi.CustomResource):
559
551
  @pulumi.getter(name="cryptoKeyName")
560
552
  def crypto_key_name(self) -> pulumi.Output[Optional[str]]:
561
553
  """
562
- Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
554
+ Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
563
555
  """
564
556
  return pulumi.get(self, "crypto_key_name")
565
557
 
@@ -568,6 +560,9 @@ class Channel(pulumi.CustomResource):
568
560
  def location(self) -> pulumi.Output[str]:
569
561
  """
570
562
  The location for the resource
563
+
564
+
565
+ - - -
571
566
  """
572
567
  return pulumi.get(self, "location")
573
568
 
@@ -575,11 +570,7 @@ class Channel(pulumi.CustomResource):
575
570
  @pulumi.getter
576
571
  def name(self) -> pulumi.Output[str]:
577
572
  """
578
- Required. The resource name of the channel. Must be unique within the location on the project.
579
-
580
-
581
-
582
- - - -
573
+ The resource name of the channel. Must be unique within the location on the project.
583
574
  """
584
575
  return pulumi.get(self, "name")
585
576
 
@@ -587,7 +578,8 @@ class Channel(pulumi.CustomResource):
587
578
  @pulumi.getter
588
579
  def project(self) -> pulumi.Output[str]:
589
580
  """
590
- The project for the resource
581
+ The ID of the project in which the resource belongs.
582
+ If it is not provided, the provider project is used.
591
583
  """
592
584
  return pulumi.get(self, "project")
593
585
 
@@ -595,7 +587,7 @@ class Channel(pulumi.CustomResource):
595
587
  @pulumi.getter(name="pubsubTopic")
596
588
  def pubsub_topic(self) -> pulumi.Output[str]:
597
589
  """
598
- Output only. The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
590
+ The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`.
599
591
  """
600
592
  return pulumi.get(self, "pubsub_topic")
601
593
 
@@ -603,7 +595,7 @@ class Channel(pulumi.CustomResource):
603
595
  @pulumi.getter
604
596
  def state(self) -> pulumi.Output[str]:
605
597
  """
606
- Output only. The state of a Channel. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE, INACTIVE
598
+ The state of a Channel.
607
599
  """
608
600
  return pulumi.get(self, "state")
609
601
 
@@ -619,7 +611,7 @@ class Channel(pulumi.CustomResource):
619
611
  @pulumi.getter
620
612
  def uid(self) -> pulumi.Output[str]:
621
613
  """
622
- Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
614
+ Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
623
615
  """
624
616
  return pulumi.get(self, "uid")
625
617
 
@@ -627,7 +619,7 @@ class Channel(pulumi.CustomResource):
627
619
  @pulumi.getter(name="updateTime")
628
620
  def update_time(self) -> pulumi.Output[str]:
629
621
  """
630
- Output only. The last-modified time.
622
+ The last-modified time.
631
623
  """
632
624
  return pulumi.get(self, "update_time")
633
625