@cdktn/provider-time 11.1.0

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.
package/.jsii ADDED
@@ -0,0 +1,2810 @@
1
+ {
2
+ "author": {
3
+ "name": "CDK Terrain Maintainers",
4
+ "organization": true,
5
+ "roles": [
6
+ "author"
7
+ ],
8
+ "url": "https://cdktn.io"
9
+ },
10
+ "dependencies": {
11
+ "cdktf": "^0.21.0",
12
+ "constructs": "^10.4.2"
13
+ },
14
+ "dependencyClosure": {
15
+ "cdktf": {
16
+ "submodules": {
17
+ "cdktf.testingMatchers": {}
18
+ },
19
+ "targets": {
20
+ "dotnet": {
21
+ "namespace": "HashiCorp.Cdktf",
22
+ "packageId": "HashiCorp.Cdktf"
23
+ },
24
+ "go": {
25
+ "moduleName": "github.com/hashicorp/terraform-cdk-go",
26
+ "packageName": "cdktf"
27
+ },
28
+ "java": {
29
+ "maven": {
30
+ "artifactId": "cdktf",
31
+ "groupId": "com.hashicorp"
32
+ },
33
+ "package": "com.hashicorp.cdktf"
34
+ },
35
+ "js": {
36
+ "npm": "cdktf"
37
+ },
38
+ "python": {
39
+ "distName": "cdktf",
40
+ "module": "cdktf"
41
+ }
42
+ }
43
+ },
44
+ "constructs": {
45
+ "targets": {
46
+ "dotnet": {
47
+ "namespace": "Constructs",
48
+ "packageId": "Constructs"
49
+ },
50
+ "go": {
51
+ "moduleName": "github.com/aws/constructs-go"
52
+ },
53
+ "java": {
54
+ "maven": {
55
+ "artifactId": "constructs",
56
+ "groupId": "software.constructs"
57
+ },
58
+ "package": "software.constructs"
59
+ },
60
+ "js": {
61
+ "npm": "constructs"
62
+ },
63
+ "python": {
64
+ "distName": "constructs",
65
+ "module": "constructs"
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "description": "Prebuilt time Provider for Terraform CDK (cdktf)",
71
+ "docs": {
72
+ "stability": "stable"
73
+ },
74
+ "homepage": "https://github.com/cdktn-io/cdktn-provider-time.git",
75
+ "jsiiVersion": "5.8.22 (build 160a3ef)",
76
+ "keywords": [
77
+ "cdk",
78
+ "cdktf",
79
+ "provider",
80
+ "terraform",
81
+ "time"
82
+ ],
83
+ "license": "MPL-2.0",
84
+ "metadata": {
85
+ "jsii": {
86
+ "pacmak": {
87
+ "hasDefaultInterfaces": true
88
+ }
89
+ },
90
+ "tscRootDir": "src"
91
+ },
92
+ "name": "@cdktn/provider-time",
93
+ "readme": {
94
+ "markdown": "\n# CDKTF prebuilt bindings for hashicorp/time provider version 0.13.1\n\nThis repo builds and publishes the [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-time](https://www.npmjs.com/package/@cdktn/provider-time).\n\n`npm install @cdktn/provider-time`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-time](https://pypi.org/project/cdktn-provider-time).\n\n`pipenv install cdktn-provider-time`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Time](https://www.nuget.org/packages/Io.Cdktn.Cdktn.Providers.Time).\n\n`dotnet add package Io.Cdktn.Cdktn.Providers.Time`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-time](https://mvnrepository.com/artifact/com.Io.Cdktn/cdktn-provider-time).\n\n```\n<dependency>\n <groupId>com.Io.Cdktn</groupId>\n <artifactId>cdktn-provider-time</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-time-go`](https://github.com/cdktn-io/cdktn-provider-time-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-time-go/time/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-time-go/blob/main/time/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-time).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform time provider version 1:1. In fact, it always tracks `latest` of `~> 0.7` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf) - Last official release\n- [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.13.1)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
95
+ },
96
+ "repository": {
97
+ "type": "git",
98
+ "url": "https://github.com/cdktn-io/cdktn-provider-time.git"
99
+ },
100
+ "schema": "jsii/0.10.0",
101
+ "submodules": {
102
+ "@cdktn/provider-time.offset": {
103
+ "locationInModule": {
104
+ "filename": "src/index.ts",
105
+ "line": 7
106
+ },
107
+ "readme": {
108
+ "markdown": "# `time_offset`\n\nRefer to the Terraform Registry for docs: [`time_offset`](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset).\n"
109
+ },
110
+ "symbolId": "src/offset/index:"
111
+ },
112
+ "@cdktn/provider-time.provider": {
113
+ "locationInModule": {
114
+ "filename": "src/index.ts",
115
+ "line": 11
116
+ },
117
+ "readme": {
118
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`time`](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs).\n"
119
+ },
120
+ "symbolId": "src/provider/index:"
121
+ },
122
+ "@cdktn/provider-time.rotating": {
123
+ "locationInModule": {
124
+ "filename": "src/index.ts",
125
+ "line": 8
126
+ },
127
+ "readme": {
128
+ "markdown": "# `time_rotating`\n\nRefer to the Terraform Registry for docs: [`time_rotating`](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating).\n"
129
+ },
130
+ "symbolId": "src/rotating/index:"
131
+ },
132
+ "@cdktn/provider-time.sleep": {
133
+ "locationInModule": {
134
+ "filename": "src/index.ts",
135
+ "line": 9
136
+ },
137
+ "readme": {
138
+ "markdown": "# `time_sleep`\n\nRefer to the Terraform Registry for docs: [`time_sleep`](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep).\n"
139
+ },
140
+ "symbolId": "src/sleep/index:"
141
+ },
142
+ "@cdktn/provider-time.staticResource": {
143
+ "locationInModule": {
144
+ "filename": "src/index.ts",
145
+ "line": 10
146
+ },
147
+ "readme": {
148
+ "markdown": "# `time_static`\n\nRefer to the Terraform Registry for docs: [`time_static`](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static).\n"
149
+ },
150
+ "symbolId": "src/static-resource/index:"
151
+ }
152
+ },
153
+ "targets": {
154
+ "go": {
155
+ "moduleName": "github.com/cdktn-io/cdktn-provider-time-go",
156
+ "packageName": "time"
157
+ },
158
+ "js": {
159
+ "npm": "@cdktn/provider-time"
160
+ },
161
+ "python": {
162
+ "distName": "cdktn-provider-time",
163
+ "module": "cdktn_provider_time"
164
+ }
165
+ },
166
+ "types": {
167
+ "@cdktn/provider-time.offset.Offset": {
168
+ "assembly": "@cdktn/provider-time",
169
+ "base": "cdktf.TerraformResource",
170
+ "docs": {
171
+ "stability": "stable",
172
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset time_offset}."
173
+ },
174
+ "fqn": "@cdktn/provider-time.offset.Offset",
175
+ "initializer": {
176
+ "docs": {
177
+ "stability": "stable",
178
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset time_offset} Resource."
179
+ },
180
+ "locationInModule": {
181
+ "filename": "src/offset/index.ts",
182
+ "line": 100
183
+ },
184
+ "parameters": [
185
+ {
186
+ "docs": {
187
+ "summary": "The scope in which to define this construct."
188
+ },
189
+ "name": "scope",
190
+ "type": {
191
+ "fqn": "constructs.Construct"
192
+ }
193
+ },
194
+ {
195
+ "docs": {
196
+ "remarks": "Must be unique amongst siblings in the same scope",
197
+ "summary": "The scoped construct ID."
198
+ },
199
+ "name": "id",
200
+ "type": {
201
+ "primitive": "string"
202
+ }
203
+ },
204
+ {
205
+ "name": "config",
206
+ "optional": true,
207
+ "type": {
208
+ "fqn": "@cdktn/provider-time.offset.OffsetConfig"
209
+ }
210
+ }
211
+ ]
212
+ },
213
+ "kind": "class",
214
+ "locationInModule": {
215
+ "filename": "src/offset/index.ts",
216
+ "line": 68
217
+ },
218
+ "methods": [
219
+ {
220
+ "docs": {
221
+ "stability": "stable",
222
+ "summary": "Generates CDKTF code for importing a Offset resource upon running \"cdktf plan <stack-name>\"."
223
+ },
224
+ "locationInModule": {
225
+ "filename": "src/offset/index.ts",
226
+ "line": 85
227
+ },
228
+ "name": "generateConfigForImport",
229
+ "parameters": [
230
+ {
231
+ "docs": {
232
+ "summary": "The scope in which to define this construct."
233
+ },
234
+ "name": "scope",
235
+ "type": {
236
+ "fqn": "constructs.Construct"
237
+ }
238
+ },
239
+ {
240
+ "docs": {
241
+ "summary": "The construct id used in the generated config for the Offset to import."
242
+ },
243
+ "name": "importToId",
244
+ "type": {
245
+ "primitive": "string"
246
+ }
247
+ },
248
+ {
249
+ "docs": {
250
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#import import section} in the documentation of this resource for the id to use",
251
+ "summary": "The id of the existing Offset that should be imported."
252
+ },
253
+ "name": "importFromId",
254
+ "type": {
255
+ "primitive": "string"
256
+ }
257
+ },
258
+ {
259
+ "docs": {
260
+ "summary": "? Optional instance of the provider where the Offset to import is found."
261
+ },
262
+ "name": "provider",
263
+ "optional": true,
264
+ "type": {
265
+ "fqn": "cdktf.TerraformProvider"
266
+ }
267
+ }
268
+ ],
269
+ "returns": {
270
+ "type": {
271
+ "fqn": "cdktf.ImportableResource"
272
+ }
273
+ },
274
+ "static": true
275
+ },
276
+ {
277
+ "docs": {
278
+ "stability": "stable"
279
+ },
280
+ "locationInModule": {
281
+ "filename": "src/offset/index.ts",
282
+ "line": 138
283
+ },
284
+ "name": "resetBaseRfc3339"
285
+ },
286
+ {
287
+ "docs": {
288
+ "stability": "stable"
289
+ },
290
+ "locationInModule": {
291
+ "filename": "src/offset/index.ts",
292
+ "line": 179
293
+ },
294
+ "name": "resetOffsetDays"
295
+ },
296
+ {
297
+ "docs": {
298
+ "stability": "stable"
299
+ },
300
+ "locationInModule": {
301
+ "filename": "src/offset/index.ts",
302
+ "line": 195
303
+ },
304
+ "name": "resetOffsetHours"
305
+ },
306
+ {
307
+ "docs": {
308
+ "stability": "stable"
309
+ },
310
+ "locationInModule": {
311
+ "filename": "src/offset/index.ts",
312
+ "line": 211
313
+ },
314
+ "name": "resetOffsetMinutes"
315
+ },
316
+ {
317
+ "docs": {
318
+ "stability": "stable"
319
+ },
320
+ "locationInModule": {
321
+ "filename": "src/offset/index.ts",
322
+ "line": 227
323
+ },
324
+ "name": "resetOffsetMonths"
325
+ },
326
+ {
327
+ "docs": {
328
+ "stability": "stable"
329
+ },
330
+ "locationInModule": {
331
+ "filename": "src/offset/index.ts",
332
+ "line": 243
333
+ },
334
+ "name": "resetOffsetSeconds"
335
+ },
336
+ {
337
+ "docs": {
338
+ "stability": "stable"
339
+ },
340
+ "locationInModule": {
341
+ "filename": "src/offset/index.ts",
342
+ "line": 259
343
+ },
344
+ "name": "resetOffsetYears"
345
+ },
346
+ {
347
+ "docs": {
348
+ "stability": "stable"
349
+ },
350
+ "locationInModule": {
351
+ "filename": "src/offset/index.ts",
352
+ "line": 285
353
+ },
354
+ "name": "resetTriggers"
355
+ },
356
+ {
357
+ "docs": {
358
+ "stability": "stable"
359
+ },
360
+ "locationInModule": {
361
+ "filename": "src/offset/index.ts",
362
+ "line": 307
363
+ },
364
+ "name": "synthesizeAttributes",
365
+ "overrides": "cdktf.TerraformResource",
366
+ "protected": true,
367
+ "returns": {
368
+ "type": {
369
+ "collection": {
370
+ "elementtype": {
371
+ "primitive": "any"
372
+ },
373
+ "kind": "map"
374
+ }
375
+ }
376
+ }
377
+ },
378
+ {
379
+ "docs": {
380
+ "stability": "stable"
381
+ },
382
+ "locationInModule": {
383
+ "filename": "src/offset/index.ts",
384
+ "line": 320
385
+ },
386
+ "name": "synthesizeHclAttributes",
387
+ "overrides": "cdktf.TerraformResource",
388
+ "protected": true,
389
+ "returns": {
390
+ "type": {
391
+ "collection": {
392
+ "elementtype": {
393
+ "primitive": "any"
394
+ },
395
+ "kind": "map"
396
+ }
397
+ }
398
+ }
399
+ }
400
+ ],
401
+ "name": "Offset",
402
+ "namespace": "offset",
403
+ "properties": [
404
+ {
405
+ "const": true,
406
+ "docs": {
407
+ "stability": "stable"
408
+ },
409
+ "immutable": true,
410
+ "locationInModule": {
411
+ "filename": "src/offset/index.ts",
412
+ "line": 73
413
+ },
414
+ "name": "tfResourceType",
415
+ "static": true,
416
+ "type": {
417
+ "primitive": "string"
418
+ }
419
+ },
420
+ {
421
+ "docs": {
422
+ "stability": "stable"
423
+ },
424
+ "immutable": true,
425
+ "locationInModule": {
426
+ "filename": "src/offset/index.ts",
427
+ "line": 147
428
+ },
429
+ "name": "day",
430
+ "type": {
431
+ "primitive": "number"
432
+ }
433
+ },
434
+ {
435
+ "docs": {
436
+ "stability": "stable"
437
+ },
438
+ "immutable": true,
439
+ "locationInModule": {
440
+ "filename": "src/offset/index.ts",
441
+ "line": 152
442
+ },
443
+ "name": "hour",
444
+ "type": {
445
+ "primitive": "number"
446
+ }
447
+ },
448
+ {
449
+ "docs": {
450
+ "stability": "stable"
451
+ },
452
+ "immutable": true,
453
+ "locationInModule": {
454
+ "filename": "src/offset/index.ts",
455
+ "line": 157
456
+ },
457
+ "name": "id",
458
+ "type": {
459
+ "primitive": "string"
460
+ }
461
+ },
462
+ {
463
+ "docs": {
464
+ "stability": "stable"
465
+ },
466
+ "immutable": true,
467
+ "locationInModule": {
468
+ "filename": "src/offset/index.ts",
469
+ "line": 162
470
+ },
471
+ "name": "minute",
472
+ "type": {
473
+ "primitive": "number"
474
+ }
475
+ },
476
+ {
477
+ "docs": {
478
+ "stability": "stable"
479
+ },
480
+ "immutable": true,
481
+ "locationInModule": {
482
+ "filename": "src/offset/index.ts",
483
+ "line": 167
484
+ },
485
+ "name": "month",
486
+ "type": {
487
+ "primitive": "number"
488
+ }
489
+ },
490
+ {
491
+ "docs": {
492
+ "stability": "stable"
493
+ },
494
+ "immutable": true,
495
+ "locationInModule": {
496
+ "filename": "src/offset/index.ts",
497
+ "line": 268
498
+ },
499
+ "name": "rfc3339",
500
+ "type": {
501
+ "primitive": "string"
502
+ }
503
+ },
504
+ {
505
+ "docs": {
506
+ "stability": "stable"
507
+ },
508
+ "immutable": true,
509
+ "locationInModule": {
510
+ "filename": "src/offset/index.ts",
511
+ "line": 273
512
+ },
513
+ "name": "second",
514
+ "type": {
515
+ "primitive": "number"
516
+ }
517
+ },
518
+ {
519
+ "docs": {
520
+ "stability": "stable"
521
+ },
522
+ "immutable": true,
523
+ "locationInModule": {
524
+ "filename": "src/offset/index.ts",
525
+ "line": 294
526
+ },
527
+ "name": "unix",
528
+ "type": {
529
+ "primitive": "number"
530
+ }
531
+ },
532
+ {
533
+ "docs": {
534
+ "stability": "stable"
535
+ },
536
+ "immutable": true,
537
+ "locationInModule": {
538
+ "filename": "src/offset/index.ts",
539
+ "line": 299
540
+ },
541
+ "name": "year",
542
+ "type": {
543
+ "primitive": "number"
544
+ }
545
+ },
546
+ {
547
+ "docs": {
548
+ "stability": "stable"
549
+ },
550
+ "immutable": true,
551
+ "locationInModule": {
552
+ "filename": "src/offset/index.ts",
553
+ "line": 142
554
+ },
555
+ "name": "baseRfc3339Input",
556
+ "optional": true,
557
+ "type": {
558
+ "primitive": "string"
559
+ }
560
+ },
561
+ {
562
+ "docs": {
563
+ "stability": "stable"
564
+ },
565
+ "immutable": true,
566
+ "locationInModule": {
567
+ "filename": "src/offset/index.ts",
568
+ "line": 183
569
+ },
570
+ "name": "offsetDaysInput",
571
+ "optional": true,
572
+ "type": {
573
+ "primitive": "number"
574
+ }
575
+ },
576
+ {
577
+ "docs": {
578
+ "stability": "stable"
579
+ },
580
+ "immutable": true,
581
+ "locationInModule": {
582
+ "filename": "src/offset/index.ts",
583
+ "line": 199
584
+ },
585
+ "name": "offsetHoursInput",
586
+ "optional": true,
587
+ "type": {
588
+ "primitive": "number"
589
+ }
590
+ },
591
+ {
592
+ "docs": {
593
+ "stability": "stable"
594
+ },
595
+ "immutable": true,
596
+ "locationInModule": {
597
+ "filename": "src/offset/index.ts",
598
+ "line": 215
599
+ },
600
+ "name": "offsetMinutesInput",
601
+ "optional": true,
602
+ "type": {
603
+ "primitive": "number"
604
+ }
605
+ },
606
+ {
607
+ "docs": {
608
+ "stability": "stable"
609
+ },
610
+ "immutable": true,
611
+ "locationInModule": {
612
+ "filename": "src/offset/index.ts",
613
+ "line": 231
614
+ },
615
+ "name": "offsetMonthsInput",
616
+ "optional": true,
617
+ "type": {
618
+ "primitive": "number"
619
+ }
620
+ },
621
+ {
622
+ "docs": {
623
+ "stability": "stable"
624
+ },
625
+ "immutable": true,
626
+ "locationInModule": {
627
+ "filename": "src/offset/index.ts",
628
+ "line": 247
629
+ },
630
+ "name": "offsetSecondsInput",
631
+ "optional": true,
632
+ "type": {
633
+ "primitive": "number"
634
+ }
635
+ },
636
+ {
637
+ "docs": {
638
+ "stability": "stable"
639
+ },
640
+ "immutable": true,
641
+ "locationInModule": {
642
+ "filename": "src/offset/index.ts",
643
+ "line": 263
644
+ },
645
+ "name": "offsetYearsInput",
646
+ "optional": true,
647
+ "type": {
648
+ "primitive": "number"
649
+ }
650
+ },
651
+ {
652
+ "docs": {
653
+ "stability": "stable"
654
+ },
655
+ "immutable": true,
656
+ "locationInModule": {
657
+ "filename": "src/offset/index.ts",
658
+ "line": 289
659
+ },
660
+ "name": "triggersInput",
661
+ "optional": true,
662
+ "type": {
663
+ "collection": {
664
+ "elementtype": {
665
+ "primitive": "string"
666
+ },
667
+ "kind": "map"
668
+ }
669
+ }
670
+ },
671
+ {
672
+ "docs": {
673
+ "stability": "stable"
674
+ },
675
+ "locationInModule": {
676
+ "filename": "src/offset/index.ts",
677
+ "line": 132
678
+ },
679
+ "name": "baseRfc3339",
680
+ "type": {
681
+ "primitive": "string"
682
+ }
683
+ },
684
+ {
685
+ "docs": {
686
+ "stability": "stable"
687
+ },
688
+ "locationInModule": {
689
+ "filename": "src/offset/index.ts",
690
+ "line": 173
691
+ },
692
+ "name": "offsetDays",
693
+ "type": {
694
+ "primitive": "number"
695
+ }
696
+ },
697
+ {
698
+ "docs": {
699
+ "stability": "stable"
700
+ },
701
+ "locationInModule": {
702
+ "filename": "src/offset/index.ts",
703
+ "line": 189
704
+ },
705
+ "name": "offsetHours",
706
+ "type": {
707
+ "primitive": "number"
708
+ }
709
+ },
710
+ {
711
+ "docs": {
712
+ "stability": "stable"
713
+ },
714
+ "locationInModule": {
715
+ "filename": "src/offset/index.ts",
716
+ "line": 205
717
+ },
718
+ "name": "offsetMinutes",
719
+ "type": {
720
+ "primitive": "number"
721
+ }
722
+ },
723
+ {
724
+ "docs": {
725
+ "stability": "stable"
726
+ },
727
+ "locationInModule": {
728
+ "filename": "src/offset/index.ts",
729
+ "line": 221
730
+ },
731
+ "name": "offsetMonths",
732
+ "type": {
733
+ "primitive": "number"
734
+ }
735
+ },
736
+ {
737
+ "docs": {
738
+ "stability": "stable"
739
+ },
740
+ "locationInModule": {
741
+ "filename": "src/offset/index.ts",
742
+ "line": 237
743
+ },
744
+ "name": "offsetSeconds",
745
+ "type": {
746
+ "primitive": "number"
747
+ }
748
+ },
749
+ {
750
+ "docs": {
751
+ "stability": "stable"
752
+ },
753
+ "locationInModule": {
754
+ "filename": "src/offset/index.ts",
755
+ "line": 253
756
+ },
757
+ "name": "offsetYears",
758
+ "type": {
759
+ "primitive": "number"
760
+ }
761
+ },
762
+ {
763
+ "docs": {
764
+ "stability": "stable"
765
+ },
766
+ "locationInModule": {
767
+ "filename": "src/offset/index.ts",
768
+ "line": 279
769
+ },
770
+ "name": "triggers",
771
+ "type": {
772
+ "collection": {
773
+ "elementtype": {
774
+ "primitive": "string"
775
+ },
776
+ "kind": "map"
777
+ }
778
+ }
779
+ }
780
+ ],
781
+ "symbolId": "src/offset/index:Offset"
782
+ },
783
+ "@cdktn/provider-time.offset.OffsetConfig": {
784
+ "assembly": "@cdktn/provider-time",
785
+ "datatype": true,
786
+ "docs": {
787
+ "stability": "stable"
788
+ },
789
+ "fqn": "@cdktn/provider-time.offset.OffsetConfig",
790
+ "interfaces": [
791
+ "cdktf.TerraformMetaArguments"
792
+ ],
793
+ "kind": "interface",
794
+ "locationInModule": {
795
+ "filename": "src/offset/index.ts",
796
+ "line": 14
797
+ },
798
+ "name": "OffsetConfig",
799
+ "namespace": "offset",
800
+ "properties": [
801
+ {
802
+ "abstract": true,
803
+ "docs": {
804
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}",
805
+ "stability": "stable",
806
+ "summary": "Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time."
807
+ },
808
+ "immutable": true,
809
+ "locationInModule": {
810
+ "filename": "src/offset/index.ts",
811
+ "line": 20
812
+ },
813
+ "name": "baseRfc3339",
814
+ "optional": true,
815
+ "type": {
816
+ "primitive": "string"
817
+ }
818
+ },
819
+ {
820
+ "abstract": true,
821
+ "docs": {
822
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#offset_days Offset#offset_days}",
823
+ "stability": "stable",
824
+ "summary": "Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured."
825
+ },
826
+ "immutable": true,
827
+ "locationInModule": {
828
+ "filename": "src/offset/index.ts",
829
+ "line": 26
830
+ },
831
+ "name": "offsetDays",
832
+ "optional": true,
833
+ "type": {
834
+ "primitive": "number"
835
+ }
836
+ },
837
+ {
838
+ "abstract": true,
839
+ "docs": {
840
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#offset_hours Offset#offset_hours}",
841
+ "stability": "stable",
842
+ "summary": "Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured."
843
+ },
844
+ "immutable": true,
845
+ "locationInModule": {
846
+ "filename": "src/offset/index.ts",
847
+ "line": 32
848
+ },
849
+ "name": "offsetHours",
850
+ "optional": true,
851
+ "type": {
852
+ "primitive": "number"
853
+ }
854
+ },
855
+ {
856
+ "abstract": true,
857
+ "docs": {
858
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#offset_minutes Offset#offset_minutes}",
859
+ "stability": "stable",
860
+ "summary": "Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured."
861
+ },
862
+ "immutable": true,
863
+ "locationInModule": {
864
+ "filename": "src/offset/index.ts",
865
+ "line": 38
866
+ },
867
+ "name": "offsetMinutes",
868
+ "optional": true,
869
+ "type": {
870
+ "primitive": "number"
871
+ }
872
+ },
873
+ {
874
+ "abstract": true,
875
+ "docs": {
876
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#offset_months Offset#offset_months}",
877
+ "stability": "stable",
878
+ "summary": "Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured."
879
+ },
880
+ "immutable": true,
881
+ "locationInModule": {
882
+ "filename": "src/offset/index.ts",
883
+ "line": 44
884
+ },
885
+ "name": "offsetMonths",
886
+ "optional": true,
887
+ "type": {
888
+ "primitive": "number"
889
+ }
890
+ },
891
+ {
892
+ "abstract": true,
893
+ "docs": {
894
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#offset_seconds Offset#offset_seconds}",
895
+ "stability": "stable",
896
+ "summary": "Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured."
897
+ },
898
+ "immutable": true,
899
+ "locationInModule": {
900
+ "filename": "src/offset/index.ts",
901
+ "line": 50
902
+ },
903
+ "name": "offsetSeconds",
904
+ "optional": true,
905
+ "type": {
906
+ "primitive": "number"
907
+ }
908
+ },
909
+ {
910
+ "abstract": true,
911
+ "docs": {
912
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#offset_years Offset#offset_years}",
913
+ "stability": "stable",
914
+ "summary": "Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured."
915
+ },
916
+ "immutable": true,
917
+ "locationInModule": {
918
+ "filename": "src/offset/index.ts",
919
+ "line": 56
920
+ },
921
+ "name": "offsetYears",
922
+ "optional": true,
923
+ "type": {
924
+ "primitive": "number"
925
+ }
926
+ },
927
+ {
928
+ "abstract": true,
929
+ "docs": {
930
+ "remarks": "See [the main provider documentation](../index.md) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset#triggers Offset#triggers}",
931
+ "stability": "stable",
932
+ "summary": "Arbitrary map of values that, when changed, will trigger a new base timestamp value to be saved."
933
+ },
934
+ "immutable": true,
935
+ "locationInModule": {
936
+ "filename": "src/offset/index.ts",
937
+ "line": 62
938
+ },
939
+ "name": "triggers",
940
+ "optional": true,
941
+ "type": {
942
+ "collection": {
943
+ "elementtype": {
944
+ "primitive": "string"
945
+ },
946
+ "kind": "map"
947
+ }
948
+ }
949
+ }
950
+ ],
951
+ "symbolId": "src/offset/index:OffsetConfig"
952
+ },
953
+ "@cdktn/provider-time.provider.TimeProvider": {
954
+ "assembly": "@cdktn/provider-time",
955
+ "base": "cdktf.TerraformProvider",
956
+ "docs": {
957
+ "stability": "stable",
958
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs time}."
959
+ },
960
+ "fqn": "@cdktn/provider-time.provider.TimeProvider",
961
+ "initializer": {
962
+ "docs": {
963
+ "stability": "stable",
964
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs time} Resource."
965
+ },
966
+ "locationInModule": {
967
+ "filename": "src/provider/index.ts",
968
+ "line": 58
969
+ },
970
+ "parameters": [
971
+ {
972
+ "docs": {
973
+ "summary": "The scope in which to define this construct."
974
+ },
975
+ "name": "scope",
976
+ "type": {
977
+ "fqn": "constructs.Construct"
978
+ }
979
+ },
980
+ {
981
+ "docs": {
982
+ "remarks": "Must be unique amongst siblings in the same scope",
983
+ "summary": "The scoped construct ID."
984
+ },
985
+ "name": "id",
986
+ "type": {
987
+ "primitive": "string"
988
+ }
989
+ },
990
+ {
991
+ "name": "config",
992
+ "optional": true,
993
+ "type": {
994
+ "fqn": "@cdktn/provider-time.provider.TimeProviderConfig"
995
+ }
996
+ }
997
+ ]
998
+ },
999
+ "kind": "class",
1000
+ "locationInModule": {
1001
+ "filename": "src/provider/index.ts",
1002
+ "line": 26
1003
+ },
1004
+ "methods": [
1005
+ {
1006
+ "docs": {
1007
+ "stability": "stable",
1008
+ "summary": "Generates CDKTF code for importing a TimeProvider resource upon running \"cdktf plan <stack-name>\"."
1009
+ },
1010
+ "locationInModule": {
1011
+ "filename": "src/provider/index.ts",
1012
+ "line": 43
1013
+ },
1014
+ "name": "generateConfigForImport",
1015
+ "parameters": [
1016
+ {
1017
+ "docs": {
1018
+ "summary": "The scope in which to define this construct."
1019
+ },
1020
+ "name": "scope",
1021
+ "type": {
1022
+ "fqn": "constructs.Construct"
1023
+ }
1024
+ },
1025
+ {
1026
+ "docs": {
1027
+ "summary": "The construct id used in the generated config for the TimeProvider to import."
1028
+ },
1029
+ "name": "importToId",
1030
+ "type": {
1031
+ "primitive": "string"
1032
+ }
1033
+ },
1034
+ {
1035
+ "docs": {
1036
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs#import import section} in the documentation of this resource for the id to use",
1037
+ "summary": "The id of the existing TimeProvider that should be imported."
1038
+ },
1039
+ "name": "importFromId",
1040
+ "type": {
1041
+ "primitive": "string"
1042
+ }
1043
+ },
1044
+ {
1045
+ "docs": {
1046
+ "summary": "? Optional instance of the provider where the TimeProvider to import is found."
1047
+ },
1048
+ "name": "provider",
1049
+ "optional": true,
1050
+ "type": {
1051
+ "fqn": "cdktf.TerraformProvider"
1052
+ }
1053
+ }
1054
+ ],
1055
+ "returns": {
1056
+ "type": {
1057
+ "fqn": "cdktf.ImportableResource"
1058
+ }
1059
+ },
1060
+ "static": true
1061
+ },
1062
+ {
1063
+ "docs": {
1064
+ "stability": "stable"
1065
+ },
1066
+ "locationInModule": {
1067
+ "filename": "src/provider/index.ts",
1068
+ "line": 83
1069
+ },
1070
+ "name": "resetAlias"
1071
+ },
1072
+ {
1073
+ "docs": {
1074
+ "stability": "stable"
1075
+ },
1076
+ "locationInModule": {
1077
+ "filename": "src/provider/index.ts",
1078
+ "line": 95
1079
+ },
1080
+ "name": "synthesizeAttributes",
1081
+ "overrides": "cdktf.TerraformProvider",
1082
+ "protected": true,
1083
+ "returns": {
1084
+ "type": {
1085
+ "collection": {
1086
+ "elementtype": {
1087
+ "primitive": "any"
1088
+ },
1089
+ "kind": "map"
1090
+ }
1091
+ }
1092
+ }
1093
+ },
1094
+ {
1095
+ "docs": {
1096
+ "stability": "stable"
1097
+ },
1098
+ "locationInModule": {
1099
+ "filename": "src/provider/index.ts",
1100
+ "line": 101
1101
+ },
1102
+ "name": "synthesizeHclAttributes",
1103
+ "overrides": "cdktf.TerraformProvider",
1104
+ "protected": true,
1105
+ "returns": {
1106
+ "type": {
1107
+ "collection": {
1108
+ "elementtype": {
1109
+ "primitive": "any"
1110
+ },
1111
+ "kind": "map"
1112
+ }
1113
+ }
1114
+ }
1115
+ }
1116
+ ],
1117
+ "name": "TimeProvider",
1118
+ "namespace": "provider",
1119
+ "properties": [
1120
+ {
1121
+ "const": true,
1122
+ "docs": {
1123
+ "stability": "stable"
1124
+ },
1125
+ "immutable": true,
1126
+ "locationInModule": {
1127
+ "filename": "src/provider/index.ts",
1128
+ "line": 31
1129
+ },
1130
+ "name": "tfResourceType",
1131
+ "static": true,
1132
+ "type": {
1133
+ "primitive": "string"
1134
+ }
1135
+ },
1136
+ {
1137
+ "docs": {
1138
+ "stability": "stable"
1139
+ },
1140
+ "immutable": true,
1141
+ "locationInModule": {
1142
+ "filename": "src/provider/index.ts",
1143
+ "line": 87
1144
+ },
1145
+ "name": "aliasInput",
1146
+ "optional": true,
1147
+ "type": {
1148
+ "primitive": "string"
1149
+ }
1150
+ },
1151
+ {
1152
+ "docs": {
1153
+ "stability": "stable"
1154
+ },
1155
+ "locationInModule": {
1156
+ "filename": "src/provider/index.ts",
1157
+ "line": 77
1158
+ },
1159
+ "name": "alias",
1160
+ "optional": true,
1161
+ "overrides": "cdktf.TerraformProvider",
1162
+ "type": {
1163
+ "primitive": "string"
1164
+ }
1165
+ }
1166
+ ],
1167
+ "symbolId": "src/provider/index:TimeProvider"
1168
+ },
1169
+ "@cdktn/provider-time.provider.TimeProviderConfig": {
1170
+ "assembly": "@cdktn/provider-time",
1171
+ "datatype": true,
1172
+ "docs": {
1173
+ "stability": "stable"
1174
+ },
1175
+ "fqn": "@cdktn/provider-time.provider.TimeProviderConfig",
1176
+ "kind": "interface",
1177
+ "locationInModule": {
1178
+ "filename": "src/provider/index.ts",
1179
+ "line": 14
1180
+ },
1181
+ "name": "TimeProviderConfig",
1182
+ "namespace": "provider",
1183
+ "properties": [
1184
+ {
1185
+ "abstract": true,
1186
+ "docs": {
1187
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs#alias TimeProvider#alias}",
1188
+ "stability": "stable",
1189
+ "summary": "Alias name."
1190
+ },
1191
+ "immutable": true,
1192
+ "locationInModule": {
1193
+ "filename": "src/provider/index.ts",
1194
+ "line": 20
1195
+ },
1196
+ "name": "alias",
1197
+ "optional": true,
1198
+ "type": {
1199
+ "primitive": "string"
1200
+ }
1201
+ }
1202
+ ],
1203
+ "symbolId": "src/provider/index:TimeProviderConfig"
1204
+ },
1205
+ "@cdktn/provider-time.rotating.Rotating": {
1206
+ "assembly": "@cdktn/provider-time",
1207
+ "base": "cdktf.TerraformResource",
1208
+ "docs": {
1209
+ "stability": "stable",
1210
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating time_rotating}."
1211
+ },
1212
+ "fqn": "@cdktn/provider-time.rotating.Rotating",
1213
+ "initializer": {
1214
+ "docs": {
1215
+ "stability": "stable",
1216
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating time_rotating} Resource."
1217
+ },
1218
+ "locationInModule": {
1219
+ "filename": "src/rotating/index.ts",
1220
+ "line": 100
1221
+ },
1222
+ "parameters": [
1223
+ {
1224
+ "docs": {
1225
+ "summary": "The scope in which to define this construct."
1226
+ },
1227
+ "name": "scope",
1228
+ "type": {
1229
+ "fqn": "constructs.Construct"
1230
+ }
1231
+ },
1232
+ {
1233
+ "docs": {
1234
+ "remarks": "Must be unique amongst siblings in the same scope",
1235
+ "summary": "The scoped construct ID."
1236
+ },
1237
+ "name": "id",
1238
+ "type": {
1239
+ "primitive": "string"
1240
+ }
1241
+ },
1242
+ {
1243
+ "name": "config",
1244
+ "optional": true,
1245
+ "type": {
1246
+ "fqn": "@cdktn/provider-time.rotating.RotatingConfig"
1247
+ }
1248
+ }
1249
+ ]
1250
+ },
1251
+ "kind": "class",
1252
+ "locationInModule": {
1253
+ "filename": "src/rotating/index.ts",
1254
+ "line": 68
1255
+ },
1256
+ "methods": [
1257
+ {
1258
+ "docs": {
1259
+ "stability": "stable",
1260
+ "summary": "Generates CDKTF code for importing a Rotating resource upon running \"cdktf plan <stack-name>\"."
1261
+ },
1262
+ "locationInModule": {
1263
+ "filename": "src/rotating/index.ts",
1264
+ "line": 85
1265
+ },
1266
+ "name": "generateConfigForImport",
1267
+ "parameters": [
1268
+ {
1269
+ "docs": {
1270
+ "summary": "The scope in which to define this construct."
1271
+ },
1272
+ "name": "scope",
1273
+ "type": {
1274
+ "fqn": "constructs.Construct"
1275
+ }
1276
+ },
1277
+ {
1278
+ "docs": {
1279
+ "summary": "The construct id used in the generated config for the Rotating to import."
1280
+ },
1281
+ "name": "importToId",
1282
+ "type": {
1283
+ "primitive": "string"
1284
+ }
1285
+ },
1286
+ {
1287
+ "docs": {
1288
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#import import section} in the documentation of this resource for the id to use",
1289
+ "summary": "The id of the existing Rotating that should be imported."
1290
+ },
1291
+ "name": "importFromId",
1292
+ "type": {
1293
+ "primitive": "string"
1294
+ }
1295
+ },
1296
+ {
1297
+ "docs": {
1298
+ "summary": "? Optional instance of the provider where the Rotating to import is found."
1299
+ },
1300
+ "name": "provider",
1301
+ "optional": true,
1302
+ "type": {
1303
+ "fqn": "cdktf.TerraformProvider"
1304
+ }
1305
+ }
1306
+ ],
1307
+ "returns": {
1308
+ "type": {
1309
+ "fqn": "cdktf.ImportableResource"
1310
+ }
1311
+ },
1312
+ "static": true
1313
+ },
1314
+ {
1315
+ "docs": {
1316
+ "stability": "stable"
1317
+ },
1318
+ "locationInModule": {
1319
+ "filename": "src/rotating/index.ts",
1320
+ "line": 163
1321
+ },
1322
+ "name": "resetRfc3339"
1323
+ },
1324
+ {
1325
+ "docs": {
1326
+ "stability": "stable"
1327
+ },
1328
+ "locationInModule": {
1329
+ "filename": "src/rotating/index.ts",
1330
+ "line": 179
1331
+ },
1332
+ "name": "resetRotationDays"
1333
+ },
1334
+ {
1335
+ "docs": {
1336
+ "stability": "stable"
1337
+ },
1338
+ "locationInModule": {
1339
+ "filename": "src/rotating/index.ts",
1340
+ "line": 195
1341
+ },
1342
+ "name": "resetRotationHours"
1343
+ },
1344
+ {
1345
+ "docs": {
1346
+ "stability": "stable"
1347
+ },
1348
+ "locationInModule": {
1349
+ "filename": "src/rotating/index.ts",
1350
+ "line": 211
1351
+ },
1352
+ "name": "resetRotationMinutes"
1353
+ },
1354
+ {
1355
+ "docs": {
1356
+ "stability": "stable"
1357
+ },
1358
+ "locationInModule": {
1359
+ "filename": "src/rotating/index.ts",
1360
+ "line": 227
1361
+ },
1362
+ "name": "resetRotationMonths"
1363
+ },
1364
+ {
1365
+ "docs": {
1366
+ "stability": "stable"
1367
+ },
1368
+ "locationInModule": {
1369
+ "filename": "src/rotating/index.ts",
1370
+ "line": 243
1371
+ },
1372
+ "name": "resetRotationRfc3339"
1373
+ },
1374
+ {
1375
+ "docs": {
1376
+ "stability": "stable"
1377
+ },
1378
+ "locationInModule": {
1379
+ "filename": "src/rotating/index.ts",
1380
+ "line": 259
1381
+ },
1382
+ "name": "resetRotationYears"
1383
+ },
1384
+ {
1385
+ "docs": {
1386
+ "stability": "stable"
1387
+ },
1388
+ "locationInModule": {
1389
+ "filename": "src/rotating/index.ts",
1390
+ "line": 280
1391
+ },
1392
+ "name": "resetTriggers"
1393
+ },
1394
+ {
1395
+ "docs": {
1396
+ "stability": "stable"
1397
+ },
1398
+ "locationInModule": {
1399
+ "filename": "src/rotating/index.ts",
1400
+ "line": 302
1401
+ },
1402
+ "name": "synthesizeAttributes",
1403
+ "overrides": "cdktf.TerraformResource",
1404
+ "protected": true,
1405
+ "returns": {
1406
+ "type": {
1407
+ "collection": {
1408
+ "elementtype": {
1409
+ "primitive": "any"
1410
+ },
1411
+ "kind": "map"
1412
+ }
1413
+ }
1414
+ }
1415
+ },
1416
+ {
1417
+ "docs": {
1418
+ "stability": "stable"
1419
+ },
1420
+ "locationInModule": {
1421
+ "filename": "src/rotating/index.ts",
1422
+ "line": 315
1423
+ },
1424
+ "name": "synthesizeHclAttributes",
1425
+ "overrides": "cdktf.TerraformResource",
1426
+ "protected": true,
1427
+ "returns": {
1428
+ "type": {
1429
+ "collection": {
1430
+ "elementtype": {
1431
+ "primitive": "any"
1432
+ },
1433
+ "kind": "map"
1434
+ }
1435
+ }
1436
+ }
1437
+ }
1438
+ ],
1439
+ "name": "Rotating",
1440
+ "namespace": "rotating",
1441
+ "properties": [
1442
+ {
1443
+ "const": true,
1444
+ "docs": {
1445
+ "stability": "stable"
1446
+ },
1447
+ "immutable": true,
1448
+ "locationInModule": {
1449
+ "filename": "src/rotating/index.ts",
1450
+ "line": 73
1451
+ },
1452
+ "name": "tfResourceType",
1453
+ "static": true,
1454
+ "type": {
1455
+ "primitive": "string"
1456
+ }
1457
+ },
1458
+ {
1459
+ "docs": {
1460
+ "stability": "stable"
1461
+ },
1462
+ "immutable": true,
1463
+ "locationInModule": {
1464
+ "filename": "src/rotating/index.ts",
1465
+ "line": 131
1466
+ },
1467
+ "name": "day",
1468
+ "type": {
1469
+ "primitive": "number"
1470
+ }
1471
+ },
1472
+ {
1473
+ "docs": {
1474
+ "stability": "stable"
1475
+ },
1476
+ "immutable": true,
1477
+ "locationInModule": {
1478
+ "filename": "src/rotating/index.ts",
1479
+ "line": 136
1480
+ },
1481
+ "name": "hour",
1482
+ "type": {
1483
+ "primitive": "number"
1484
+ }
1485
+ },
1486
+ {
1487
+ "docs": {
1488
+ "stability": "stable"
1489
+ },
1490
+ "immutable": true,
1491
+ "locationInModule": {
1492
+ "filename": "src/rotating/index.ts",
1493
+ "line": 141
1494
+ },
1495
+ "name": "id",
1496
+ "type": {
1497
+ "primitive": "string"
1498
+ }
1499
+ },
1500
+ {
1501
+ "docs": {
1502
+ "stability": "stable"
1503
+ },
1504
+ "immutable": true,
1505
+ "locationInModule": {
1506
+ "filename": "src/rotating/index.ts",
1507
+ "line": 146
1508
+ },
1509
+ "name": "minute",
1510
+ "type": {
1511
+ "primitive": "number"
1512
+ }
1513
+ },
1514
+ {
1515
+ "docs": {
1516
+ "stability": "stable"
1517
+ },
1518
+ "immutable": true,
1519
+ "locationInModule": {
1520
+ "filename": "src/rotating/index.ts",
1521
+ "line": 151
1522
+ },
1523
+ "name": "month",
1524
+ "type": {
1525
+ "primitive": "number"
1526
+ }
1527
+ },
1528
+ {
1529
+ "docs": {
1530
+ "stability": "stable"
1531
+ },
1532
+ "immutable": true,
1533
+ "locationInModule": {
1534
+ "filename": "src/rotating/index.ts",
1535
+ "line": 268
1536
+ },
1537
+ "name": "second",
1538
+ "type": {
1539
+ "primitive": "number"
1540
+ }
1541
+ },
1542
+ {
1543
+ "docs": {
1544
+ "stability": "stable"
1545
+ },
1546
+ "immutable": true,
1547
+ "locationInModule": {
1548
+ "filename": "src/rotating/index.ts",
1549
+ "line": 289
1550
+ },
1551
+ "name": "unix",
1552
+ "type": {
1553
+ "primitive": "number"
1554
+ }
1555
+ },
1556
+ {
1557
+ "docs": {
1558
+ "stability": "stable"
1559
+ },
1560
+ "immutable": true,
1561
+ "locationInModule": {
1562
+ "filename": "src/rotating/index.ts",
1563
+ "line": 294
1564
+ },
1565
+ "name": "year",
1566
+ "type": {
1567
+ "primitive": "number"
1568
+ }
1569
+ },
1570
+ {
1571
+ "docs": {
1572
+ "stability": "stable"
1573
+ },
1574
+ "immutable": true,
1575
+ "locationInModule": {
1576
+ "filename": "src/rotating/index.ts",
1577
+ "line": 167
1578
+ },
1579
+ "name": "rfc3339Input",
1580
+ "optional": true,
1581
+ "type": {
1582
+ "primitive": "string"
1583
+ }
1584
+ },
1585
+ {
1586
+ "docs": {
1587
+ "stability": "stable"
1588
+ },
1589
+ "immutable": true,
1590
+ "locationInModule": {
1591
+ "filename": "src/rotating/index.ts",
1592
+ "line": 183
1593
+ },
1594
+ "name": "rotationDaysInput",
1595
+ "optional": true,
1596
+ "type": {
1597
+ "primitive": "number"
1598
+ }
1599
+ },
1600
+ {
1601
+ "docs": {
1602
+ "stability": "stable"
1603
+ },
1604
+ "immutable": true,
1605
+ "locationInModule": {
1606
+ "filename": "src/rotating/index.ts",
1607
+ "line": 199
1608
+ },
1609
+ "name": "rotationHoursInput",
1610
+ "optional": true,
1611
+ "type": {
1612
+ "primitive": "number"
1613
+ }
1614
+ },
1615
+ {
1616
+ "docs": {
1617
+ "stability": "stable"
1618
+ },
1619
+ "immutable": true,
1620
+ "locationInModule": {
1621
+ "filename": "src/rotating/index.ts",
1622
+ "line": 215
1623
+ },
1624
+ "name": "rotationMinutesInput",
1625
+ "optional": true,
1626
+ "type": {
1627
+ "primitive": "number"
1628
+ }
1629
+ },
1630
+ {
1631
+ "docs": {
1632
+ "stability": "stable"
1633
+ },
1634
+ "immutable": true,
1635
+ "locationInModule": {
1636
+ "filename": "src/rotating/index.ts",
1637
+ "line": 231
1638
+ },
1639
+ "name": "rotationMonthsInput",
1640
+ "optional": true,
1641
+ "type": {
1642
+ "primitive": "number"
1643
+ }
1644
+ },
1645
+ {
1646
+ "docs": {
1647
+ "stability": "stable"
1648
+ },
1649
+ "immutable": true,
1650
+ "locationInModule": {
1651
+ "filename": "src/rotating/index.ts",
1652
+ "line": 247
1653
+ },
1654
+ "name": "rotationRfc3339Input",
1655
+ "optional": true,
1656
+ "type": {
1657
+ "primitive": "string"
1658
+ }
1659
+ },
1660
+ {
1661
+ "docs": {
1662
+ "stability": "stable"
1663
+ },
1664
+ "immutable": true,
1665
+ "locationInModule": {
1666
+ "filename": "src/rotating/index.ts",
1667
+ "line": 263
1668
+ },
1669
+ "name": "rotationYearsInput",
1670
+ "optional": true,
1671
+ "type": {
1672
+ "primitive": "number"
1673
+ }
1674
+ },
1675
+ {
1676
+ "docs": {
1677
+ "stability": "stable"
1678
+ },
1679
+ "immutable": true,
1680
+ "locationInModule": {
1681
+ "filename": "src/rotating/index.ts",
1682
+ "line": 284
1683
+ },
1684
+ "name": "triggersInput",
1685
+ "optional": true,
1686
+ "type": {
1687
+ "collection": {
1688
+ "elementtype": {
1689
+ "primitive": "string"
1690
+ },
1691
+ "kind": "map"
1692
+ }
1693
+ }
1694
+ },
1695
+ {
1696
+ "docs": {
1697
+ "stability": "stable"
1698
+ },
1699
+ "locationInModule": {
1700
+ "filename": "src/rotating/index.ts",
1701
+ "line": 157
1702
+ },
1703
+ "name": "rfc3339",
1704
+ "type": {
1705
+ "primitive": "string"
1706
+ }
1707
+ },
1708
+ {
1709
+ "docs": {
1710
+ "stability": "stable"
1711
+ },
1712
+ "locationInModule": {
1713
+ "filename": "src/rotating/index.ts",
1714
+ "line": 173
1715
+ },
1716
+ "name": "rotationDays",
1717
+ "type": {
1718
+ "primitive": "number"
1719
+ }
1720
+ },
1721
+ {
1722
+ "docs": {
1723
+ "stability": "stable"
1724
+ },
1725
+ "locationInModule": {
1726
+ "filename": "src/rotating/index.ts",
1727
+ "line": 189
1728
+ },
1729
+ "name": "rotationHours",
1730
+ "type": {
1731
+ "primitive": "number"
1732
+ }
1733
+ },
1734
+ {
1735
+ "docs": {
1736
+ "stability": "stable"
1737
+ },
1738
+ "locationInModule": {
1739
+ "filename": "src/rotating/index.ts",
1740
+ "line": 205
1741
+ },
1742
+ "name": "rotationMinutes",
1743
+ "type": {
1744
+ "primitive": "number"
1745
+ }
1746
+ },
1747
+ {
1748
+ "docs": {
1749
+ "stability": "stable"
1750
+ },
1751
+ "locationInModule": {
1752
+ "filename": "src/rotating/index.ts",
1753
+ "line": 221
1754
+ },
1755
+ "name": "rotationMonths",
1756
+ "type": {
1757
+ "primitive": "number"
1758
+ }
1759
+ },
1760
+ {
1761
+ "docs": {
1762
+ "stability": "stable"
1763
+ },
1764
+ "locationInModule": {
1765
+ "filename": "src/rotating/index.ts",
1766
+ "line": 237
1767
+ },
1768
+ "name": "rotationRfc3339",
1769
+ "type": {
1770
+ "primitive": "string"
1771
+ }
1772
+ },
1773
+ {
1774
+ "docs": {
1775
+ "stability": "stable"
1776
+ },
1777
+ "locationInModule": {
1778
+ "filename": "src/rotating/index.ts",
1779
+ "line": 253
1780
+ },
1781
+ "name": "rotationYears",
1782
+ "type": {
1783
+ "primitive": "number"
1784
+ }
1785
+ },
1786
+ {
1787
+ "docs": {
1788
+ "stability": "stable"
1789
+ },
1790
+ "locationInModule": {
1791
+ "filename": "src/rotating/index.ts",
1792
+ "line": 274
1793
+ },
1794
+ "name": "triggers",
1795
+ "type": {
1796
+ "collection": {
1797
+ "elementtype": {
1798
+ "primitive": "string"
1799
+ },
1800
+ "kind": "map"
1801
+ }
1802
+ }
1803
+ }
1804
+ ],
1805
+ "symbolId": "src/rotating/index:Rotating"
1806
+ },
1807
+ "@cdktn/provider-time.rotating.RotatingConfig": {
1808
+ "assembly": "@cdktn/provider-time",
1809
+ "datatype": true,
1810
+ "docs": {
1811
+ "stability": "stable"
1812
+ },
1813
+ "fqn": "@cdktn/provider-time.rotating.RotatingConfig",
1814
+ "interfaces": [
1815
+ "cdktf.TerraformMetaArguments"
1816
+ ],
1817
+ "kind": "interface",
1818
+ "locationInModule": {
1819
+ "filename": "src/rotating/index.ts",
1820
+ "line": 14
1821
+ },
1822
+ "name": "RotatingConfig",
1823
+ "namespace": "rotating",
1824
+ "properties": [
1825
+ {
1826
+ "abstract": true,
1827
+ "docs": {
1828
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rfc3339 Rotating#rfc3339}",
1829
+ "stability": "stable",
1830
+ "summary": "Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time."
1831
+ },
1832
+ "immutable": true,
1833
+ "locationInModule": {
1834
+ "filename": "src/rotating/index.ts",
1835
+ "line": 20
1836
+ },
1837
+ "name": "rfc3339",
1838
+ "optional": true,
1839
+ "type": {
1840
+ "primitive": "string"
1841
+ }
1842
+ },
1843
+ {
1844
+ "abstract": true,
1845
+ "docs": {
1846
+ "remarks": "When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rotation_days Rotating#rotation_days}",
1847
+ "stability": "stable",
1848
+ "summary": "Number of days to add to the base timestamp to configure the rotation timestamp."
1849
+ },
1850
+ "immutable": true,
1851
+ "locationInModule": {
1852
+ "filename": "src/rotating/index.ts",
1853
+ "line": 26
1854
+ },
1855
+ "name": "rotationDays",
1856
+ "optional": true,
1857
+ "type": {
1858
+ "primitive": "number"
1859
+ }
1860
+ },
1861
+ {
1862
+ "abstract": true,
1863
+ "docs": {
1864
+ "remarks": "When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rotation_hours Rotating#rotation_hours}",
1865
+ "stability": "stable",
1866
+ "summary": "Number of hours to add to the base timestamp to configure the rotation timestamp."
1867
+ },
1868
+ "immutable": true,
1869
+ "locationInModule": {
1870
+ "filename": "src/rotating/index.ts",
1871
+ "line": 32
1872
+ },
1873
+ "name": "rotationHours",
1874
+ "optional": true,
1875
+ "type": {
1876
+ "primitive": "number"
1877
+ }
1878
+ },
1879
+ {
1880
+ "abstract": true,
1881
+ "docs": {
1882
+ "remarks": "When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}",
1883
+ "stability": "stable",
1884
+ "summary": "Number of minutes to add to the base timestamp to configure the rotation timestamp."
1885
+ },
1886
+ "immutable": true,
1887
+ "locationInModule": {
1888
+ "filename": "src/rotating/index.ts",
1889
+ "line": 38
1890
+ },
1891
+ "name": "rotationMinutes",
1892
+ "optional": true,
1893
+ "type": {
1894
+ "primitive": "number"
1895
+ }
1896
+ },
1897
+ {
1898
+ "abstract": true,
1899
+ "docs": {
1900
+ "remarks": "When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rotation_months Rotating#rotation_months}",
1901
+ "stability": "stable",
1902
+ "summary": "Number of months to add to the base timestamp to configure the rotation timestamp."
1903
+ },
1904
+ "immutable": true,
1905
+ "locationInModule": {
1906
+ "filename": "src/rotating/index.ts",
1907
+ "line": 44
1908
+ },
1909
+ "name": "rotationMonths",
1910
+ "optional": true,
1911
+ "type": {
1912
+ "primitive": "number"
1913
+ }
1914
+ },
1915
+ {
1916
+ "abstract": true,
1917
+ "docs": {
1918
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}",
1919
+ "stability": "stable",
1920
+ "summary": "Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured."
1921
+ },
1922
+ "immutable": true,
1923
+ "locationInModule": {
1924
+ "filename": "src/rotating/index.ts",
1925
+ "line": 50
1926
+ },
1927
+ "name": "rotationRfc3339",
1928
+ "optional": true,
1929
+ "type": {
1930
+ "primitive": "string"
1931
+ }
1932
+ },
1933
+ {
1934
+ "abstract": true,
1935
+ "docs": {
1936
+ "remarks": "When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#rotation_years Rotating#rotation_years}",
1937
+ "stability": "stable",
1938
+ "summary": "Number of years to add to the base timestamp to configure the rotation timestamp."
1939
+ },
1940
+ "immutable": true,
1941
+ "locationInModule": {
1942
+ "filename": "src/rotating/index.ts",
1943
+ "line": 56
1944
+ },
1945
+ "name": "rotationYears",
1946
+ "optional": true,
1947
+ "type": {
1948
+ "primitive": "number"
1949
+ }
1950
+ },
1951
+ {
1952
+ "abstract": true,
1953
+ "docs": {
1954
+ "remarks": "These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating#triggers Rotating#triggers}",
1955
+ "stability": "stable",
1956
+ "summary": "Arbitrary map of values that, when changed, will trigger a new base timestamp value to be saved."
1957
+ },
1958
+ "immutable": true,
1959
+ "locationInModule": {
1960
+ "filename": "src/rotating/index.ts",
1961
+ "line": 62
1962
+ },
1963
+ "name": "triggers",
1964
+ "optional": true,
1965
+ "type": {
1966
+ "collection": {
1967
+ "elementtype": {
1968
+ "primitive": "string"
1969
+ },
1970
+ "kind": "map"
1971
+ }
1972
+ }
1973
+ }
1974
+ ],
1975
+ "symbolId": "src/rotating/index:RotatingConfig"
1976
+ },
1977
+ "@cdktn/provider-time.sleep.Sleep": {
1978
+ "assembly": "@cdktn/provider-time",
1979
+ "base": "cdktf.TerraformResource",
1980
+ "docs": {
1981
+ "stability": "stable",
1982
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep time_sleep}."
1983
+ },
1984
+ "fqn": "@cdktn/provider-time.sleep.Sleep",
1985
+ "initializer": {
1986
+ "docs": {
1987
+ "stability": "stable",
1988
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep time_sleep} Resource."
1989
+ },
1990
+ "locationInModule": {
1991
+ "filename": "src/sleep/index.ts",
1992
+ "line": 70
1993
+ },
1994
+ "parameters": [
1995
+ {
1996
+ "docs": {
1997
+ "summary": "The scope in which to define this construct."
1998
+ },
1999
+ "name": "scope",
2000
+ "type": {
2001
+ "fqn": "constructs.Construct"
2002
+ }
2003
+ },
2004
+ {
2005
+ "docs": {
2006
+ "remarks": "Must be unique amongst siblings in the same scope",
2007
+ "summary": "The scoped construct ID."
2008
+ },
2009
+ "name": "id",
2010
+ "type": {
2011
+ "primitive": "string"
2012
+ }
2013
+ },
2014
+ {
2015
+ "name": "config",
2016
+ "optional": true,
2017
+ "type": {
2018
+ "fqn": "@cdktn/provider-time.sleep.SleepConfig"
2019
+ }
2020
+ }
2021
+ ]
2022
+ },
2023
+ "kind": "class",
2024
+ "locationInModule": {
2025
+ "filename": "src/sleep/index.ts",
2026
+ "line": 38
2027
+ },
2028
+ "methods": [
2029
+ {
2030
+ "docs": {
2031
+ "stability": "stable",
2032
+ "summary": "Generates CDKTF code for importing a Sleep resource upon running \"cdktf plan <stack-name>\"."
2033
+ },
2034
+ "locationInModule": {
2035
+ "filename": "src/sleep/index.ts",
2036
+ "line": 55
2037
+ },
2038
+ "name": "generateConfigForImport",
2039
+ "parameters": [
2040
+ {
2041
+ "docs": {
2042
+ "summary": "The scope in which to define this construct."
2043
+ },
2044
+ "name": "scope",
2045
+ "type": {
2046
+ "fqn": "constructs.Construct"
2047
+ }
2048
+ },
2049
+ {
2050
+ "docs": {
2051
+ "summary": "The construct id used in the generated config for the Sleep to import."
2052
+ },
2053
+ "name": "importToId",
2054
+ "type": {
2055
+ "primitive": "string"
2056
+ }
2057
+ },
2058
+ {
2059
+ "docs": {
2060
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep#import import section} in the documentation of this resource for the id to use",
2061
+ "summary": "The id of the existing Sleep that should be imported."
2062
+ },
2063
+ "name": "importFromId",
2064
+ "type": {
2065
+ "primitive": "string"
2066
+ }
2067
+ },
2068
+ {
2069
+ "docs": {
2070
+ "summary": "? Optional instance of the provider where the Sleep to import is found."
2071
+ },
2072
+ "name": "provider",
2073
+ "optional": true,
2074
+ "type": {
2075
+ "fqn": "cdktf.TerraformProvider"
2076
+ }
2077
+ }
2078
+ ],
2079
+ "returns": {
2080
+ "type": {
2081
+ "fqn": "cdktf.ImportableResource"
2082
+ }
2083
+ },
2084
+ "static": true
2085
+ },
2086
+ {
2087
+ "docs": {
2088
+ "stability": "stable"
2089
+ },
2090
+ "locationInModule": {
2091
+ "filename": "src/sleep/index.ts",
2092
+ "line": 103
2093
+ },
2094
+ "name": "resetCreateDuration"
2095
+ },
2096
+ {
2097
+ "docs": {
2098
+ "stability": "stable"
2099
+ },
2100
+ "locationInModule": {
2101
+ "filename": "src/sleep/index.ts",
2102
+ "line": 119
2103
+ },
2104
+ "name": "resetDestroyDuration"
2105
+ },
2106
+ {
2107
+ "docs": {
2108
+ "stability": "stable"
2109
+ },
2110
+ "locationInModule": {
2111
+ "filename": "src/sleep/index.ts",
2112
+ "line": 140
2113
+ },
2114
+ "name": "resetTriggers"
2115
+ },
2116
+ {
2117
+ "docs": {
2118
+ "stability": "stable"
2119
+ },
2120
+ "locationInModule": {
2121
+ "filename": "src/sleep/index.ts",
2122
+ "line": 152
2123
+ },
2124
+ "name": "synthesizeAttributes",
2125
+ "overrides": "cdktf.TerraformResource",
2126
+ "protected": true,
2127
+ "returns": {
2128
+ "type": {
2129
+ "collection": {
2130
+ "elementtype": {
2131
+ "primitive": "any"
2132
+ },
2133
+ "kind": "map"
2134
+ }
2135
+ }
2136
+ }
2137
+ },
2138
+ {
2139
+ "docs": {
2140
+ "stability": "stable"
2141
+ },
2142
+ "locationInModule": {
2143
+ "filename": "src/sleep/index.ts",
2144
+ "line": 160
2145
+ },
2146
+ "name": "synthesizeHclAttributes",
2147
+ "overrides": "cdktf.TerraformResource",
2148
+ "protected": true,
2149
+ "returns": {
2150
+ "type": {
2151
+ "collection": {
2152
+ "elementtype": {
2153
+ "primitive": "any"
2154
+ },
2155
+ "kind": "map"
2156
+ }
2157
+ }
2158
+ }
2159
+ }
2160
+ ],
2161
+ "name": "Sleep",
2162
+ "namespace": "sleep",
2163
+ "properties": [
2164
+ {
2165
+ "const": true,
2166
+ "docs": {
2167
+ "stability": "stable"
2168
+ },
2169
+ "immutable": true,
2170
+ "locationInModule": {
2171
+ "filename": "src/sleep/index.ts",
2172
+ "line": 43
2173
+ },
2174
+ "name": "tfResourceType",
2175
+ "static": true,
2176
+ "type": {
2177
+ "primitive": "string"
2178
+ }
2179
+ },
2180
+ {
2181
+ "docs": {
2182
+ "stability": "stable"
2183
+ },
2184
+ "immutable": true,
2185
+ "locationInModule": {
2186
+ "filename": "src/sleep/index.ts",
2187
+ "line": 128
2188
+ },
2189
+ "name": "id",
2190
+ "type": {
2191
+ "primitive": "string"
2192
+ }
2193
+ },
2194
+ {
2195
+ "docs": {
2196
+ "stability": "stable"
2197
+ },
2198
+ "immutable": true,
2199
+ "locationInModule": {
2200
+ "filename": "src/sleep/index.ts",
2201
+ "line": 107
2202
+ },
2203
+ "name": "createDurationInput",
2204
+ "optional": true,
2205
+ "type": {
2206
+ "primitive": "string"
2207
+ }
2208
+ },
2209
+ {
2210
+ "docs": {
2211
+ "stability": "stable"
2212
+ },
2213
+ "immutable": true,
2214
+ "locationInModule": {
2215
+ "filename": "src/sleep/index.ts",
2216
+ "line": 123
2217
+ },
2218
+ "name": "destroyDurationInput",
2219
+ "optional": true,
2220
+ "type": {
2221
+ "primitive": "string"
2222
+ }
2223
+ },
2224
+ {
2225
+ "docs": {
2226
+ "stability": "stable"
2227
+ },
2228
+ "immutable": true,
2229
+ "locationInModule": {
2230
+ "filename": "src/sleep/index.ts",
2231
+ "line": 144
2232
+ },
2233
+ "name": "triggersInput",
2234
+ "optional": true,
2235
+ "type": {
2236
+ "collection": {
2237
+ "elementtype": {
2238
+ "primitive": "string"
2239
+ },
2240
+ "kind": "map"
2241
+ }
2242
+ }
2243
+ },
2244
+ {
2245
+ "docs": {
2246
+ "stability": "stable"
2247
+ },
2248
+ "locationInModule": {
2249
+ "filename": "src/sleep/index.ts",
2250
+ "line": 97
2251
+ },
2252
+ "name": "createDuration",
2253
+ "type": {
2254
+ "primitive": "string"
2255
+ }
2256
+ },
2257
+ {
2258
+ "docs": {
2259
+ "stability": "stable"
2260
+ },
2261
+ "locationInModule": {
2262
+ "filename": "src/sleep/index.ts",
2263
+ "line": 113
2264
+ },
2265
+ "name": "destroyDuration",
2266
+ "type": {
2267
+ "primitive": "string"
2268
+ }
2269
+ },
2270
+ {
2271
+ "docs": {
2272
+ "stability": "stable"
2273
+ },
2274
+ "locationInModule": {
2275
+ "filename": "src/sleep/index.ts",
2276
+ "line": 134
2277
+ },
2278
+ "name": "triggers",
2279
+ "type": {
2280
+ "collection": {
2281
+ "elementtype": {
2282
+ "primitive": "string"
2283
+ },
2284
+ "kind": "map"
2285
+ }
2286
+ }
2287
+ }
2288
+ ],
2289
+ "symbolId": "src/sleep/index:Sleep"
2290
+ },
2291
+ "@cdktn/provider-time.sleep.SleepConfig": {
2292
+ "assembly": "@cdktn/provider-time",
2293
+ "datatype": true,
2294
+ "docs": {
2295
+ "stability": "stable"
2296
+ },
2297
+ "fqn": "@cdktn/provider-time.sleep.SleepConfig",
2298
+ "interfaces": [
2299
+ "cdktf.TerraformMetaArguments"
2300
+ ],
2301
+ "kind": "interface",
2302
+ "locationInModule": {
2303
+ "filename": "src/sleep/index.ts",
2304
+ "line": 14
2305
+ },
2306
+ "name": "SleepConfig",
2307
+ "namespace": "sleep",
2308
+ "properties": [
2309
+ {
2310
+ "abstract": true,
2311
+ "docs": {
2312
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep#create_duration Sleep#create_duration}",
2313
+ "stability": "stable",
2314
+ "summary": "[Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay."
2315
+ },
2316
+ "immutable": true,
2317
+ "locationInModule": {
2318
+ "filename": "src/sleep/index.ts",
2319
+ "line": 20
2320
+ },
2321
+ "name": "createDuration",
2322
+ "optional": true,
2323
+ "type": {
2324
+ "primitive": "string"
2325
+ }
2326
+ },
2327
+ {
2328
+ "abstract": true,
2329
+ "docs": {
2330
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep#destroy_duration Sleep#destroy_duration}",
2331
+ "stability": "stable",
2332
+ "summary": "[Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect."
2333
+ },
2334
+ "immutable": true,
2335
+ "locationInModule": {
2336
+ "filename": "src/sleep/index.ts",
2337
+ "line": 26
2338
+ },
2339
+ "name": "destroyDuration",
2340
+ "optional": true,
2341
+ "type": {
2342
+ "primitive": "string"
2343
+ }
2344
+ },
2345
+ {
2346
+ "abstract": true,
2347
+ "docs": {
2348
+ "remarks": "See [the main provider documentation](../index.md) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep#triggers Sleep#triggers}",
2349
+ "stability": "stable",
2350
+ "summary": "(Optional) Arbitrary map of values that, when changed, will run any creation or destroy delays again."
2351
+ },
2352
+ "immutable": true,
2353
+ "locationInModule": {
2354
+ "filename": "src/sleep/index.ts",
2355
+ "line": 32
2356
+ },
2357
+ "name": "triggers",
2358
+ "optional": true,
2359
+ "type": {
2360
+ "collection": {
2361
+ "elementtype": {
2362
+ "primitive": "string"
2363
+ },
2364
+ "kind": "map"
2365
+ }
2366
+ }
2367
+ }
2368
+ ],
2369
+ "symbolId": "src/sleep/index:SleepConfig"
2370
+ },
2371
+ "@cdktn/provider-time.staticResource.StaticResource": {
2372
+ "assembly": "@cdktn/provider-time",
2373
+ "base": "cdktf.TerraformResource",
2374
+ "docs": {
2375
+ "stability": "stable",
2376
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static time_static}."
2377
+ },
2378
+ "fqn": "@cdktn/provider-time.staticResource.StaticResource",
2379
+ "initializer": {
2380
+ "docs": {
2381
+ "stability": "stable",
2382
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static time_static} Resource."
2383
+ },
2384
+ "locationInModule": {
2385
+ "filename": "src/static-resource/index.ts",
2386
+ "line": 64
2387
+ },
2388
+ "parameters": [
2389
+ {
2390
+ "docs": {
2391
+ "summary": "The scope in which to define this construct."
2392
+ },
2393
+ "name": "scope",
2394
+ "type": {
2395
+ "fqn": "constructs.Construct"
2396
+ }
2397
+ },
2398
+ {
2399
+ "docs": {
2400
+ "remarks": "Must be unique amongst siblings in the same scope",
2401
+ "summary": "The scoped construct ID."
2402
+ },
2403
+ "name": "id",
2404
+ "type": {
2405
+ "primitive": "string"
2406
+ }
2407
+ },
2408
+ {
2409
+ "name": "config",
2410
+ "optional": true,
2411
+ "type": {
2412
+ "fqn": "@cdktn/provider-time.staticResource.StaticResourceConfig"
2413
+ }
2414
+ }
2415
+ ]
2416
+ },
2417
+ "kind": "class",
2418
+ "locationInModule": {
2419
+ "filename": "src/static-resource/index.ts",
2420
+ "line": 32
2421
+ },
2422
+ "methods": [
2423
+ {
2424
+ "docs": {
2425
+ "stability": "stable",
2426
+ "summary": "Generates CDKTF code for importing a StaticResource resource upon running \"cdktf plan <stack-name>\"."
2427
+ },
2428
+ "locationInModule": {
2429
+ "filename": "src/static-resource/index.ts",
2430
+ "line": 49
2431
+ },
2432
+ "name": "generateConfigForImport",
2433
+ "parameters": [
2434
+ {
2435
+ "docs": {
2436
+ "summary": "The scope in which to define this construct."
2437
+ },
2438
+ "name": "scope",
2439
+ "type": {
2440
+ "fqn": "constructs.Construct"
2441
+ }
2442
+ },
2443
+ {
2444
+ "docs": {
2445
+ "summary": "The construct id used in the generated config for the StaticResource to import."
2446
+ },
2447
+ "name": "importToId",
2448
+ "type": {
2449
+ "primitive": "string"
2450
+ }
2451
+ },
2452
+ {
2453
+ "docs": {
2454
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static#import import section} in the documentation of this resource for the id to use",
2455
+ "summary": "The id of the existing StaticResource that should be imported."
2456
+ },
2457
+ "name": "importFromId",
2458
+ "type": {
2459
+ "primitive": "string"
2460
+ }
2461
+ },
2462
+ {
2463
+ "docs": {
2464
+ "summary": "? Optional instance of the provider where the StaticResource to import is found."
2465
+ },
2466
+ "name": "provider",
2467
+ "optional": true,
2468
+ "type": {
2469
+ "fqn": "cdktf.TerraformProvider"
2470
+ }
2471
+ }
2472
+ ],
2473
+ "returns": {
2474
+ "type": {
2475
+ "fqn": "cdktf.ImportableResource"
2476
+ }
2477
+ },
2478
+ "static": true
2479
+ },
2480
+ {
2481
+ "docs": {
2482
+ "stability": "stable"
2483
+ },
2484
+ "locationInModule": {
2485
+ "filename": "src/static-resource/index.ts",
2486
+ "line": 121
2487
+ },
2488
+ "name": "resetRfc3339"
2489
+ },
2490
+ {
2491
+ "docs": {
2492
+ "stability": "stable"
2493
+ },
2494
+ "locationInModule": {
2495
+ "filename": "src/static-resource/index.ts",
2496
+ "line": 142
2497
+ },
2498
+ "name": "resetTriggers"
2499
+ },
2500
+ {
2501
+ "docs": {
2502
+ "stability": "stable"
2503
+ },
2504
+ "locationInModule": {
2505
+ "filename": "src/static-resource/index.ts",
2506
+ "line": 164
2507
+ },
2508
+ "name": "synthesizeAttributes",
2509
+ "overrides": "cdktf.TerraformResource",
2510
+ "protected": true,
2511
+ "returns": {
2512
+ "type": {
2513
+ "collection": {
2514
+ "elementtype": {
2515
+ "primitive": "any"
2516
+ },
2517
+ "kind": "map"
2518
+ }
2519
+ }
2520
+ }
2521
+ },
2522
+ {
2523
+ "docs": {
2524
+ "stability": "stable"
2525
+ },
2526
+ "locationInModule": {
2527
+ "filename": "src/static-resource/index.ts",
2528
+ "line": 171
2529
+ },
2530
+ "name": "synthesizeHclAttributes",
2531
+ "overrides": "cdktf.TerraformResource",
2532
+ "protected": true,
2533
+ "returns": {
2534
+ "type": {
2535
+ "collection": {
2536
+ "elementtype": {
2537
+ "primitive": "any"
2538
+ },
2539
+ "kind": "map"
2540
+ }
2541
+ }
2542
+ }
2543
+ }
2544
+ ],
2545
+ "name": "StaticResource",
2546
+ "namespace": "staticResource",
2547
+ "properties": [
2548
+ {
2549
+ "const": true,
2550
+ "docs": {
2551
+ "stability": "stable"
2552
+ },
2553
+ "immutable": true,
2554
+ "locationInModule": {
2555
+ "filename": "src/static-resource/index.ts",
2556
+ "line": 37
2557
+ },
2558
+ "name": "tfResourceType",
2559
+ "static": true,
2560
+ "type": {
2561
+ "primitive": "string"
2562
+ }
2563
+ },
2564
+ {
2565
+ "docs": {
2566
+ "stability": "stable"
2567
+ },
2568
+ "immutable": true,
2569
+ "locationInModule": {
2570
+ "filename": "src/static-resource/index.ts",
2571
+ "line": 89
2572
+ },
2573
+ "name": "day",
2574
+ "type": {
2575
+ "primitive": "number"
2576
+ }
2577
+ },
2578
+ {
2579
+ "docs": {
2580
+ "stability": "stable"
2581
+ },
2582
+ "immutable": true,
2583
+ "locationInModule": {
2584
+ "filename": "src/static-resource/index.ts",
2585
+ "line": 94
2586
+ },
2587
+ "name": "hour",
2588
+ "type": {
2589
+ "primitive": "number"
2590
+ }
2591
+ },
2592
+ {
2593
+ "docs": {
2594
+ "stability": "stable"
2595
+ },
2596
+ "immutable": true,
2597
+ "locationInModule": {
2598
+ "filename": "src/static-resource/index.ts",
2599
+ "line": 99
2600
+ },
2601
+ "name": "id",
2602
+ "type": {
2603
+ "primitive": "string"
2604
+ }
2605
+ },
2606
+ {
2607
+ "docs": {
2608
+ "stability": "stable"
2609
+ },
2610
+ "immutable": true,
2611
+ "locationInModule": {
2612
+ "filename": "src/static-resource/index.ts",
2613
+ "line": 104
2614
+ },
2615
+ "name": "minute",
2616
+ "type": {
2617
+ "primitive": "number"
2618
+ }
2619
+ },
2620
+ {
2621
+ "docs": {
2622
+ "stability": "stable"
2623
+ },
2624
+ "immutable": true,
2625
+ "locationInModule": {
2626
+ "filename": "src/static-resource/index.ts",
2627
+ "line": 109
2628
+ },
2629
+ "name": "month",
2630
+ "type": {
2631
+ "primitive": "number"
2632
+ }
2633
+ },
2634
+ {
2635
+ "docs": {
2636
+ "stability": "stable"
2637
+ },
2638
+ "immutable": true,
2639
+ "locationInModule": {
2640
+ "filename": "src/static-resource/index.ts",
2641
+ "line": 130
2642
+ },
2643
+ "name": "second",
2644
+ "type": {
2645
+ "primitive": "number"
2646
+ }
2647
+ },
2648
+ {
2649
+ "docs": {
2650
+ "stability": "stable"
2651
+ },
2652
+ "immutable": true,
2653
+ "locationInModule": {
2654
+ "filename": "src/static-resource/index.ts",
2655
+ "line": 151
2656
+ },
2657
+ "name": "unix",
2658
+ "type": {
2659
+ "primitive": "number"
2660
+ }
2661
+ },
2662
+ {
2663
+ "docs": {
2664
+ "stability": "stable"
2665
+ },
2666
+ "immutable": true,
2667
+ "locationInModule": {
2668
+ "filename": "src/static-resource/index.ts",
2669
+ "line": 156
2670
+ },
2671
+ "name": "year",
2672
+ "type": {
2673
+ "primitive": "number"
2674
+ }
2675
+ },
2676
+ {
2677
+ "docs": {
2678
+ "stability": "stable"
2679
+ },
2680
+ "immutable": true,
2681
+ "locationInModule": {
2682
+ "filename": "src/static-resource/index.ts",
2683
+ "line": 125
2684
+ },
2685
+ "name": "rfc3339Input",
2686
+ "optional": true,
2687
+ "type": {
2688
+ "primitive": "string"
2689
+ }
2690
+ },
2691
+ {
2692
+ "docs": {
2693
+ "stability": "stable"
2694
+ },
2695
+ "immutable": true,
2696
+ "locationInModule": {
2697
+ "filename": "src/static-resource/index.ts",
2698
+ "line": 146
2699
+ },
2700
+ "name": "triggersInput",
2701
+ "optional": true,
2702
+ "type": {
2703
+ "collection": {
2704
+ "elementtype": {
2705
+ "primitive": "string"
2706
+ },
2707
+ "kind": "map"
2708
+ }
2709
+ }
2710
+ },
2711
+ {
2712
+ "docs": {
2713
+ "stability": "stable"
2714
+ },
2715
+ "locationInModule": {
2716
+ "filename": "src/static-resource/index.ts",
2717
+ "line": 115
2718
+ },
2719
+ "name": "rfc3339",
2720
+ "type": {
2721
+ "primitive": "string"
2722
+ }
2723
+ },
2724
+ {
2725
+ "docs": {
2726
+ "stability": "stable"
2727
+ },
2728
+ "locationInModule": {
2729
+ "filename": "src/static-resource/index.ts",
2730
+ "line": 136
2731
+ },
2732
+ "name": "triggers",
2733
+ "type": {
2734
+ "collection": {
2735
+ "elementtype": {
2736
+ "primitive": "string"
2737
+ },
2738
+ "kind": "map"
2739
+ }
2740
+ }
2741
+ }
2742
+ ],
2743
+ "symbolId": "src/static-resource/index:StaticResource"
2744
+ },
2745
+ "@cdktn/provider-time.staticResource.StaticResourceConfig": {
2746
+ "assembly": "@cdktn/provider-time",
2747
+ "datatype": true,
2748
+ "docs": {
2749
+ "stability": "stable"
2750
+ },
2751
+ "fqn": "@cdktn/provider-time.staticResource.StaticResourceConfig",
2752
+ "interfaces": [
2753
+ "cdktf.TerraformMetaArguments"
2754
+ ],
2755
+ "kind": "interface",
2756
+ "locationInModule": {
2757
+ "filename": "src/static-resource/index.ts",
2758
+ "line": 14
2759
+ },
2760
+ "name": "StaticResourceConfig",
2761
+ "namespace": "staticResource",
2762
+ "properties": [
2763
+ {
2764
+ "abstract": true,
2765
+ "docs": {
2766
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static#rfc3339 StaticResource#rfc3339}",
2767
+ "stability": "stable",
2768
+ "summary": "Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time."
2769
+ },
2770
+ "immutable": true,
2771
+ "locationInModule": {
2772
+ "filename": "src/static-resource/index.ts",
2773
+ "line": 20
2774
+ },
2775
+ "name": "rfc3339",
2776
+ "optional": true,
2777
+ "type": {
2778
+ "primitive": "string"
2779
+ }
2780
+ },
2781
+ {
2782
+ "abstract": true,
2783
+ "docs": {
2784
+ "remarks": "See [the main provider documentation](../index.md) for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static#triggers StaticResource#triggers}",
2785
+ "stability": "stable",
2786
+ "summary": "Arbitrary map of values that, when changed, will trigger a new base timestamp value to be saved."
2787
+ },
2788
+ "immutable": true,
2789
+ "locationInModule": {
2790
+ "filename": "src/static-resource/index.ts",
2791
+ "line": 26
2792
+ },
2793
+ "name": "triggers",
2794
+ "optional": true,
2795
+ "type": {
2796
+ "collection": {
2797
+ "elementtype": {
2798
+ "primitive": "string"
2799
+ },
2800
+ "kind": "map"
2801
+ }
2802
+ }
2803
+ }
2804
+ ],
2805
+ "symbolId": "src/static-resource/index:StaticResourceConfig"
2806
+ }
2807
+ },
2808
+ "version": "11.1.0",
2809
+ "fingerprint": "794h/cgkg8x3UdDHpf6qxFAtVMUIxUlHGlFbAXebyuA="
2810
+ }