pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714002516__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 (106) hide show
  1. pulumi_gcp/__init__.py +0 -40
  2. pulumi_gcp/alloydb/_inputs.py +0 -74
  3. pulumi_gcp/alloydb/backup.py +12 -0
  4. pulumi_gcp/alloydb/cluster.py +12 -0
  5. pulumi_gcp/alloydb/instance.py +81 -90
  6. pulumi_gcp/alloydb/outputs.py +0 -98
  7. pulumi_gcp/apigee/environment.py +0 -47
  8. pulumi_gcp/apigee/sharedflow.py +20 -0
  9. pulumi_gcp/appengine/flexible_app_version.py +20 -0
  10. pulumi_gcp/applicationintegration/__init__.py +0 -1
  11. pulumi_gcp/applicationintegration/_inputs.py +0 -843
  12. pulumi_gcp/applicationintegration/outputs.py +0 -891
  13. pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
  14. pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
  15. pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
  16. pulumi_gcp/certificateauthority/_inputs.py +12 -92
  17. pulumi_gcp/certificateauthority/authority.py +27 -117
  18. pulumi_gcp/certificateauthority/certificate.py +0 -176
  19. pulumi_gcp/certificateauthority/outputs.py +12 -144
  20. pulumi_gcp/cloudbuild/worker_pool.py +12 -0
  21. pulumi_gcp/cloudbuildv2/connection.py +12 -0
  22. pulumi_gcp/cloudbuildv2/repository.py +12 -0
  23. pulumi_gcp/clouddeploy/automation.py +12 -0
  24. pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
  25. pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
  26. pulumi_gcp/clouddeploy/target.py +12 -0
  27. pulumi_gcp/cloudrunv2/job.py +12 -0
  28. pulumi_gcp/cloudrunv2/service.py +12 -0
  29. pulumi_gcp/composer/__init__.py +0 -1
  30. pulumi_gcp/composer/environment.py +47 -35
  31. pulumi_gcp/compute/__init__.py +0 -1
  32. pulumi_gcp/compute/_inputs.py +58 -121
  33. pulumi_gcp/compute/forwarding_rule.py +13 -0
  34. pulumi_gcp/compute/global_address.py +12 -0
  35. pulumi_gcp/compute/global_forwarding_rule.py +282 -0
  36. pulumi_gcp/compute/instance_from_machine_image.py +46 -14
  37. pulumi_gcp/compute/instance_from_template.py +46 -14
  38. pulumi_gcp/compute/outputs.py +65 -120
  39. pulumi_gcp/compute/region_instance_template.py +13 -0
  40. pulumi_gcp/compute/region_target_https_proxy.py +0 -257
  41. pulumi_gcp/compute/region_url_map.py +470 -0
  42. pulumi_gcp/container/attached_cluster.py +12 -0
  43. pulumi_gcp/container/aws_cluster.py +12 -0
  44. pulumi_gcp/container/aws_node_pool.py +12 -0
  45. pulumi_gcp/container/azure_cluster.py +12 -0
  46. pulumi_gcp/container/azure_node_pool.py +12 -0
  47. pulumi_gcp/container/cluster.py +20 -0
  48. pulumi_gcp/dataflow/flex_template_job.py +39 -0
  49. pulumi_gcp/dataloss/__init__.py +0 -1
  50. pulumi_gcp/dataloss/_inputs.py +0 -1040
  51. pulumi_gcp/dataloss/outputs.py +0 -1123
  52. pulumi_gcp/dataproc/cluster.py +20 -0
  53. pulumi_gcp/dataproc/workflow_template.py +26 -21
  54. pulumi_gcp/deploymentmanager/deployment.py +34 -0
  55. pulumi_gcp/dns/_inputs.py +2 -2
  56. pulumi_gcp/dns/outputs.py +2 -2
  57. pulumi_gcp/dns/record_set.py +36 -2
  58. pulumi_gcp/filestore/get_instance.py +1 -11
  59. pulumi_gcp/filestore/instance.py +0 -101
  60. pulumi_gcp/firebase/_inputs.py +0 -16
  61. pulumi_gcp/firebase/android_app.py +27 -0
  62. pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
  63. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
  64. pulumi_gcp/firebase/app_check_service_config.py +125 -0
  65. pulumi_gcp/firebase/apple_app.py +27 -0
  66. pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
  67. pulumi_gcp/firebase/hosting_version.py +0 -44
  68. pulumi_gcp/firebase/outputs.py +0 -12
  69. pulumi_gcp/firebase/web_app.py +20 -0
  70. pulumi_gcp/firestore/database.py +68 -0
  71. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
  72. pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
  73. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
  74. pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
  75. pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
  76. pulumi_gcp/logging/folder_sink.py +0 -54
  77. pulumi_gcp/logging/organization_sink.py +0 -54
  78. pulumi_gcp/monitoring/_inputs.py +2 -46
  79. pulumi_gcp/monitoring/outputs.py +2 -40
  80. pulumi_gcp/monitoring/uptime_check_config.py +0 -6
  81. pulumi_gcp/netapp/active_directory.py +20 -0
  82. pulumi_gcp/netapp/volume_replication.py +68 -0
  83. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  84. pulumi_gcp/provider.py +1 -3
  85. pulumi_gcp/secretmanager/get_secret.py +3 -13
  86. pulumi_gcp/secretmanager/outputs.py +1 -20
  87. pulumi_gcp/secretmanager/secret.py +15 -90
  88. pulumi_gcp/servicenetworking/connection.py +20 -0
  89. pulumi_gcp/spanner/database.py +41 -0
  90. pulumi_gcp/spanner/instance.py +40 -0
  91. pulumi_gcp/storage/__init__.py +0 -1
  92. pulumi_gcp/storage/bucket.py +12 -0
  93. pulumi_gcp/storage/outputs.py +0 -63
  94. pulumi_gcp/workstations/workstation.py +12 -0
  95. pulumi_gcp/workstations/workstation_cluster.py +12 -0
  96. pulumi_gcp/workstations/workstation_config.py +12 -0
  97. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/METADATA +1 -1
  98. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/RECORD +100 -106
  99. pulumi_gcp/applicationintegration/auth_config.py +0 -998
  100. pulumi_gcp/composer/user_workloads_secret.py +0 -441
  101. pulumi_gcp/compute/security_policy_rule.py +0 -850
  102. pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
  103. pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
  104. pulumi_gcp/storage/get_bucket_objects.py +0 -153
  105. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/WHEEL +0 -0
  106. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/top_level.txt +0 -0
@@ -1,441 +0,0 @@
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 pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
-
12
- __all__ = ['UserWorkloadsSecretArgs', 'UserWorkloadsSecret']
13
-
14
- @pulumi.input_type
15
- class UserWorkloadsSecretArgs:
16
- def __init__(__self__, *,
17
- environment: pulumi.Input[str],
18
- data: Optional[pulumi.Input[Mapping[str, Any]]] = None,
19
- name: Optional[pulumi.Input[str]] = None,
20
- project: Optional[pulumi.Input[str]] = None,
21
- region: Optional[pulumi.Input[str]] = None):
22
- """
23
- The set of arguments for constructing a UserWorkloadsSecret resource.
24
- :param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
25
- :param pulumi.Input[Mapping[str, Any]] data: A map of the secret data.
26
- :param pulumi.Input[str] name: Name of the Kubernetes Secret.
27
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
- If it is not provided, the provider project is used.
29
- :param pulumi.Input[str] region: The location or Compute Engine region for the environment.
30
- """
31
- pulumi.set(__self__, "environment", environment)
32
- if data is not None:
33
- pulumi.set(__self__, "data", data)
34
- if name is not None:
35
- pulumi.set(__self__, "name", name)
36
- if project is not None:
37
- pulumi.set(__self__, "project", project)
38
- if region is not None:
39
- pulumi.set(__self__, "region", region)
40
-
41
- @property
42
- @pulumi.getter
43
- def environment(self) -> pulumi.Input[str]:
44
- """
45
- Environment where the Kubernetes Secret will be stored and used.
46
- """
47
- return pulumi.get(self, "environment")
48
-
49
- @environment.setter
50
- def environment(self, value: pulumi.Input[str]):
51
- pulumi.set(self, "environment", value)
52
-
53
- @property
54
- @pulumi.getter
55
- def data(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
56
- """
57
- A map of the secret data.
58
- """
59
- return pulumi.get(self, "data")
60
-
61
- @data.setter
62
- def data(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
63
- pulumi.set(self, "data", value)
64
-
65
- @property
66
- @pulumi.getter
67
- def name(self) -> Optional[pulumi.Input[str]]:
68
- """
69
- Name of the Kubernetes Secret.
70
- """
71
- return pulumi.get(self, "name")
72
-
73
- @name.setter
74
- def name(self, value: Optional[pulumi.Input[str]]):
75
- pulumi.set(self, "name", value)
76
-
77
- @property
78
- @pulumi.getter
79
- def project(self) -> Optional[pulumi.Input[str]]:
80
- """
81
- The ID of the project in which the resource belongs.
82
- If it is not provided, the provider project is used.
83
- """
84
- return pulumi.get(self, "project")
85
-
86
- @project.setter
87
- def project(self, value: Optional[pulumi.Input[str]]):
88
- pulumi.set(self, "project", value)
89
-
90
- @property
91
- @pulumi.getter
92
- def region(self) -> Optional[pulumi.Input[str]]:
93
- """
94
- The location or Compute Engine region for the environment.
95
- """
96
- return pulumi.get(self, "region")
97
-
98
- @region.setter
99
- def region(self, value: Optional[pulumi.Input[str]]):
100
- pulumi.set(self, "region", value)
101
-
102
-
103
- @pulumi.input_type
104
- class _UserWorkloadsSecretState:
105
- def __init__(__self__, *,
106
- data: Optional[pulumi.Input[Mapping[str, Any]]] = None,
107
- environment: Optional[pulumi.Input[str]] = None,
108
- name: Optional[pulumi.Input[str]] = None,
109
- project: Optional[pulumi.Input[str]] = None,
110
- region: Optional[pulumi.Input[str]] = None):
111
- """
112
- Input properties used for looking up and filtering UserWorkloadsSecret resources.
113
- :param pulumi.Input[Mapping[str, Any]] data: A map of the secret data.
114
- :param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
115
- :param pulumi.Input[str] name: Name of the Kubernetes Secret.
116
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
117
- If it is not provided, the provider project is used.
118
- :param pulumi.Input[str] region: The location or Compute Engine region for the environment.
119
- """
120
- if data is not None:
121
- pulumi.set(__self__, "data", data)
122
- if environment is not None:
123
- pulumi.set(__self__, "environment", environment)
124
- if name is not None:
125
- pulumi.set(__self__, "name", name)
126
- if project is not None:
127
- pulumi.set(__self__, "project", project)
128
- if region is not None:
129
- pulumi.set(__self__, "region", region)
130
-
131
- @property
132
- @pulumi.getter
133
- def data(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
134
- """
135
- A map of the secret data.
136
- """
137
- return pulumi.get(self, "data")
138
-
139
- @data.setter
140
- def data(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
141
- pulumi.set(self, "data", value)
142
-
143
- @property
144
- @pulumi.getter
145
- def environment(self) -> Optional[pulumi.Input[str]]:
146
- """
147
- Environment where the Kubernetes Secret will be stored and used.
148
- """
149
- return pulumi.get(self, "environment")
150
-
151
- @environment.setter
152
- def environment(self, value: Optional[pulumi.Input[str]]):
153
- pulumi.set(self, "environment", value)
154
-
155
- @property
156
- @pulumi.getter
157
- def name(self) -> Optional[pulumi.Input[str]]:
158
- """
159
- Name of the Kubernetes Secret.
160
- """
161
- return pulumi.get(self, "name")
162
-
163
- @name.setter
164
- def name(self, value: Optional[pulumi.Input[str]]):
165
- pulumi.set(self, "name", value)
166
-
167
- @property
168
- @pulumi.getter
169
- def project(self) -> Optional[pulumi.Input[str]]:
170
- """
171
- The ID of the project in which the resource belongs.
172
- If it is not provided, the provider project is used.
173
- """
174
- return pulumi.get(self, "project")
175
-
176
- @project.setter
177
- def project(self, value: Optional[pulumi.Input[str]]):
178
- pulumi.set(self, "project", value)
179
-
180
- @property
181
- @pulumi.getter
182
- def region(self) -> Optional[pulumi.Input[str]]:
183
- """
184
- The location or Compute Engine region for the environment.
185
- """
186
- return pulumi.get(self, "region")
187
-
188
- @region.setter
189
- def region(self, value: Optional[pulumi.Input[str]]):
190
- pulumi.set(self, "region", value)
191
-
192
-
193
- class UserWorkloadsSecret(pulumi.CustomResource):
194
- @overload
195
- def __init__(__self__,
196
- resource_name: str,
197
- opts: Optional[pulumi.ResourceOptions] = None,
198
- data: Optional[pulumi.Input[Mapping[str, Any]]] = None,
199
- environment: Optional[pulumi.Input[str]] = None,
200
- name: Optional[pulumi.Input[str]] = None,
201
- project: Optional[pulumi.Input[str]] = None,
202
- region: Optional[pulumi.Input[str]] = None,
203
- __props__=None):
204
- """
205
- ## Example Usage
206
-
207
- ```python
208
- import pulumi
209
- import pulumi_gcp as gcp
210
- import pulumi_std as std
211
-
212
- example = gcp.composer.Environment("example",
213
- name="example-environment",
214
- project="example-project",
215
- region="us-central1",
216
- config=gcp.composer.EnvironmentConfigArgs(
217
- software_config=gcp.composer.EnvironmentConfigSoftwareConfigArgs(
218
- image_version="example-image-version",
219
- ),
220
- ))
221
- example_user_workloads_secret = gcp.composer.UserWorkloadsSecret("example",
222
- name="example-secret",
223
- project="example-project",
224
- region="us-central1",
225
- environment=example.name,
226
- data={
227
- "email": std.base64encode(input="example-email").result,
228
- "password": std.base64encode(input="example-password").result,
229
- })
230
- ```
231
-
232
- ## Import
233
-
234
- Secret can be imported using any of these accepted formats:
235
-
236
- * `projects/{{project}}/locations/{{region}}/environments/{{environment}}/userWorkloadsSecrets/{{name}}`
237
-
238
- * `{{project}}/{{region}}/{{environment}}/{{name}}`
239
-
240
- * `{{name}}`
241
-
242
- When using the `pulumi import` command, Environment can be imported using one of the formats above. For example:
243
-
244
- ```sh
245
- $ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example projects/{{project}}/locations/{{region}}/environments/{{environment}}/userWorkloadsSecrets/{{name}}
246
- ```
247
-
248
- ```sh
249
- $ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{project}}/{{region}}/{{environment}}/{{name}}
250
- ```
251
-
252
- ```sh
253
- $ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{name}}
254
- ```
255
-
256
- :param str resource_name: The name of the resource.
257
- :param pulumi.ResourceOptions opts: Options for the resource.
258
- :param pulumi.Input[Mapping[str, Any]] data: A map of the secret data.
259
- :param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
260
- :param pulumi.Input[str] name: Name of the Kubernetes Secret.
261
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
262
- If it is not provided, the provider project is used.
263
- :param pulumi.Input[str] region: The location or Compute Engine region for the environment.
264
- """
265
- ...
266
- @overload
267
- def __init__(__self__,
268
- resource_name: str,
269
- args: UserWorkloadsSecretArgs,
270
- opts: Optional[pulumi.ResourceOptions] = None):
271
- """
272
- ## Example Usage
273
-
274
- ```python
275
- import pulumi
276
- import pulumi_gcp as gcp
277
- import pulumi_std as std
278
-
279
- example = gcp.composer.Environment("example",
280
- name="example-environment",
281
- project="example-project",
282
- region="us-central1",
283
- config=gcp.composer.EnvironmentConfigArgs(
284
- software_config=gcp.composer.EnvironmentConfigSoftwareConfigArgs(
285
- image_version="example-image-version",
286
- ),
287
- ))
288
- example_user_workloads_secret = gcp.composer.UserWorkloadsSecret("example",
289
- name="example-secret",
290
- project="example-project",
291
- region="us-central1",
292
- environment=example.name,
293
- data={
294
- "email": std.base64encode(input="example-email").result,
295
- "password": std.base64encode(input="example-password").result,
296
- })
297
- ```
298
-
299
- ## Import
300
-
301
- Secret can be imported using any of these accepted formats:
302
-
303
- * `projects/{{project}}/locations/{{region}}/environments/{{environment}}/userWorkloadsSecrets/{{name}}`
304
-
305
- * `{{project}}/{{region}}/{{environment}}/{{name}}`
306
-
307
- * `{{name}}`
308
-
309
- When using the `pulumi import` command, Environment can be imported using one of the formats above. For example:
310
-
311
- ```sh
312
- $ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example projects/{{project}}/locations/{{region}}/environments/{{environment}}/userWorkloadsSecrets/{{name}}
313
- ```
314
-
315
- ```sh
316
- $ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{project}}/{{region}}/{{environment}}/{{name}}
317
- ```
318
-
319
- ```sh
320
- $ pulumi import gcp:composer/userWorkloadsSecret:UserWorkloadsSecret example {{name}}
321
- ```
322
-
323
- :param str resource_name: The name of the resource.
324
- :param UserWorkloadsSecretArgs args: The arguments to use to populate this resource's properties.
325
- :param pulumi.ResourceOptions opts: Options for the resource.
326
- """
327
- ...
328
- def __init__(__self__, resource_name: str, *args, **kwargs):
329
- resource_args, opts = _utilities.get_resource_args_opts(UserWorkloadsSecretArgs, pulumi.ResourceOptions, *args, **kwargs)
330
- if resource_args is not None:
331
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
332
- else:
333
- __self__._internal_init(resource_name, *args, **kwargs)
334
-
335
- def _internal_init(__self__,
336
- resource_name: str,
337
- opts: Optional[pulumi.ResourceOptions] = None,
338
- data: Optional[pulumi.Input[Mapping[str, Any]]] = None,
339
- environment: Optional[pulumi.Input[str]] = None,
340
- name: Optional[pulumi.Input[str]] = None,
341
- project: Optional[pulumi.Input[str]] = None,
342
- region: Optional[pulumi.Input[str]] = None,
343
- __props__=None):
344
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
345
- if not isinstance(opts, pulumi.ResourceOptions):
346
- raise TypeError('Expected resource options to be a ResourceOptions instance')
347
- if opts.id is None:
348
- if __props__ is not None:
349
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
350
- __props__ = UserWorkloadsSecretArgs.__new__(UserWorkloadsSecretArgs)
351
-
352
- __props__.__dict__["data"] = None if data is None else pulumi.Output.secret(data)
353
- if environment is None and not opts.urn:
354
- raise TypeError("Missing required property 'environment'")
355
- __props__.__dict__["environment"] = environment
356
- __props__.__dict__["name"] = name
357
- __props__.__dict__["project"] = project
358
- __props__.__dict__["region"] = region
359
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["data"])
360
- opts = pulumi.ResourceOptions.merge(opts, secret_opts)
361
- super(UserWorkloadsSecret, __self__).__init__(
362
- 'gcp:composer/userWorkloadsSecret:UserWorkloadsSecret',
363
- resource_name,
364
- __props__,
365
- opts)
366
-
367
- @staticmethod
368
- def get(resource_name: str,
369
- id: pulumi.Input[str],
370
- opts: Optional[pulumi.ResourceOptions] = None,
371
- data: Optional[pulumi.Input[Mapping[str, Any]]] = None,
372
- environment: Optional[pulumi.Input[str]] = None,
373
- name: Optional[pulumi.Input[str]] = None,
374
- project: Optional[pulumi.Input[str]] = None,
375
- region: Optional[pulumi.Input[str]] = None) -> 'UserWorkloadsSecret':
376
- """
377
- Get an existing UserWorkloadsSecret resource's state with the given name, id, and optional extra
378
- properties used to qualify the lookup.
379
-
380
- :param str resource_name: The unique name of the resulting resource.
381
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
382
- :param pulumi.ResourceOptions opts: Options for the resource.
383
- :param pulumi.Input[Mapping[str, Any]] data: A map of the secret data.
384
- :param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
385
- :param pulumi.Input[str] name: Name of the Kubernetes Secret.
386
- :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
387
- If it is not provided, the provider project is used.
388
- :param pulumi.Input[str] region: The location or Compute Engine region for the environment.
389
- """
390
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
391
-
392
- __props__ = _UserWorkloadsSecretState.__new__(_UserWorkloadsSecretState)
393
-
394
- __props__.__dict__["data"] = data
395
- __props__.__dict__["environment"] = environment
396
- __props__.__dict__["name"] = name
397
- __props__.__dict__["project"] = project
398
- __props__.__dict__["region"] = region
399
- return UserWorkloadsSecret(resource_name, opts=opts, __props__=__props__)
400
-
401
- @property
402
- @pulumi.getter
403
- def data(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
404
- """
405
- A map of the secret data.
406
- """
407
- return pulumi.get(self, "data")
408
-
409
- @property
410
- @pulumi.getter
411
- def environment(self) -> pulumi.Output[str]:
412
- """
413
- Environment where the Kubernetes Secret will be stored and used.
414
- """
415
- return pulumi.get(self, "environment")
416
-
417
- @property
418
- @pulumi.getter
419
- def name(self) -> pulumi.Output[str]:
420
- """
421
- Name of the Kubernetes Secret.
422
- """
423
- return pulumi.get(self, "name")
424
-
425
- @property
426
- @pulumi.getter
427
- def project(self) -> pulumi.Output[str]:
428
- """
429
- The ID of the project in which the resource belongs.
430
- If it is not provided, the provider project is used.
431
- """
432
- return pulumi.get(self, "project")
433
-
434
- @property
435
- @pulumi.getter
436
- def region(self) -> pulumi.Output[str]:
437
- """
438
- The location or Compute Engine region for the environment.
439
- """
440
- return pulumi.get(self, "region")
441
-