@cdktn/provider-time 11.1.0 → 12.0.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 +56 -53
- package/README.md +12 -12
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/lib/lazy-index.d.ts +1 -1
- package/lib/lazy-index.js +3 -3
- package/lib/offset/index.d.ts +6 -6
- package/lib/offset/index.js +22 -22
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.js +8 -8
- package/lib/rotating/index.d.ts +6 -6
- package/lib/rotating/index.js +22 -22
- package/lib/sleep/index.d.ts +6 -6
- package/lib/sleep/index.js +12 -12
- package/lib/static-resource/index.d.ts +6 -6
- package/lib/static-resource/index.js +10 -10
- package/package.json +13 -10
package/.jsii
CHANGED
|
@@ -8,36 +8,36 @@
|
|
|
8
8
|
"url": "https://cdktn.io"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
11
|
+
"cdktn": "^0.22.0",
|
|
12
12
|
"constructs": "^10.4.2"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
15
|
-
"
|
|
15
|
+
"cdktn": {
|
|
16
16
|
"submodules": {
|
|
17
|
-
"
|
|
17
|
+
"cdktn.testingMatchers": {}
|
|
18
18
|
},
|
|
19
19
|
"targets": {
|
|
20
20
|
"dotnet": {
|
|
21
|
-
"namespace": "
|
|
22
|
-
"packageId": "
|
|
21
|
+
"namespace": "Io.Cdktn",
|
|
22
|
+
"packageId": "Io.Cdktn"
|
|
23
23
|
},
|
|
24
24
|
"go": {
|
|
25
|
-
"moduleName": "github.com/
|
|
26
|
-
"packageName": "
|
|
25
|
+
"moduleName": "github.com/open-constructs/cdk-terrain-go",
|
|
26
|
+
"packageName": "cdktn"
|
|
27
27
|
},
|
|
28
28
|
"java": {
|
|
29
29
|
"maven": {
|
|
30
|
-
"artifactId": "
|
|
31
|
-
"groupId": "
|
|
30
|
+
"artifactId": "cdktn",
|
|
31
|
+
"groupId": "io.cdktn"
|
|
32
32
|
},
|
|
33
|
-
"package": "
|
|
33
|
+
"package": "io.cdktn.cdktn"
|
|
34
34
|
},
|
|
35
35
|
"js": {
|
|
36
|
-
"npm": "
|
|
36
|
+
"npm": "cdktn"
|
|
37
37
|
},
|
|
38
38
|
"python": {
|
|
39
|
-
"distName": "
|
|
40
|
-
"module": "
|
|
39
|
+
"distName": "cdktn",
|
|
40
|
+
"module": "cdktn"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
@@ -67,15 +67,18 @@
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"description": "Prebuilt time Provider for
|
|
70
|
+
"description": "Prebuilt time Provider for CDK Terrain (cdktn)",
|
|
71
71
|
"docs": {
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-time.git",
|
|
75
|
-
"jsiiVersion": "5.8.
|
|
75
|
+
"jsiiVersion": "5.8.27 (build aebddcd)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"cdk",
|
|
78
|
+
"cdk-terrain",
|
|
78
79
|
"cdktf",
|
|
80
|
+
"cdktn",
|
|
81
|
+
"opentofu",
|
|
79
82
|
"provider",
|
|
80
83
|
"terraform",
|
|
81
84
|
"time"
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
},
|
|
92
95
|
"name": "@cdktn/provider-time",
|
|
93
96
|
"readme": {
|
|
94
|
-
"markdown": "\n#
|
|
97
|
+
"markdown": "\n# CDKTN 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 Terrain](https://cdktn.io).\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.Providers.Time](https://www.nuget.org/packages/Io.Cdktn.Providers.Time).\n\n`dotnet add package Io.Cdktn.Providers.Time`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-time](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-time).\n\n```\n<dependency>\n <groupId>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://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - 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 Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\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 `cdktn` 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
98
|
},
|
|
96
99
|
"repository": {
|
|
97
100
|
"type": "git",
|
|
@@ -166,7 +169,7 @@
|
|
|
166
169
|
"types": {
|
|
167
170
|
"@cdktn/provider-time.offset.Offset": {
|
|
168
171
|
"assembly": "@cdktn/provider-time",
|
|
169
|
-
"base": "
|
|
172
|
+
"base": "cdktn.TerraformResource",
|
|
170
173
|
"docs": {
|
|
171
174
|
"stability": "stable",
|
|
172
175
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset time_offset}."
|
|
@@ -219,7 +222,7 @@
|
|
|
219
222
|
{
|
|
220
223
|
"docs": {
|
|
221
224
|
"stability": "stable",
|
|
222
|
-
"summary": "Generates
|
|
225
|
+
"summary": "Generates CDKTN code for importing a Offset resource upon running \"cdktn plan <stack-name>\"."
|
|
223
226
|
},
|
|
224
227
|
"locationInModule": {
|
|
225
228
|
"filename": "src/offset/index.ts",
|
|
@@ -262,13 +265,13 @@
|
|
|
262
265
|
"name": "provider",
|
|
263
266
|
"optional": true,
|
|
264
267
|
"type": {
|
|
265
|
-
"fqn": "
|
|
268
|
+
"fqn": "cdktn.TerraformProvider"
|
|
266
269
|
}
|
|
267
270
|
}
|
|
268
271
|
],
|
|
269
272
|
"returns": {
|
|
270
273
|
"type": {
|
|
271
|
-
"fqn": "
|
|
274
|
+
"fqn": "cdktn.ImportableResource"
|
|
272
275
|
}
|
|
273
276
|
},
|
|
274
277
|
"static": true
|
|
@@ -362,7 +365,7 @@
|
|
|
362
365
|
"line": 307
|
|
363
366
|
},
|
|
364
367
|
"name": "synthesizeAttributes",
|
|
365
|
-
"overrides": "
|
|
368
|
+
"overrides": "cdktn.TerraformResource",
|
|
366
369
|
"protected": true,
|
|
367
370
|
"returns": {
|
|
368
371
|
"type": {
|
|
@@ -384,7 +387,7 @@
|
|
|
384
387
|
"line": 320
|
|
385
388
|
},
|
|
386
389
|
"name": "synthesizeHclAttributes",
|
|
387
|
-
"overrides": "
|
|
390
|
+
"overrides": "cdktn.TerraformResource",
|
|
388
391
|
"protected": true,
|
|
389
392
|
"returns": {
|
|
390
393
|
"type": {
|
|
@@ -788,7 +791,7 @@
|
|
|
788
791
|
},
|
|
789
792
|
"fqn": "@cdktn/provider-time.offset.OffsetConfig",
|
|
790
793
|
"interfaces": [
|
|
791
|
-
"
|
|
794
|
+
"cdktn.TerraformMetaArguments"
|
|
792
795
|
],
|
|
793
796
|
"kind": "interface",
|
|
794
797
|
"locationInModule": {
|
|
@@ -952,7 +955,7 @@
|
|
|
952
955
|
},
|
|
953
956
|
"@cdktn/provider-time.provider.TimeProvider": {
|
|
954
957
|
"assembly": "@cdktn/provider-time",
|
|
955
|
-
"base": "
|
|
958
|
+
"base": "cdktn.TerraformProvider",
|
|
956
959
|
"docs": {
|
|
957
960
|
"stability": "stable",
|
|
958
961
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs time}."
|
|
@@ -1005,7 +1008,7 @@
|
|
|
1005
1008
|
{
|
|
1006
1009
|
"docs": {
|
|
1007
1010
|
"stability": "stable",
|
|
1008
|
-
"summary": "Generates
|
|
1011
|
+
"summary": "Generates CDKTN code for importing a TimeProvider resource upon running \"cdktn plan <stack-name>\"."
|
|
1009
1012
|
},
|
|
1010
1013
|
"locationInModule": {
|
|
1011
1014
|
"filename": "src/provider/index.ts",
|
|
@@ -1048,13 +1051,13 @@
|
|
|
1048
1051
|
"name": "provider",
|
|
1049
1052
|
"optional": true,
|
|
1050
1053
|
"type": {
|
|
1051
|
-
"fqn": "
|
|
1054
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1052
1055
|
}
|
|
1053
1056
|
}
|
|
1054
1057
|
],
|
|
1055
1058
|
"returns": {
|
|
1056
1059
|
"type": {
|
|
1057
|
-
"fqn": "
|
|
1060
|
+
"fqn": "cdktn.ImportableResource"
|
|
1058
1061
|
}
|
|
1059
1062
|
},
|
|
1060
1063
|
"static": true
|
|
@@ -1078,7 +1081,7 @@
|
|
|
1078
1081
|
"line": 95
|
|
1079
1082
|
},
|
|
1080
1083
|
"name": "synthesizeAttributes",
|
|
1081
|
-
"overrides": "
|
|
1084
|
+
"overrides": "cdktn.TerraformProvider",
|
|
1082
1085
|
"protected": true,
|
|
1083
1086
|
"returns": {
|
|
1084
1087
|
"type": {
|
|
@@ -1100,7 +1103,7 @@
|
|
|
1100
1103
|
"line": 101
|
|
1101
1104
|
},
|
|
1102
1105
|
"name": "synthesizeHclAttributes",
|
|
1103
|
-
"overrides": "
|
|
1106
|
+
"overrides": "cdktn.TerraformProvider",
|
|
1104
1107
|
"protected": true,
|
|
1105
1108
|
"returns": {
|
|
1106
1109
|
"type": {
|
|
@@ -1158,7 +1161,7 @@
|
|
|
1158
1161
|
},
|
|
1159
1162
|
"name": "alias",
|
|
1160
1163
|
"optional": true,
|
|
1161
|
-
"overrides": "
|
|
1164
|
+
"overrides": "cdktn.TerraformProvider",
|
|
1162
1165
|
"type": {
|
|
1163
1166
|
"primitive": "string"
|
|
1164
1167
|
}
|
|
@@ -1204,7 +1207,7 @@
|
|
|
1204
1207
|
},
|
|
1205
1208
|
"@cdktn/provider-time.rotating.Rotating": {
|
|
1206
1209
|
"assembly": "@cdktn/provider-time",
|
|
1207
|
-
"base": "
|
|
1210
|
+
"base": "cdktn.TerraformResource",
|
|
1208
1211
|
"docs": {
|
|
1209
1212
|
"stability": "stable",
|
|
1210
1213
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/rotating time_rotating}."
|
|
@@ -1257,7 +1260,7 @@
|
|
|
1257
1260
|
{
|
|
1258
1261
|
"docs": {
|
|
1259
1262
|
"stability": "stable",
|
|
1260
|
-
"summary": "Generates
|
|
1263
|
+
"summary": "Generates CDKTN code for importing a Rotating resource upon running \"cdktn plan <stack-name>\"."
|
|
1261
1264
|
},
|
|
1262
1265
|
"locationInModule": {
|
|
1263
1266
|
"filename": "src/rotating/index.ts",
|
|
@@ -1300,13 +1303,13 @@
|
|
|
1300
1303
|
"name": "provider",
|
|
1301
1304
|
"optional": true,
|
|
1302
1305
|
"type": {
|
|
1303
|
-
"fqn": "
|
|
1306
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1304
1307
|
}
|
|
1305
1308
|
}
|
|
1306
1309
|
],
|
|
1307
1310
|
"returns": {
|
|
1308
1311
|
"type": {
|
|
1309
|
-
"fqn": "
|
|
1312
|
+
"fqn": "cdktn.ImportableResource"
|
|
1310
1313
|
}
|
|
1311
1314
|
},
|
|
1312
1315
|
"static": true
|
|
@@ -1400,7 +1403,7 @@
|
|
|
1400
1403
|
"line": 302
|
|
1401
1404
|
},
|
|
1402
1405
|
"name": "synthesizeAttributes",
|
|
1403
|
-
"overrides": "
|
|
1406
|
+
"overrides": "cdktn.TerraformResource",
|
|
1404
1407
|
"protected": true,
|
|
1405
1408
|
"returns": {
|
|
1406
1409
|
"type": {
|
|
@@ -1422,7 +1425,7 @@
|
|
|
1422
1425
|
"line": 315
|
|
1423
1426
|
},
|
|
1424
1427
|
"name": "synthesizeHclAttributes",
|
|
1425
|
-
"overrides": "
|
|
1428
|
+
"overrides": "cdktn.TerraformResource",
|
|
1426
1429
|
"protected": true,
|
|
1427
1430
|
"returns": {
|
|
1428
1431
|
"type": {
|
|
@@ -1812,7 +1815,7 @@
|
|
|
1812
1815
|
},
|
|
1813
1816
|
"fqn": "@cdktn/provider-time.rotating.RotatingConfig",
|
|
1814
1817
|
"interfaces": [
|
|
1815
|
-
"
|
|
1818
|
+
"cdktn.TerraformMetaArguments"
|
|
1816
1819
|
],
|
|
1817
1820
|
"kind": "interface",
|
|
1818
1821
|
"locationInModule": {
|
|
@@ -1976,7 +1979,7 @@
|
|
|
1976
1979
|
},
|
|
1977
1980
|
"@cdktn/provider-time.sleep.Sleep": {
|
|
1978
1981
|
"assembly": "@cdktn/provider-time",
|
|
1979
|
-
"base": "
|
|
1982
|
+
"base": "cdktn.TerraformResource",
|
|
1980
1983
|
"docs": {
|
|
1981
1984
|
"stability": "stable",
|
|
1982
1985
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep time_sleep}."
|
|
@@ -2029,7 +2032,7 @@
|
|
|
2029
2032
|
{
|
|
2030
2033
|
"docs": {
|
|
2031
2034
|
"stability": "stable",
|
|
2032
|
-
"summary": "Generates
|
|
2035
|
+
"summary": "Generates CDKTN code for importing a Sleep resource upon running \"cdktn plan <stack-name>\"."
|
|
2033
2036
|
},
|
|
2034
2037
|
"locationInModule": {
|
|
2035
2038
|
"filename": "src/sleep/index.ts",
|
|
@@ -2072,13 +2075,13 @@
|
|
|
2072
2075
|
"name": "provider",
|
|
2073
2076
|
"optional": true,
|
|
2074
2077
|
"type": {
|
|
2075
|
-
"fqn": "
|
|
2078
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2076
2079
|
}
|
|
2077
2080
|
}
|
|
2078
2081
|
],
|
|
2079
2082
|
"returns": {
|
|
2080
2083
|
"type": {
|
|
2081
|
-
"fqn": "
|
|
2084
|
+
"fqn": "cdktn.ImportableResource"
|
|
2082
2085
|
}
|
|
2083
2086
|
},
|
|
2084
2087
|
"static": true
|
|
@@ -2122,7 +2125,7 @@
|
|
|
2122
2125
|
"line": 152
|
|
2123
2126
|
},
|
|
2124
2127
|
"name": "synthesizeAttributes",
|
|
2125
|
-
"overrides": "
|
|
2128
|
+
"overrides": "cdktn.TerraformResource",
|
|
2126
2129
|
"protected": true,
|
|
2127
2130
|
"returns": {
|
|
2128
2131
|
"type": {
|
|
@@ -2144,7 +2147,7 @@
|
|
|
2144
2147
|
"line": 160
|
|
2145
2148
|
},
|
|
2146
2149
|
"name": "synthesizeHclAttributes",
|
|
2147
|
-
"overrides": "
|
|
2150
|
+
"overrides": "cdktn.TerraformResource",
|
|
2148
2151
|
"protected": true,
|
|
2149
2152
|
"returns": {
|
|
2150
2153
|
"type": {
|
|
@@ -2296,7 +2299,7 @@
|
|
|
2296
2299
|
},
|
|
2297
2300
|
"fqn": "@cdktn/provider-time.sleep.SleepConfig",
|
|
2298
2301
|
"interfaces": [
|
|
2299
|
-
"
|
|
2302
|
+
"cdktn.TerraformMetaArguments"
|
|
2300
2303
|
],
|
|
2301
2304
|
"kind": "interface",
|
|
2302
2305
|
"locationInModule": {
|
|
@@ -2370,7 +2373,7 @@
|
|
|
2370
2373
|
},
|
|
2371
2374
|
"@cdktn/provider-time.staticResource.StaticResource": {
|
|
2372
2375
|
"assembly": "@cdktn/provider-time",
|
|
2373
|
-
"base": "
|
|
2376
|
+
"base": "cdktn.TerraformResource",
|
|
2374
2377
|
"docs": {
|
|
2375
2378
|
"stability": "stable",
|
|
2376
2379
|
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/static time_static}."
|
|
@@ -2423,7 +2426,7 @@
|
|
|
2423
2426
|
{
|
|
2424
2427
|
"docs": {
|
|
2425
2428
|
"stability": "stable",
|
|
2426
|
-
"summary": "Generates
|
|
2429
|
+
"summary": "Generates CDKTN code for importing a StaticResource resource upon running \"cdktn plan <stack-name>\"."
|
|
2427
2430
|
},
|
|
2428
2431
|
"locationInModule": {
|
|
2429
2432
|
"filename": "src/static-resource/index.ts",
|
|
@@ -2466,13 +2469,13 @@
|
|
|
2466
2469
|
"name": "provider",
|
|
2467
2470
|
"optional": true,
|
|
2468
2471
|
"type": {
|
|
2469
|
-
"fqn": "
|
|
2472
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2470
2473
|
}
|
|
2471
2474
|
}
|
|
2472
2475
|
],
|
|
2473
2476
|
"returns": {
|
|
2474
2477
|
"type": {
|
|
2475
|
-
"fqn": "
|
|
2478
|
+
"fqn": "cdktn.ImportableResource"
|
|
2476
2479
|
}
|
|
2477
2480
|
},
|
|
2478
2481
|
"static": true
|
|
@@ -2506,7 +2509,7 @@
|
|
|
2506
2509
|
"line": 164
|
|
2507
2510
|
},
|
|
2508
2511
|
"name": "synthesizeAttributes",
|
|
2509
|
-
"overrides": "
|
|
2512
|
+
"overrides": "cdktn.TerraformResource",
|
|
2510
2513
|
"protected": true,
|
|
2511
2514
|
"returns": {
|
|
2512
2515
|
"type": {
|
|
@@ -2528,7 +2531,7 @@
|
|
|
2528
2531
|
"line": 171
|
|
2529
2532
|
},
|
|
2530
2533
|
"name": "synthesizeHclAttributes",
|
|
2531
|
-
"overrides": "
|
|
2534
|
+
"overrides": "cdktn.TerraformResource",
|
|
2532
2535
|
"protected": true,
|
|
2533
2536
|
"returns": {
|
|
2534
2537
|
"type": {
|
|
@@ -2750,7 +2753,7 @@
|
|
|
2750
2753
|
},
|
|
2751
2754
|
"fqn": "@cdktn/provider-time.staticResource.StaticResourceConfig",
|
|
2752
2755
|
"interfaces": [
|
|
2753
|
-
"
|
|
2756
|
+
"cdktn.TerraformMetaArguments"
|
|
2754
2757
|
],
|
|
2755
2758
|
"kind": "interface",
|
|
2756
2759
|
"locationInModule": {
|
|
@@ -2805,6 +2808,6 @@
|
|
|
2805
2808
|
"symbolId": "src/static-resource/index:StaticResourceConfig"
|
|
2806
2809
|
}
|
|
2807
2810
|
},
|
|
2808
|
-
"version": "
|
|
2809
|
-
"fingerprint": "
|
|
2811
|
+
"version": "12.0.0",
|
|
2812
|
+
"fingerprint": "YcCPlyUi7luF+KqRbrn9eF4KZ0xOfJ5OpmwqXDqSJyk="
|
|
2810
2813
|
}
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
#
|
|
2
|
+
# CDKTN prebuilt bindings for hashicorp/time provider version 0.13.1
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs) bindings for [CDK
|
|
4
|
+
This repo builds and publishes the [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs) bindings for [CDK Terrain](https://cdktn.io).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -19,17 +19,17 @@ The PyPI package is available at [https://pypi.org/project/cdktn-provider-time](
|
|
|
19
19
|
|
|
20
20
|
### Nuget
|
|
21
21
|
|
|
22
|
-
The Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.
|
|
22
|
+
The Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Time](https://www.nuget.org/packages/Io.Cdktn.Providers.Time).
|
|
23
23
|
|
|
24
|
-
`dotnet add package Io.Cdktn.
|
|
24
|
+
`dotnet add package Io.Cdktn.Providers.Time`
|
|
25
25
|
|
|
26
26
|
### Maven
|
|
27
27
|
|
|
28
|
-
The Maven package is available at [https://mvnrepository.com/artifact/
|
|
28
|
+
The Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-time](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-time).
|
|
29
29
|
|
|
30
30
|
```
|
|
31
31
|
<dependency>
|
|
32
|
-
<groupId>
|
|
32
|
+
<groupId>io.cdktn</groupId>
|
|
33
33
|
<artifactId>cdktn-provider-time</artifactId>
|
|
34
34
|
<version>[REPLACE WITH DESIRED VERSION]</version>
|
|
35
35
|
</dependency>
|
|
@@ -58,11 +58,11 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt
|
|
|
58
58
|
|
|
59
59
|
## Versioning
|
|
60
60
|
|
|
61
|
-
This 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://
|
|
61
|
+
This 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://cdktn.io/docs/concepts/providers#import-providers).
|
|
62
62
|
|
|
63
63
|
These are the upstream dependencies:
|
|
64
64
|
|
|
65
|
-
- [CDK
|
|
65
|
+
- [CDK Terrain](https://cdktn.io) - Last official release
|
|
66
66
|
- [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.13.1)
|
|
67
67
|
- [Terraform Engine](https://terraform.io)
|
|
68
68
|
|
|
@@ -70,10 +70,10 @@ If there are breaking changes (backward incompatible) in any of the above, the m
|
|
|
70
70
|
|
|
71
71
|
## Features / Issues / Bugs
|
|
72
72
|
|
|
73
|
-
Please report bugs and issues to the [CDK
|
|
73
|
+
Please report bugs and issues to the [CDK Terrain](https://cdktn.io) project:
|
|
74
74
|
|
|
75
|
-
- [Create bug report](https://
|
|
76
|
-
- [Create feature request](https://
|
|
75
|
+
- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)
|
|
76
|
+
- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)
|
|
77
77
|
|
|
78
78
|
## Contributing
|
|
79
79
|
|
|
@@ -83,7 +83,7 @@ This is mostly based on [Projen](https://projen.io), which takes care of generat
|
|
|
83
83
|
|
|
84
84
|
### cdktn-provider-project based on Projen
|
|
85
85
|
|
|
86
|
-
There's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `
|
|
86
|
+
There's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.
|
|
87
87
|
|
|
88
88
|
### Provider Version
|
|
89
89
|
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright IBM Corp. 2021, 2026
|
|
4
4
|
* SPDX-License-Identifier: MPL-2.0
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.provider = exports.staticResource = exports.sleep = exports.rotating = exports.offset = void 0;
|
|
8
|
-
// generated by
|
|
8
|
+
// generated by cdktn get
|
|
9
9
|
exports.offset = require("./offset");
|
|
10
10
|
exports.rotating = require("./rotating");
|
|
11
11
|
exports.sleep = require("./sleep");
|
|
12
12
|
exports.staticResource = require("./static-resource");
|
|
13
13
|
exports.provider = require("./provider");
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBOzs7R0FHRzs7O0FBRUgseUJBQXlCO0FBQ3pCLHFDQUFtQztBQUNuQyx5Q0FBdUM7QUFDdkMsbUNBQWlDO0FBQ2pDLHNEQUFvRDtBQUNwRCx5Q0FBdUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIENvcHlyaWdodCBJQk0gQ29ycC4gMjAyMSwgMjAyNlxuICogU1BEWC1MaWNlbnNlLUlkZW50aWZpZXI6IE1QTC0yLjBcbiAqL1xuXG4vLyBnZW5lcmF0ZWQgYnkgY2RrdG4gZ2V0XG5leHBvcnQgKiBhcyBvZmZzZXQgZnJvbSAnLi9vZmZzZXQnO1xuZXhwb3J0ICogYXMgcm90YXRpbmcgZnJvbSAnLi9yb3RhdGluZyc7XG5leHBvcnQgKiBhcyBzbGVlcCBmcm9tICcuL3NsZWVwJztcbmV4cG9ydCAqIGFzIHN0YXRpY1Jlc291cmNlIGZyb20gJy4vc3RhdGljLXJlc291cmNlJztcbmV4cG9ydCAqIGFzIHByb3ZpZGVyIGZyb20gJy4vcHJvdmlkZXInO1xuXG4iXX0=
|
package/lib/lazy-index.d.ts
CHANGED
package/lib/lazy-index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright IBM Corp. 2021, 2026
|
|
4
4
|
* SPDX-License-Identifier: MPL-2.0
|
|
5
5
|
*/
|
|
6
|
-
// generated by
|
|
6
|
+
// generated by cdktn get
|
|
7
7
|
Object.defineProperty(exports, 'offset', { get: function () { return require('./offset'); } });
|
|
8
8
|
Object.defineProperty(exports, 'rotating', { get: function () { return require('./rotating'); } });
|
|
9
9
|
Object.defineProperty(exports, 'sleep', { get: function () { return require('./sleep'); } });
|
|
10
10
|
Object.defineProperty(exports, 'staticResource', { get: function () { return require('./static-resource'); } });
|
|
11
11
|
Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF6eS1pbmRleC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9sYXp5LWluZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTs7O0dBR0c7QUFFSCx5QkFBeUI7QUFDekIsTUFBTSxDQUFDLGNBQWMsQ0FBQyxPQUFPLEVBQUUsUUFBUSxFQUFFLEVBQUUsR0FBRyxFQUFFLGNBQWMsT0FBTyxPQUFPLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDO0FBQy9GLE1BQU0sQ0FBQyxjQUFjLENBQUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxFQUFFLEdBQUcsRUFBRSxjQUFjLE9BQU8sT0FBTyxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQztBQUNuRyxNQUFNLENBQUMsY0FBYyxDQUFDLE9BQU8sRUFBRSxPQUFPLEVBQUUsRUFBRSxHQUFHLEVBQUUsY0FBYyxPQUFPLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUM7QUFDN0YsTUFBTSxDQUFDLGNBQWMsQ0FBQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsRUFBRSxHQUFHLEVBQUUsY0FBYyxPQUFPLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQztBQUNoSCxNQUFNLENBQUMsY0FBYyxDQUFDLE9BQU8sRUFBRSxVQUFVLEVBQUUsRUFBRSxHQUFHLEVBQUUsY0FBYyxPQUFPLE9BQU8sQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIENvcHlyaWdodCBJQk0gQ29ycC4gMjAyMSwgMjAyNlxuICogU1BEWC1MaWNlbnNlLUlkZW50aWZpZXI6IE1QTC0yLjBcbiAqL1xuXG4vLyBnZW5lcmF0ZWQgYnkgY2RrdG4gZ2V0XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgJ29mZnNldCcsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiByZXF1aXJlKCcuL29mZnNldCcpOyB9IH0pO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsICdyb3RhdGluZycsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiByZXF1aXJlKCcuL3JvdGF0aW5nJyk7IH0gfSk7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgJ3NsZWVwJywgeyBnZXQ6IGZ1bmN0aW9uICgpIHsgcmV0dXJuIHJlcXVpcmUoJy4vc2xlZXAnKTsgfSB9KTtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCAnc3RhdGljUmVzb3VyY2UnLCB7IGdldDogZnVuY3Rpb24gKCkgeyByZXR1cm4gcmVxdWlyZSgnLi9zdGF0aWMtcmVzb3VyY2UnKTsgfSB9KTtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCAncHJvdmlkZXInLCB7IGdldDogZnVuY3Rpb24gKCkgeyByZXR1cm4gcmVxdWlyZSgnLi9wcm92aWRlcicpOyB9IH0pO1xuXG4iXX0=
|
package/lib/offset/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright IBM Corp. 2021, 2026
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
import { Construct } from 'constructs';
|
|
6
|
-
import * as
|
|
7
|
-
export interface OffsetConfig extends
|
|
6
|
+
import * as cdktn from 'cdktn';
|
|
7
|
+
export interface OffsetConfig extends cdktn.TerraformMetaArguments {
|
|
8
8
|
/**
|
|
9
9
|
* 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.
|
|
10
10
|
*
|
|
@@ -59,16 +59,16 @@ export interface OffsetConfig extends cdktf.TerraformMetaArguments {
|
|
|
59
59
|
/**
|
|
60
60
|
* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset time_offset}
|
|
61
61
|
*/
|
|
62
|
-
export declare class Offset extends
|
|
62
|
+
export declare class Offset extends cdktn.TerraformResource {
|
|
63
63
|
static readonly tfResourceType = "time_offset";
|
|
64
64
|
/**
|
|
65
|
-
* Generates
|
|
65
|
+
* Generates CDKTN code for importing a Offset resource upon running "cdktn plan <stack-name>"
|
|
66
66
|
* @param scope The scope in which to define this construct
|
|
67
67
|
* @param importToId The construct id used in the generated config for the Offset to import
|
|
68
68
|
* @param importFromId The id of the existing Offset that should be imported. 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
|
|
69
69
|
* @param provider? Optional instance of the provider where the Offset to import is found
|
|
70
70
|
*/
|
|
71
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?:
|
|
71
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
72
72
|
/**
|
|
73
73
|
* Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/offset time_offset} Resource
|
|
74
74
|
*
|