pulumi-gcp 7.12.0a1709365001__py3-none-any.whl → 7.13.0a1709814369__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. pulumi_gcp/__init__.py +72 -0
  2. pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
  3. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  4. pulumi_gcp/appengine/service_network_settings.py +2 -2
  5. pulumi_gcp/appengine/standard_app_version.py +4 -4
  6. pulumi_gcp/bigquery/_inputs.py +88 -0
  7. pulumi_gcp/bigquery/dataset_iam_binding.py +35 -28
  8. pulumi_gcp/bigquery/dataset_iam_member.py +35 -28
  9. pulumi_gcp/bigquery/dataset_iam_policy.py +35 -28
  10. pulumi_gcp/bigquery/outputs.py +91 -0
  11. pulumi_gcp/bigquery/routine.py +118 -12
  12. pulumi_gcp/certificatemanager/dns_authorization.py +63 -14
  13. pulumi_gcp/clouddeploy/__init__.py +4 -0
  14. pulumi_gcp/clouddeploy/_inputs.py +80 -0
  15. pulumi_gcp/clouddeploy/automation.py +16 -0
  16. pulumi_gcp/clouddeploy/get_target_iam_policy.py +162 -0
  17. pulumi_gcp/clouddeploy/outputs.py +56 -0
  18. pulumi_gcp/clouddeploy/target_iam_binding.py +324 -0
  19. pulumi_gcp/clouddeploy/target_iam_member.py +324 -0
  20. pulumi_gcp/clouddeploy/target_iam_policy.py +253 -0
  21. pulumi_gcp/cloudfunctionsv2/function.py +0 -2
  22. pulumi_gcp/cloudrunv2/_inputs.py +4 -2
  23. pulumi_gcp/cloudrunv2/outputs.py +8 -4
  24. pulumi_gcp/composer/_inputs.py +18 -2
  25. pulumi_gcp/composer/outputs.py +29 -4
  26. pulumi_gcp/compute/__init__.py +1 -0
  27. pulumi_gcp/compute/get_forwarding_rules.py +142 -0
  28. pulumi_gcp/compute/instance_group_membership.py +4 -4
  29. pulumi_gcp/compute/outputs.py +816 -0
  30. pulumi_gcp/compute/region_network_endpoint.py +2 -2
  31. pulumi_gcp/compute/region_target_https_proxy.py +162 -37
  32. pulumi_gcp/compute/router_nat.py +8 -8
  33. pulumi_gcp/container/_inputs.py +80 -0
  34. pulumi_gcp/container/cluster.py +20 -16
  35. pulumi_gcp/container/outputs.py +115 -1
  36. pulumi_gcp/firebase/__init__.py +4 -0
  37. pulumi_gcp/firebase/app_check_app_attest_config.py +461 -0
  38. pulumi_gcp/firebase/app_check_play_integrity_config.py +465 -0
  39. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +474 -0
  40. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +511 -0
  41. pulumi_gcp/gkehub/scope.py +85 -0
  42. pulumi_gcp/integrationconnectors/connection.py +4 -4
  43. pulumi_gcp/looker/_inputs.py +42 -0
  44. pulumi_gcp/looker/instance.py +90 -0
  45. pulumi_gcp/looker/outputs.py +34 -0
  46. pulumi_gcp/migrationcenter/__init__.py +3 -0
  47. pulumi_gcp/migrationcenter/_inputs.py +500 -0
  48. pulumi_gcp/migrationcenter/outputs.py +562 -0
  49. pulumi_gcp/migrationcenter/preference_set.py +687 -0
  50. pulumi_gcp/monitoring/custom_service.py +4 -2
  51. pulumi_gcp/monitoring/generic_service.py +4 -2
  52. pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
  53. pulumi_gcp/netapp/__init__.py +1 -0
  54. pulumi_gcp/netapp/_inputs.py +275 -0
  55. pulumi_gcp/netapp/outputs.py +290 -0
  56. pulumi_gcp/netapp/volume.py +140 -2
  57. pulumi_gcp/netapp/volume_replication.py +1292 -0
  58. pulumi_gcp/notebooks/instance.py +1 -1
  59. pulumi_gcp/securityposture/_inputs.py +22 -19
  60. pulumi_gcp/securityposture/outputs.py +18 -15
  61. pulumi_gcp/securityposture/posture.py +28 -48
  62. pulumi_gcp/spanner/_inputs.py +20 -0
  63. pulumi_gcp/spanner/database_iam_binding.py +134 -0
  64. pulumi_gcp/spanner/database_iam_member.py +134 -0
  65. pulumi_gcp/spanner/database_iam_policy.py +114 -0
  66. pulumi_gcp/spanner/outputs.py +20 -0
  67. pulumi_gcp/workbench/_inputs.py +157 -2
  68. pulumi_gcp/workbench/instance.py +52 -0
  69. pulumi_gcp/workbench/outputs.py +154 -2
  70. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/METADATA +1 -1
  71. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/RECORD +73 -60
  72. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/WHEEL +0 -0
  73. {pulumi_gcp-7.12.0a1709365001.dist-info → pulumi_gcp-7.13.0a1709814369.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,461 @@
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__ = ['AppCheckAppAttestConfigArgs', 'AppCheckAppAttestConfig']
13
+
14
+ @pulumi.input_type
15
+ class AppCheckAppAttestConfigArgs:
16
+ def __init__(__self__, *,
17
+ app_id: pulumi.Input[str],
18
+ project: Optional[pulumi.Input[str]] = None,
19
+ token_ttl: Optional[pulumi.Input[str]] = None):
20
+ """
21
+ The set of arguments for constructing a AppCheckAppAttestConfig resource.
22
+ :param pulumi.Input[str] app_id: The ID of an
23
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
24
+
25
+
26
+ - - -
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] token_ttl: Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
30
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
31
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
32
+ """
33
+ pulumi.set(__self__, "app_id", app_id)
34
+ if project is not None:
35
+ pulumi.set(__self__, "project", project)
36
+ if token_ttl is not None:
37
+ pulumi.set(__self__, "token_ttl", token_ttl)
38
+
39
+ @property
40
+ @pulumi.getter(name="appId")
41
+ def app_id(self) -> pulumi.Input[str]:
42
+ """
43
+ The ID of an
44
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
45
+
46
+
47
+ - - -
48
+ """
49
+ return pulumi.get(self, "app_id")
50
+
51
+ @app_id.setter
52
+ def app_id(self, value: pulumi.Input[str]):
53
+ pulumi.set(self, "app_id", value)
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def project(self) -> Optional[pulumi.Input[str]]:
58
+ """
59
+ The ID of the project in which the resource belongs.
60
+ If it is not provided, the provider project is used.
61
+ """
62
+ return pulumi.get(self, "project")
63
+
64
+ @project.setter
65
+ def project(self, value: Optional[pulumi.Input[str]]):
66
+ pulumi.set(self, "project", value)
67
+
68
+ @property
69
+ @pulumi.getter(name="tokenTtl")
70
+ def token_ttl(self) -> Optional[pulumi.Input[str]]:
71
+ """
72
+ Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
73
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
74
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
75
+ """
76
+ return pulumi.get(self, "token_ttl")
77
+
78
+ @token_ttl.setter
79
+ def token_ttl(self, value: Optional[pulumi.Input[str]]):
80
+ pulumi.set(self, "token_ttl", value)
81
+
82
+
83
+ @pulumi.input_type
84
+ class _AppCheckAppAttestConfigState:
85
+ def __init__(__self__, *,
86
+ app_id: Optional[pulumi.Input[str]] = None,
87
+ name: Optional[pulumi.Input[str]] = None,
88
+ project: Optional[pulumi.Input[str]] = None,
89
+ token_ttl: Optional[pulumi.Input[str]] = None):
90
+ """
91
+ Input properties used for looking up and filtering AppCheckAppAttestConfig resources.
92
+ :param pulumi.Input[str] app_id: The ID of an
93
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
94
+
95
+
96
+ - - -
97
+ :param pulumi.Input[str] name: The relative resource name of the App Attest configuration object
98
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
99
+ If it is not provided, the provider project is used.
100
+ :param pulumi.Input[str] token_ttl: Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
101
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
102
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
103
+ """
104
+ if app_id is not None:
105
+ pulumi.set(__self__, "app_id", app_id)
106
+ if name is not None:
107
+ pulumi.set(__self__, "name", name)
108
+ if project is not None:
109
+ pulumi.set(__self__, "project", project)
110
+ if token_ttl is not None:
111
+ pulumi.set(__self__, "token_ttl", token_ttl)
112
+
113
+ @property
114
+ @pulumi.getter(name="appId")
115
+ def app_id(self) -> Optional[pulumi.Input[str]]:
116
+ """
117
+ The ID of an
118
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
119
+
120
+
121
+ - - -
122
+ """
123
+ return pulumi.get(self, "app_id")
124
+
125
+ @app_id.setter
126
+ def app_id(self, value: Optional[pulumi.Input[str]]):
127
+ pulumi.set(self, "app_id", value)
128
+
129
+ @property
130
+ @pulumi.getter
131
+ def name(self) -> Optional[pulumi.Input[str]]:
132
+ """
133
+ The relative resource name of the App Attest configuration object
134
+ """
135
+ return pulumi.get(self, "name")
136
+
137
+ @name.setter
138
+ def name(self, value: Optional[pulumi.Input[str]]):
139
+ pulumi.set(self, "name", value)
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def project(self) -> Optional[pulumi.Input[str]]:
144
+ """
145
+ The ID of the project in which the resource belongs.
146
+ If it is not provided, the provider project is used.
147
+ """
148
+ return pulumi.get(self, "project")
149
+
150
+ @project.setter
151
+ def project(self, value: Optional[pulumi.Input[str]]):
152
+ pulumi.set(self, "project", value)
153
+
154
+ @property
155
+ @pulumi.getter(name="tokenTtl")
156
+ def token_ttl(self) -> Optional[pulumi.Input[str]]:
157
+ """
158
+ Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
159
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
160
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
161
+ """
162
+ return pulumi.get(self, "token_ttl")
163
+
164
+ @token_ttl.setter
165
+ def token_ttl(self, value: Optional[pulumi.Input[str]]):
166
+ pulumi.set(self, "token_ttl", value)
167
+
168
+
169
+ class AppCheckAppAttestConfig(pulumi.CustomResource):
170
+ @overload
171
+ def __init__(__self__,
172
+ resource_name: str,
173
+ opts: Optional[pulumi.ResourceOptions] = None,
174
+ app_id: Optional[pulumi.Input[str]] = None,
175
+ project: Optional[pulumi.Input[str]] = None,
176
+ token_ttl: Optional[pulumi.Input[str]] = None,
177
+ __props__=None):
178
+ """
179
+ An app's App Attest configuration object. Note that the Team ID registered with your
180
+ app is used as part of the validation process. Make sure your `firebase.AppleApp` has a team_id present.
181
+
182
+ To get more information about AppAttestConfig, see:
183
+
184
+ * [API documentation](https://firebase.google.com/docs/reference/appcheck/rest/v1/projects.apps.appAttestConfig)
185
+ * How-to Guides
186
+ * [Official Documentation](https://firebase.google.com/docs/app-check)
187
+
188
+ ## Example Usage
189
+ ### Firebase App Check App Attest Config Minimal
190
+
191
+ ```python
192
+ import pulumi
193
+ import pulumi_gcp as gcp
194
+ import pulumi_time as time
195
+
196
+ default = gcp.firebase.AppleApp("default",
197
+ project="my-project-name",
198
+ display_name="Apple app",
199
+ bundle_id="bundle.id.appattest",
200
+ team_id="9987654321")
201
+ # It takes a while for App Check to recognize the new app
202
+ # If your app already exists, you don't have to wait 30 seconds.
203
+ wait30s = time.index.Sleep("wait_30s", create_duration=30s)
204
+ default_app_check_app_attest_config = gcp.firebase.AppCheckAppAttestConfig("default",
205
+ project="my-project-name",
206
+ app_id=default.app_id)
207
+ ```
208
+ ### Firebase App Check App Attest Config Full
209
+
210
+ ```python
211
+ import pulumi
212
+ import pulumi_gcp as gcp
213
+ import pulumi_time as time
214
+
215
+ default = gcp.firebase.AppleApp("default",
216
+ project="my-project-name",
217
+ display_name="Apple app",
218
+ bundle_id="bundle.id.appattest",
219
+ team_id="9987654321")
220
+ # It takes a while for App Check to recognize the new app
221
+ # If your app already exists, you don't have to wait 30 seconds.
222
+ wait30s = time.index.Sleep("wait_30s", create_duration=30s)
223
+ default_app_check_app_attest_config = gcp.firebase.AppCheckAppAttestConfig("default",
224
+ project="my-project-name",
225
+ app_id=default.app_id,
226
+ token_ttl="7200s")
227
+ ```
228
+
229
+ ## Import
230
+
231
+ AppAttestConfig can be imported using any of these accepted formats:
232
+
233
+ * `projects/{{project}}/apps/{{app_id}}/appAttestConfig`
234
+
235
+ * `{{project}}/{{app_id}}`
236
+
237
+ * `{{app_id}}`
238
+
239
+ When using the `pulumi import` command, AppAttestConfig can be imported using one of the formats above. For example:
240
+
241
+ ```sh
242
+ $ pulumi import gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig default projects/{{project}}/apps/{{app_id}}/appAttestConfig
243
+ ```
244
+
245
+ ```sh
246
+ $ pulumi import gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig default {{project}}/{{app_id}}
247
+ ```
248
+
249
+ ```sh
250
+ $ pulumi import gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig default {{app_id}}
251
+ ```
252
+
253
+ :param str resource_name: The name of the resource.
254
+ :param pulumi.ResourceOptions opts: Options for the resource.
255
+ :param pulumi.Input[str] app_id: The ID of an
256
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
257
+
258
+
259
+ - - -
260
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
261
+ If it is not provided, the provider project is used.
262
+ :param pulumi.Input[str] token_ttl: Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
263
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
264
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
265
+ """
266
+ ...
267
+ @overload
268
+ def __init__(__self__,
269
+ resource_name: str,
270
+ args: AppCheckAppAttestConfigArgs,
271
+ opts: Optional[pulumi.ResourceOptions] = None):
272
+ """
273
+ An app's App Attest configuration object. Note that the Team ID registered with your
274
+ app is used as part of the validation process. Make sure your `firebase.AppleApp` has a team_id present.
275
+
276
+ To get more information about AppAttestConfig, see:
277
+
278
+ * [API documentation](https://firebase.google.com/docs/reference/appcheck/rest/v1/projects.apps.appAttestConfig)
279
+ * How-to Guides
280
+ * [Official Documentation](https://firebase.google.com/docs/app-check)
281
+
282
+ ## Example Usage
283
+ ### Firebase App Check App Attest Config Minimal
284
+
285
+ ```python
286
+ import pulumi
287
+ import pulumi_gcp as gcp
288
+ import pulumi_time as time
289
+
290
+ default = gcp.firebase.AppleApp("default",
291
+ project="my-project-name",
292
+ display_name="Apple app",
293
+ bundle_id="bundle.id.appattest",
294
+ team_id="9987654321")
295
+ # It takes a while for App Check to recognize the new app
296
+ # If your app already exists, you don't have to wait 30 seconds.
297
+ wait30s = time.index.Sleep("wait_30s", create_duration=30s)
298
+ default_app_check_app_attest_config = gcp.firebase.AppCheckAppAttestConfig("default",
299
+ project="my-project-name",
300
+ app_id=default.app_id)
301
+ ```
302
+ ### Firebase App Check App Attest Config Full
303
+
304
+ ```python
305
+ import pulumi
306
+ import pulumi_gcp as gcp
307
+ import pulumi_time as time
308
+
309
+ default = gcp.firebase.AppleApp("default",
310
+ project="my-project-name",
311
+ display_name="Apple app",
312
+ bundle_id="bundle.id.appattest",
313
+ team_id="9987654321")
314
+ # It takes a while for App Check to recognize the new app
315
+ # If your app already exists, you don't have to wait 30 seconds.
316
+ wait30s = time.index.Sleep("wait_30s", create_duration=30s)
317
+ default_app_check_app_attest_config = gcp.firebase.AppCheckAppAttestConfig("default",
318
+ project="my-project-name",
319
+ app_id=default.app_id,
320
+ token_ttl="7200s")
321
+ ```
322
+
323
+ ## Import
324
+
325
+ AppAttestConfig can be imported using any of these accepted formats:
326
+
327
+ * `projects/{{project}}/apps/{{app_id}}/appAttestConfig`
328
+
329
+ * `{{project}}/{{app_id}}`
330
+
331
+ * `{{app_id}}`
332
+
333
+ When using the `pulumi import` command, AppAttestConfig can be imported using one of the formats above. For example:
334
+
335
+ ```sh
336
+ $ pulumi import gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig default projects/{{project}}/apps/{{app_id}}/appAttestConfig
337
+ ```
338
+
339
+ ```sh
340
+ $ pulumi import gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig default {{project}}/{{app_id}}
341
+ ```
342
+
343
+ ```sh
344
+ $ pulumi import gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig default {{app_id}}
345
+ ```
346
+
347
+ :param str resource_name: The name of the resource.
348
+ :param AppCheckAppAttestConfigArgs args: The arguments to use to populate this resource's properties.
349
+ :param pulumi.ResourceOptions opts: Options for the resource.
350
+ """
351
+ ...
352
+ def __init__(__self__, resource_name: str, *args, **kwargs):
353
+ resource_args, opts = _utilities.get_resource_args_opts(AppCheckAppAttestConfigArgs, pulumi.ResourceOptions, *args, **kwargs)
354
+ if resource_args is not None:
355
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
356
+ else:
357
+ __self__._internal_init(resource_name, *args, **kwargs)
358
+
359
+ def _internal_init(__self__,
360
+ resource_name: str,
361
+ opts: Optional[pulumi.ResourceOptions] = None,
362
+ app_id: Optional[pulumi.Input[str]] = None,
363
+ project: Optional[pulumi.Input[str]] = None,
364
+ token_ttl: Optional[pulumi.Input[str]] = None,
365
+ __props__=None):
366
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
367
+ if not isinstance(opts, pulumi.ResourceOptions):
368
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
369
+ if opts.id is None:
370
+ if __props__ is not None:
371
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
372
+ __props__ = AppCheckAppAttestConfigArgs.__new__(AppCheckAppAttestConfigArgs)
373
+
374
+ if app_id is None and not opts.urn:
375
+ raise TypeError("Missing required property 'app_id'")
376
+ __props__.__dict__["app_id"] = app_id
377
+ __props__.__dict__["project"] = project
378
+ __props__.__dict__["token_ttl"] = token_ttl
379
+ __props__.__dict__["name"] = None
380
+ super(AppCheckAppAttestConfig, __self__).__init__(
381
+ 'gcp:firebase/appCheckAppAttestConfig:AppCheckAppAttestConfig',
382
+ resource_name,
383
+ __props__,
384
+ opts)
385
+
386
+ @staticmethod
387
+ def get(resource_name: str,
388
+ id: pulumi.Input[str],
389
+ opts: Optional[pulumi.ResourceOptions] = None,
390
+ app_id: Optional[pulumi.Input[str]] = None,
391
+ name: Optional[pulumi.Input[str]] = None,
392
+ project: Optional[pulumi.Input[str]] = None,
393
+ token_ttl: Optional[pulumi.Input[str]] = None) -> 'AppCheckAppAttestConfig':
394
+ """
395
+ Get an existing AppCheckAppAttestConfig resource's state with the given name, id, and optional extra
396
+ properties used to qualify the lookup.
397
+
398
+ :param str resource_name: The unique name of the resulting resource.
399
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
400
+ :param pulumi.ResourceOptions opts: Options for the resource.
401
+ :param pulumi.Input[str] app_id: The ID of an
402
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
403
+
404
+
405
+ - - -
406
+ :param pulumi.Input[str] name: The relative resource name of the App Attest configuration object
407
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
408
+ If it is not provided, the provider project is used.
409
+ :param pulumi.Input[str] token_ttl: Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
410
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
411
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
412
+ """
413
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
414
+
415
+ __props__ = _AppCheckAppAttestConfigState.__new__(_AppCheckAppAttestConfigState)
416
+
417
+ __props__.__dict__["app_id"] = app_id
418
+ __props__.__dict__["name"] = name
419
+ __props__.__dict__["project"] = project
420
+ __props__.__dict__["token_ttl"] = token_ttl
421
+ return AppCheckAppAttestConfig(resource_name, opts=opts, __props__=__props__)
422
+
423
+ @property
424
+ @pulumi.getter(name="appId")
425
+ def app_id(self) -> pulumi.Output[str]:
426
+ """
427
+ The ID of an
428
+ [Apple App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.iosApps#IosApp.FIELDS.app_id).
429
+
430
+
431
+ - - -
432
+ """
433
+ return pulumi.get(self, "app_id")
434
+
435
+ @property
436
+ @pulumi.getter
437
+ def name(self) -> pulumi.Output[str]:
438
+ """
439
+ The relative resource name of the App Attest configuration object
440
+ """
441
+ return pulumi.get(self, "name")
442
+
443
+ @property
444
+ @pulumi.getter
445
+ def project(self) -> pulumi.Output[str]:
446
+ """
447
+ The ID of the project in which the resource belongs.
448
+ If it is not provided, the provider project is used.
449
+ """
450
+ return pulumi.get(self, "project")
451
+
452
+ @property
453
+ @pulumi.getter(name="tokenTtl")
454
+ def token_ttl(self) -> pulumi.Output[str]:
455
+ """
456
+ Specifies the duration for which App Check tokens exchanged from App Attest artifacts will be valid.
457
+ If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive.
458
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
459
+ """
460
+ return pulumi.get(self, "token_ttl")
461
+