pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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 (76) hide show
  1. pulumi_gcp/__init__.py +80 -0
  2. pulumi_gcp/_utilities.py +8 -4
  3. pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
  4. pulumi_gcp/accesscontextmanager/outputs.py +186 -54
  5. pulumi_gcp/appengine/_inputs.py +3 -0
  6. pulumi_gcp/appengine/outputs.py +2 -0
  7. pulumi_gcp/beyondcorp/__init__.py +5 -0
  8. pulumi_gcp/beyondcorp/_inputs.py +189 -0
  9. pulumi_gcp/beyondcorp/application.py +604 -0
  10. pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
  11. pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
  12. pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
  13. pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
  14. pulumi_gcp/beyondcorp/outputs.py +111 -0
  15. pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
  16. pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
  17. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
  18. pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
  19. pulumi_gcp/certificateauthority/_inputs.py +54 -0
  20. pulumi_gcp/certificateauthority/authority.py +149 -3
  21. pulumi_gcp/certificateauthority/get_authority.py +15 -4
  22. pulumi_gcp/certificateauthority/outputs.py +81 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +112 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +144 -1
  25. pulumi_gcp/cloudrunv2/service.py +2 -0
  26. pulumi_gcp/colab/__init__.py +2 -0
  27. pulumi_gcp/colab/_inputs.py +655 -0
  28. pulumi_gcp/colab/notebook_execution.py +1259 -0
  29. pulumi_gcp/colab/outputs.py +512 -0
  30. pulumi_gcp/colab/runtime.py +266 -2
  31. pulumi_gcp/colab/runtime_template.py +79 -3
  32. pulumi_gcp/colab/schedule.py +1318 -0
  33. pulumi_gcp/compute/__init__.py +1 -0
  34. pulumi_gcp/compute/_inputs.py +204 -0
  35. pulumi_gcp/compute/firewall_policy.py +54 -43
  36. pulumi_gcp/compute/forwarding_rule.py +103 -0
  37. pulumi_gcp/compute/get_forwarding_rule.py +12 -1
  38. pulumi_gcp/compute/interconnect_attachment.py +12 -0
  39. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
  40. pulumi_gcp/compute/outputs.py +187 -0
  41. pulumi_gcp/compute/public_advertised_prefix.py +35 -7
  42. pulumi_gcp/compute/public_delegated_prefix.py +171 -7
  43. pulumi_gcp/compute/region_resize_request.py +21 -22
  44. pulumi_gcp/compute/resize_request.py +22 -23
  45. pulumi_gcp/compute/subnetwork.py +14 -7
  46. pulumi_gcp/container/_inputs.py +54 -1
  47. pulumi_gcp/container/outputs.py +79 -1
  48. pulumi_gcp/datastream/connection_profile.py +120 -46
  49. pulumi_gcp/discoveryengine/chat_engine.py +7 -7
  50. pulumi_gcp/filestore/_inputs.py +222 -0
  51. pulumi_gcp/filestore/get_instance.py +23 -1
  52. pulumi_gcp/filestore/instance.py +86 -0
  53. pulumi_gcp/filestore/outputs.py +282 -0
  54. pulumi_gcp/gemini/__init__.py +2 -0
  55. pulumi_gcp/gemini/logging_setting.py +671 -0
  56. pulumi_gcp/gemini/release_channel_setting.py +639 -0
  57. pulumi_gcp/memorystore/_inputs.py +296 -0
  58. pulumi_gcp/memorystore/instance.py +32 -28
  59. pulumi_gcp/memorystore/outputs.py +224 -0
  60. pulumi_gcp/monitoring/_inputs.py +12 -9
  61. pulumi_gcp/monitoring/outputs.py +8 -6
  62. pulumi_gcp/networkservices/_inputs.py +89 -0
  63. pulumi_gcp/networkservices/outputs.py +75 -0
  64. pulumi_gcp/parametermanager/__init__.py +2 -0
  65. pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
  66. pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
  67. pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
  68. pulumi_gcp/pulumi-plugin.json +1 -1
  69. pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
  70. pulumi_gcp/securesourcemanager/repository.py +4 -0
  71. pulumi_gcp/storage/bucket_object.py +8 -0
  72. pulumi_gcp/workbench/instance.py +70 -2
  73. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
  75. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,639 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['ReleaseChannelSettingArgs', 'ReleaseChannelSetting']
18
+
19
+ @pulumi.input_type
20
+ class ReleaseChannelSettingArgs:
21
+ def __init__(__self__, *,
22
+ location: pulumi.Input[str],
23
+ release_channel_setting_id: pulumi.Input[str],
24
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
25
+ project: Optional[pulumi.Input[str]] = None,
26
+ release_channel: Optional[pulumi.Input[str]] = None):
27
+ """
28
+ The set of arguments for constructing a ReleaseChannelSetting resource.
29
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
30
+ :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
31
+ If auto-generating Id server-side, remove this field and
32
+ release_channel_setting_id from the method_signature of Create RPC
33
+
34
+
35
+ - - -
36
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
37
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
38
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
39
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
40
+ If it is not provided, the provider project is used.
41
+ :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
42
+ Possible values:
43
+ STABLE
44
+ EXPERIMENTAL
45
+ """
46
+ pulumi.set(__self__, "location", location)
47
+ pulumi.set(__self__, "release_channel_setting_id", release_channel_setting_id)
48
+ if labels is not None:
49
+ pulumi.set(__self__, "labels", labels)
50
+ if project is not None:
51
+ pulumi.set(__self__, "project", project)
52
+ if release_channel is not None:
53
+ pulumi.set(__self__, "release_channel", release_channel)
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def location(self) -> pulumi.Input[str]:
58
+ """
59
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
60
+ """
61
+ return pulumi.get(self, "location")
62
+
63
+ @location.setter
64
+ def location(self, value: pulumi.Input[str]):
65
+ pulumi.set(self, "location", value)
66
+
67
+ @property
68
+ @pulumi.getter(name="releaseChannelSettingId")
69
+ def release_channel_setting_id(self) -> pulumi.Input[str]:
70
+ """
71
+ Required. Id of the requesting object.
72
+ If auto-generating Id server-side, remove this field and
73
+ release_channel_setting_id from the method_signature of Create RPC
74
+
75
+
76
+ - - -
77
+ """
78
+ return pulumi.get(self, "release_channel_setting_id")
79
+
80
+ @release_channel_setting_id.setter
81
+ def release_channel_setting_id(self, value: pulumi.Input[str]):
82
+ pulumi.set(self, "release_channel_setting_id", value)
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
87
+ """
88
+ Optional. Labels as key value pairs.
89
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
90
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
91
+ """
92
+ return pulumi.get(self, "labels")
93
+
94
+ @labels.setter
95
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
96
+ pulumi.set(self, "labels", value)
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def project(self) -> Optional[pulumi.Input[str]]:
101
+ """
102
+ The ID of the project in which the resource belongs.
103
+ If it is not provided, the provider project is used.
104
+ """
105
+ return pulumi.get(self, "project")
106
+
107
+ @project.setter
108
+ def project(self, value: Optional[pulumi.Input[str]]):
109
+ pulumi.set(self, "project", value)
110
+
111
+ @property
112
+ @pulumi.getter(name="releaseChannel")
113
+ def release_channel(self) -> Optional[pulumi.Input[str]]:
114
+ """
115
+ Optional. Release channel to be used.
116
+ Possible values:
117
+ STABLE
118
+ EXPERIMENTAL
119
+ """
120
+ return pulumi.get(self, "release_channel")
121
+
122
+ @release_channel.setter
123
+ def release_channel(self, value: Optional[pulumi.Input[str]]):
124
+ pulumi.set(self, "release_channel", value)
125
+
126
+
127
+ @pulumi.input_type
128
+ class _ReleaseChannelSettingState:
129
+ def __init__(__self__, *,
130
+ create_time: Optional[pulumi.Input[str]] = None,
131
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
132
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
133
+ location: Optional[pulumi.Input[str]] = None,
134
+ name: Optional[pulumi.Input[str]] = None,
135
+ project: Optional[pulumi.Input[str]] = None,
136
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
137
+ release_channel: Optional[pulumi.Input[str]] = None,
138
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
139
+ update_time: Optional[pulumi.Input[str]] = None):
140
+ """
141
+ Input properties used for looking up and filtering ReleaseChannelSetting resources.
142
+ :param pulumi.Input[str] create_time: Output only. [Output only] Create time stamp.
143
+ :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.
144
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
145
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
146
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
147
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
148
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
149
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{releaseChannelSetting}
150
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
151
+ If it is not provided, the provider project is used.
152
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
153
+ and default labels configured on the provider.
154
+ :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
155
+ Possible values:
156
+ STABLE
157
+ EXPERIMENTAL
158
+ :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
159
+ If auto-generating Id server-side, remove this field and
160
+ release_channel_setting_id from the method_signature of Create RPC
161
+
162
+
163
+ - - -
164
+ :param pulumi.Input[str] update_time: Output only. [Output only] Update time stamp.
165
+ """
166
+ if create_time is not None:
167
+ pulumi.set(__self__, "create_time", create_time)
168
+ if effective_labels is not None:
169
+ pulumi.set(__self__, "effective_labels", effective_labels)
170
+ if labels is not None:
171
+ pulumi.set(__self__, "labels", labels)
172
+ if location is not None:
173
+ pulumi.set(__self__, "location", location)
174
+ if name is not None:
175
+ pulumi.set(__self__, "name", name)
176
+ if project is not None:
177
+ pulumi.set(__self__, "project", project)
178
+ if pulumi_labels is not None:
179
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
180
+ if release_channel is not None:
181
+ pulumi.set(__self__, "release_channel", release_channel)
182
+ if release_channel_setting_id is not None:
183
+ pulumi.set(__self__, "release_channel_setting_id", release_channel_setting_id)
184
+ if update_time is not None:
185
+ pulumi.set(__self__, "update_time", update_time)
186
+
187
+ @property
188
+ @pulumi.getter(name="createTime")
189
+ def create_time(self) -> Optional[pulumi.Input[str]]:
190
+ """
191
+ Output only. [Output only] Create time stamp.
192
+ """
193
+ return pulumi.get(self, "create_time")
194
+
195
+ @create_time.setter
196
+ def create_time(self, value: Optional[pulumi.Input[str]]):
197
+ pulumi.set(self, "create_time", value)
198
+
199
+ @property
200
+ @pulumi.getter(name="effectiveLabels")
201
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
202
+ """
203
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
204
+ """
205
+ return pulumi.get(self, "effective_labels")
206
+
207
+ @effective_labels.setter
208
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
209
+ pulumi.set(self, "effective_labels", value)
210
+
211
+ @property
212
+ @pulumi.getter
213
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
214
+ """
215
+ Optional. Labels as key value pairs.
216
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
217
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
218
+ """
219
+ return pulumi.get(self, "labels")
220
+
221
+ @labels.setter
222
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
223
+ pulumi.set(self, "labels", value)
224
+
225
+ @property
226
+ @pulumi.getter
227
+ def location(self) -> Optional[pulumi.Input[str]]:
228
+ """
229
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
230
+ """
231
+ return pulumi.get(self, "location")
232
+
233
+ @location.setter
234
+ def location(self, value: Optional[pulumi.Input[str]]):
235
+ pulumi.set(self, "location", value)
236
+
237
+ @property
238
+ @pulumi.getter
239
+ def name(self) -> Optional[pulumi.Input[str]]:
240
+ """
241
+ Identifier. Name of the resource.
242
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{releaseChannelSetting}
243
+ """
244
+ return pulumi.get(self, "name")
245
+
246
+ @name.setter
247
+ def name(self, value: Optional[pulumi.Input[str]]):
248
+ pulumi.set(self, "name", value)
249
+
250
+ @property
251
+ @pulumi.getter
252
+ def project(self) -> Optional[pulumi.Input[str]]:
253
+ """
254
+ The ID of the project in which the resource belongs.
255
+ If it is not provided, the provider project is used.
256
+ """
257
+ return pulumi.get(self, "project")
258
+
259
+ @project.setter
260
+ def project(self, value: Optional[pulumi.Input[str]]):
261
+ pulumi.set(self, "project", value)
262
+
263
+ @property
264
+ @pulumi.getter(name="pulumiLabels")
265
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
266
+ """
267
+ The combination of labels configured directly on the resource
268
+ and default labels configured on the provider.
269
+ """
270
+ return pulumi.get(self, "pulumi_labels")
271
+
272
+ @pulumi_labels.setter
273
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
274
+ pulumi.set(self, "pulumi_labels", value)
275
+
276
+ @property
277
+ @pulumi.getter(name="releaseChannel")
278
+ def release_channel(self) -> Optional[pulumi.Input[str]]:
279
+ """
280
+ Optional. Release channel to be used.
281
+ Possible values:
282
+ STABLE
283
+ EXPERIMENTAL
284
+ """
285
+ return pulumi.get(self, "release_channel")
286
+
287
+ @release_channel.setter
288
+ def release_channel(self, value: Optional[pulumi.Input[str]]):
289
+ pulumi.set(self, "release_channel", value)
290
+
291
+ @property
292
+ @pulumi.getter(name="releaseChannelSettingId")
293
+ def release_channel_setting_id(self) -> Optional[pulumi.Input[str]]:
294
+ """
295
+ Required. Id of the requesting object.
296
+ If auto-generating Id server-side, remove this field and
297
+ release_channel_setting_id from the method_signature of Create RPC
298
+
299
+
300
+ - - -
301
+ """
302
+ return pulumi.get(self, "release_channel_setting_id")
303
+
304
+ @release_channel_setting_id.setter
305
+ def release_channel_setting_id(self, value: Optional[pulumi.Input[str]]):
306
+ pulumi.set(self, "release_channel_setting_id", value)
307
+
308
+ @property
309
+ @pulumi.getter(name="updateTime")
310
+ def update_time(self) -> Optional[pulumi.Input[str]]:
311
+ """
312
+ Output only. [Output only] Update time stamp.
313
+ """
314
+ return pulumi.get(self, "update_time")
315
+
316
+ @update_time.setter
317
+ def update_time(self, value: Optional[pulumi.Input[str]]):
318
+ pulumi.set(self, "update_time", value)
319
+
320
+
321
+ class ReleaseChannelSetting(pulumi.CustomResource):
322
+ @overload
323
+ def __init__(__self__,
324
+ resource_name: str,
325
+ opts: Optional[pulumi.ResourceOptions] = None,
326
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
327
+ location: Optional[pulumi.Input[str]] = None,
328
+ project: Optional[pulumi.Input[str]] = None,
329
+ release_channel: Optional[pulumi.Input[str]] = None,
330
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
331
+ __props__=None):
332
+ """
333
+ ## Example Usage
334
+
335
+ ### Gemini Release Channel Setting Basic
336
+
337
+ ```python
338
+ import pulumi
339
+ import pulumi_gcp as gcp
340
+
341
+ example = gcp.gemini.ReleaseChannelSetting("example",
342
+ release_channel_setting_id="ls1-tf",
343
+ location="global",
344
+ release_channel="EXPERIMENTAL")
345
+ ```
346
+
347
+ ## Import
348
+
349
+ ReleaseChannelSetting can be imported using any of these accepted formats:
350
+
351
+ * `projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}`
352
+
353
+ * `{{project}}/{{location}}/{{release_channel_setting_id}}`
354
+
355
+ * `{{location}}/{{release_channel_setting_id}}`
356
+
357
+ When using the `pulumi import` command, ReleaseChannelSetting can be imported using one of the formats above. For example:
358
+
359
+ ```sh
360
+ $ pulumi import gcp:gemini/releaseChannelSetting:ReleaseChannelSetting default projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}
361
+ ```
362
+
363
+ ```sh
364
+ $ pulumi import gcp:gemini/releaseChannelSetting:ReleaseChannelSetting default {{project}}/{{location}}/{{release_channel_setting_id}}
365
+ ```
366
+
367
+ ```sh
368
+ $ pulumi import gcp:gemini/releaseChannelSetting:ReleaseChannelSetting default {{location}}/{{release_channel_setting_id}}
369
+ ```
370
+
371
+ :param str resource_name: The name of the resource.
372
+ :param pulumi.ResourceOptions opts: Options for the resource.
373
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
374
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
375
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
376
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
377
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
378
+ If it is not provided, the provider project is used.
379
+ :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
380
+ Possible values:
381
+ STABLE
382
+ EXPERIMENTAL
383
+ :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
384
+ If auto-generating Id server-side, remove this field and
385
+ release_channel_setting_id from the method_signature of Create RPC
386
+
387
+
388
+ - - -
389
+ """
390
+ ...
391
+ @overload
392
+ def __init__(__self__,
393
+ resource_name: str,
394
+ args: ReleaseChannelSettingArgs,
395
+ opts: Optional[pulumi.ResourceOptions] = None):
396
+ """
397
+ ## Example Usage
398
+
399
+ ### Gemini Release Channel Setting Basic
400
+
401
+ ```python
402
+ import pulumi
403
+ import pulumi_gcp as gcp
404
+
405
+ example = gcp.gemini.ReleaseChannelSetting("example",
406
+ release_channel_setting_id="ls1-tf",
407
+ location="global",
408
+ release_channel="EXPERIMENTAL")
409
+ ```
410
+
411
+ ## Import
412
+
413
+ ReleaseChannelSetting can be imported using any of these accepted formats:
414
+
415
+ * `projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}`
416
+
417
+ * `{{project}}/{{location}}/{{release_channel_setting_id}}`
418
+
419
+ * `{{location}}/{{release_channel_setting_id}}`
420
+
421
+ When using the `pulumi import` command, ReleaseChannelSetting can be imported using one of the formats above. For example:
422
+
423
+ ```sh
424
+ $ pulumi import gcp:gemini/releaseChannelSetting:ReleaseChannelSetting default projects/{{project}}/locations/{{location}}/releaseChannelSettings/{{release_channel_setting_id}}
425
+ ```
426
+
427
+ ```sh
428
+ $ pulumi import gcp:gemini/releaseChannelSetting:ReleaseChannelSetting default {{project}}/{{location}}/{{release_channel_setting_id}}
429
+ ```
430
+
431
+ ```sh
432
+ $ pulumi import gcp:gemini/releaseChannelSetting:ReleaseChannelSetting default {{location}}/{{release_channel_setting_id}}
433
+ ```
434
+
435
+ :param str resource_name: The name of the resource.
436
+ :param ReleaseChannelSettingArgs args: The arguments to use to populate this resource's properties.
437
+ :param pulumi.ResourceOptions opts: Options for the resource.
438
+ """
439
+ ...
440
+ def __init__(__self__, resource_name: str, *args, **kwargs):
441
+ resource_args, opts = _utilities.get_resource_args_opts(ReleaseChannelSettingArgs, pulumi.ResourceOptions, *args, **kwargs)
442
+ if resource_args is not None:
443
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
444
+ else:
445
+ __self__._internal_init(resource_name, *args, **kwargs)
446
+
447
+ def _internal_init(__self__,
448
+ resource_name: str,
449
+ opts: Optional[pulumi.ResourceOptions] = None,
450
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
451
+ location: Optional[pulumi.Input[str]] = None,
452
+ project: Optional[pulumi.Input[str]] = None,
453
+ release_channel: Optional[pulumi.Input[str]] = None,
454
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
455
+ __props__=None):
456
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
457
+ if not isinstance(opts, pulumi.ResourceOptions):
458
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
459
+ if opts.id is None:
460
+ if __props__ is not None:
461
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
462
+ __props__ = ReleaseChannelSettingArgs.__new__(ReleaseChannelSettingArgs)
463
+
464
+ __props__.__dict__["labels"] = labels
465
+ if location is None and not opts.urn:
466
+ raise TypeError("Missing required property 'location'")
467
+ __props__.__dict__["location"] = location
468
+ __props__.__dict__["project"] = project
469
+ __props__.__dict__["release_channel"] = release_channel
470
+ if release_channel_setting_id is None and not opts.urn:
471
+ raise TypeError("Missing required property 'release_channel_setting_id'")
472
+ __props__.__dict__["release_channel_setting_id"] = release_channel_setting_id
473
+ __props__.__dict__["create_time"] = None
474
+ __props__.__dict__["effective_labels"] = None
475
+ __props__.__dict__["name"] = None
476
+ __props__.__dict__["pulumi_labels"] = None
477
+ __props__.__dict__["update_time"] = None
478
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
479
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
480
+ super(ReleaseChannelSetting, __self__).__init__(
481
+ 'gcp:gemini/releaseChannelSetting:ReleaseChannelSetting',
482
+ resource_name,
483
+ __props__,
484
+ opts)
485
+
486
+ @staticmethod
487
+ def get(resource_name: str,
488
+ id: pulumi.Input[str],
489
+ opts: Optional[pulumi.ResourceOptions] = None,
490
+ create_time: Optional[pulumi.Input[str]] = None,
491
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
492
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
493
+ location: Optional[pulumi.Input[str]] = None,
494
+ name: Optional[pulumi.Input[str]] = None,
495
+ project: Optional[pulumi.Input[str]] = None,
496
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
497
+ release_channel: Optional[pulumi.Input[str]] = None,
498
+ release_channel_setting_id: Optional[pulumi.Input[str]] = None,
499
+ update_time: Optional[pulumi.Input[str]] = None) -> 'ReleaseChannelSetting':
500
+ """
501
+ Get an existing ReleaseChannelSetting resource's state with the given name, id, and optional extra
502
+ properties used to qualify the lookup.
503
+
504
+ :param str resource_name: The unique name of the resulting resource.
505
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
506
+ :param pulumi.ResourceOptions opts: Options for the resource.
507
+ :param pulumi.Input[str] create_time: Output only. [Output only] Create time stamp.
508
+ :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.
509
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels as key value pairs.
510
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
511
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
512
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
513
+ :param pulumi.Input[str] name: Identifier. Name of the resource.
514
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{releaseChannelSetting}
515
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
516
+ If it is not provided, the provider project is used.
517
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
518
+ and default labels configured on the provider.
519
+ :param pulumi.Input[str] release_channel: Optional. Release channel to be used.
520
+ Possible values:
521
+ STABLE
522
+ EXPERIMENTAL
523
+ :param pulumi.Input[str] release_channel_setting_id: Required. Id of the requesting object.
524
+ If auto-generating Id server-side, remove this field and
525
+ release_channel_setting_id from the method_signature of Create RPC
526
+
527
+
528
+ - - -
529
+ :param pulumi.Input[str] update_time: Output only. [Output only] Update time stamp.
530
+ """
531
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
532
+
533
+ __props__ = _ReleaseChannelSettingState.__new__(_ReleaseChannelSettingState)
534
+
535
+ __props__.__dict__["create_time"] = create_time
536
+ __props__.__dict__["effective_labels"] = effective_labels
537
+ __props__.__dict__["labels"] = labels
538
+ __props__.__dict__["location"] = location
539
+ __props__.__dict__["name"] = name
540
+ __props__.__dict__["project"] = project
541
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
542
+ __props__.__dict__["release_channel"] = release_channel
543
+ __props__.__dict__["release_channel_setting_id"] = release_channel_setting_id
544
+ __props__.__dict__["update_time"] = update_time
545
+ return ReleaseChannelSetting(resource_name, opts=opts, __props__=__props__)
546
+
547
+ @property
548
+ @pulumi.getter(name="createTime")
549
+ def create_time(self) -> pulumi.Output[str]:
550
+ """
551
+ Output only. [Output only] Create time stamp.
552
+ """
553
+ return pulumi.get(self, "create_time")
554
+
555
+ @property
556
+ @pulumi.getter(name="effectiveLabels")
557
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
558
+ """
559
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
560
+ """
561
+ return pulumi.get(self, "effective_labels")
562
+
563
+ @property
564
+ @pulumi.getter
565
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
566
+ """
567
+ Optional. Labels as key value pairs.
568
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
569
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
570
+ """
571
+ return pulumi.get(self, "labels")
572
+
573
+ @property
574
+ @pulumi.getter
575
+ def location(self) -> pulumi.Output[str]:
576
+ """
577
+ Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
578
+ """
579
+ return pulumi.get(self, "location")
580
+
581
+ @property
582
+ @pulumi.getter
583
+ def name(self) -> pulumi.Output[str]:
584
+ """
585
+ Identifier. Name of the resource.
586
+ Format:projects/{project}/locations/{location}/releaseChannelSettings/{releaseChannelSetting}
587
+ """
588
+ return pulumi.get(self, "name")
589
+
590
+ @property
591
+ @pulumi.getter
592
+ def project(self) -> pulumi.Output[str]:
593
+ """
594
+ The ID of the project in which the resource belongs.
595
+ If it is not provided, the provider project is used.
596
+ """
597
+ return pulumi.get(self, "project")
598
+
599
+ @property
600
+ @pulumi.getter(name="pulumiLabels")
601
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
602
+ """
603
+ The combination of labels configured directly on the resource
604
+ and default labels configured on the provider.
605
+ """
606
+ return pulumi.get(self, "pulumi_labels")
607
+
608
+ @property
609
+ @pulumi.getter(name="releaseChannel")
610
+ def release_channel(self) -> pulumi.Output[Optional[str]]:
611
+ """
612
+ Optional. Release channel to be used.
613
+ Possible values:
614
+ STABLE
615
+ EXPERIMENTAL
616
+ """
617
+ return pulumi.get(self, "release_channel")
618
+
619
+ @property
620
+ @pulumi.getter(name="releaseChannelSettingId")
621
+ def release_channel_setting_id(self) -> pulumi.Output[str]:
622
+ """
623
+ Required. Id of the requesting object.
624
+ If auto-generating Id server-side, remove this field and
625
+ release_channel_setting_id from the method_signature of Create RPC
626
+
627
+
628
+ - - -
629
+ """
630
+ return pulumi.get(self, "release_channel_setting_id")
631
+
632
+ @property
633
+ @pulumi.getter(name="updateTime")
634
+ def update_time(self) -> pulumi.Output[str]:
635
+ """
636
+ Output only. [Output only] Update time stamp.
637
+ """
638
+ return pulumi.get(self, "update_time")
639
+