@cdktf/provider-acme 0.0.94 → 0.0.98
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 +37 -37
- package/API.md +56 -56
- package/changelog.md +1 -1
- package/lib/acme-provider.js +1 -1
- package/lib/certificate.d.ts +27 -27
- package/lib/certificate.js +8 -8
- package/lib/registration.d.ts +7 -7
- package/lib/registration.js +5 -5
- package/package.json +4 -4
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/API.md
CHANGED
@@ -128,7 +128,7 @@ public readonly serverUrl: string;
|
|
128
128
|
|
129
129
|
### Certificate <a name="@cdktf/provider-acme.Certificate" id="cdktfprovideracmecertificate"></a>
|
130
130
|
|
131
|
-
Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
131
|
+
Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}.
|
132
132
|
|
133
133
|
#### Initializers <a name="@cdktf/provider-acme.Certificate.Initializer" id="cdktfprovideracmecertificateinitializer"></a>
|
134
134
|
|
@@ -845,7 +845,7 @@ public readonly subjectAlternativeNames: string[];
|
|
845
845
|
|
846
846
|
### Registration <a name="@cdktf/provider-acme.Registration" id="cdktfprovideracmeregistration"></a>
|
847
847
|
|
848
|
-
Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration
|
848
|
+
Represents a {@link https://www.terraform.io/docs/providers/acme/r/registration acme_registration}.
|
849
849
|
|
850
850
|
#### Initializers <a name="@cdktf/provider-acme.Registration.Initializer" id="cdktfprovideracmeregistrationinitializer"></a>
|
851
851
|
|
@@ -1089,23 +1089,23 @@ const certificateConfig: CertificateConfig = { ... }
|
|
1089
1089
|
| [`dependsOn`](#cdktfprovideracmecertificateconfigpropertydependson) | [`cdktf.ITerraformDependable`](#cdktf.ITerraformDependable)[] | *No description.* |
|
1090
1090
|
| [`lifecycle`](#cdktfprovideracmecertificateconfigpropertylifecycle) | [`cdktf.TerraformResourceLifecycle`](#cdktf.TerraformResourceLifecycle) | *No description.* |
|
1091
1091
|
| [`provider`](#cdktfprovideracmecertificateconfigpropertyprovider) | [`cdktf.TerraformProvider`](#cdktf.TerraformProvider) | *No description.* |
|
1092
|
-
| [`accountKeyPem`](#cdktfprovideracmecertificateconfigpropertyaccountkeypem)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1093
|
-
| [`certificateP12Password`](#cdktfprovideracmecertificateconfigpropertycertificatep12password) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1094
|
-
| [`certificateRequestPem`](#cdktfprovideracmecertificateconfigpropertycertificaterequestpem) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1095
|
-
| [`commonName`](#cdktfprovideracmecertificateconfigpropertycommonname) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1096
|
-
| [`disableCompletePropagation`](#cdktfprovideracmecertificateconfigpropertydisablecompletepropagation) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1092
|
+
| [`accountKeyPem`](#cdktfprovideracmecertificateconfigpropertyaccountkeypem)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#account_key_pem Certificate#account_key_pem}. |
|
1093
|
+
| [`certificateP12Password`](#cdktfprovideracmecertificateconfigpropertycertificatep12password) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_p12_password Certificate#certificate_p12_password}. |
|
1094
|
+
| [`certificateRequestPem`](#cdktfprovideracmecertificateconfigpropertycertificaterequestpem) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_request_pem Certificate#certificate_request_pem}. |
|
1095
|
+
| [`commonName`](#cdktfprovideracmecertificateconfigpropertycommonname) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#common_name Certificate#common_name}. |
|
1096
|
+
| [`disableCompletePropagation`](#cdktfprovideracmecertificateconfigpropertydisablecompletepropagation) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#disable_complete_propagation Certificate#disable_complete_propagation}. |
|
1097
1097
|
| [`dnsChallenge`](#cdktfprovideracmecertificateconfigpropertydnschallenge) | [`@cdktf/provider-acme.CertificateDnsChallenge`](#@cdktf/provider-acme.CertificateDnsChallenge)[] | dns_challenge block. |
|
1098
1098
|
| [`httpChallenge`](#cdktfprovideracmecertificateconfigpropertyhttpchallenge) | [`@cdktf/provider-acme.CertificateHttpChallenge`](#@cdktf/provider-acme.CertificateHttpChallenge) | http_challenge block. |
|
1099
1099
|
| [`httpMemcachedChallenge`](#cdktfprovideracmecertificateconfigpropertyhttpmemcachedchallenge) | [`@cdktf/provider-acme.CertificateHttpMemcachedChallenge`](#@cdktf/provider-acme.CertificateHttpMemcachedChallenge) | http_memcached_challenge block. |
|
1100
1100
|
| [`httpWebrootChallenge`](#cdktfprovideracmecertificateconfigpropertyhttpwebrootchallenge) | [`@cdktf/provider-acme.CertificateHttpWebrootChallenge`](#@cdktf/provider-acme.CertificateHttpWebrootChallenge) | http_webroot_challenge block. |
|
1101
|
-
| [`keyType`](#cdktfprovideracmecertificateconfigpropertykeytype) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1102
|
-
| [`minDaysRemaining`](#cdktfprovideracmecertificateconfigpropertymindaysremaining) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1103
|
-
| [`mustStaple`](#cdktfprovideracmecertificateconfigpropertymuststaple) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1104
|
-
| [`preCheckDelay`](#cdktfprovideracmecertificateconfigpropertyprecheckdelay) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1105
|
-
| [`preferredChain`](#cdktfprovideracmecertificateconfigpropertypreferredchain) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1106
|
-
| [`recursiveNameservers`](#cdktfprovideracmecertificateconfigpropertyrecursivenameservers) | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1107
|
-
| [`revokeCertificateOnDestroy`](#cdktfprovideracmecertificateconfigpropertyrevokecertificateondestroy) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1108
|
-
| [`subjectAlternativeNames`](#cdktfprovideracmecertificateconfigpropertysubjectalternativenames) | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1101
|
+
| [`keyType`](#cdktfprovideracmecertificateconfigpropertykeytype) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#key_type Certificate#key_type}. |
|
1102
|
+
| [`minDaysRemaining`](#cdktfprovideracmecertificateconfigpropertymindaysremaining) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#min_days_remaining Certificate#min_days_remaining}. |
|
1103
|
+
| [`mustStaple`](#cdktfprovideracmecertificateconfigpropertymuststaple) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#must_staple Certificate#must_staple}. |
|
1104
|
+
| [`preCheckDelay`](#cdktfprovideracmecertificateconfigpropertyprecheckdelay) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#pre_check_delay Certificate#pre_check_delay}. |
|
1105
|
+
| [`preferredChain`](#cdktfprovideracmecertificateconfigpropertypreferredchain) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#preferred_chain Certificate#preferred_chain}. |
|
1106
|
+
| [`recursiveNameservers`](#cdktfprovideracmecertificateconfigpropertyrecursivenameservers) | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#recursive_nameservers Certificate#recursive_nameservers}. |
|
1107
|
+
| [`revokeCertificateOnDestroy`](#cdktfprovideracmecertificateconfigpropertyrevokecertificateondestroy) | `boolean` \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}. |
|
1108
|
+
| [`subjectAlternativeNames`](#cdktfprovideracmecertificateconfigpropertysubjectalternativenames) | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#subject_alternative_names Certificate#subject_alternative_names}. |
|
1109
1109
|
| [`tlsChallenge`](#cdktfprovideracmecertificateconfigpropertytlschallenge) | [`@cdktf/provider-acme.CertificateTlsChallenge`](#@cdktf/provider-acme.CertificateTlsChallenge) | tls_challenge block. |
|
1110
1110
|
|
1111
1111
|
---
|
@@ -1158,7 +1158,7 @@ public readonly accountKeyPem: string;
|
|
1158
1158
|
|
1159
1159
|
- *Type:* `string`
|
1160
1160
|
|
1161
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1161
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#account_key_pem Certificate#account_key_pem}.
|
1162
1162
|
|
1163
1163
|
---
|
1164
1164
|
|
@@ -1170,7 +1170,7 @@ public readonly certificateP12Password: string;
|
|
1170
1170
|
|
1171
1171
|
- *Type:* `string`
|
1172
1172
|
|
1173
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1173
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_p12_password Certificate#certificate_p12_password}.
|
1174
1174
|
|
1175
1175
|
---
|
1176
1176
|
|
@@ -1182,7 +1182,7 @@ public readonly certificateRequestPem: string;
|
|
1182
1182
|
|
1183
1183
|
- *Type:* `string`
|
1184
1184
|
|
1185
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1185
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_request_pem Certificate#certificate_request_pem}.
|
1186
1186
|
|
1187
1187
|
---
|
1188
1188
|
|
@@ -1194,7 +1194,7 @@ public readonly commonName: string;
|
|
1194
1194
|
|
1195
1195
|
- *Type:* `string`
|
1196
1196
|
|
1197
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1197
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#common_name Certificate#common_name}.
|
1198
1198
|
|
1199
1199
|
---
|
1200
1200
|
|
@@ -1206,7 +1206,7 @@ public readonly disableCompletePropagation: boolean | IResolvable;
|
|
1206
1206
|
|
1207
1207
|
- *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
|
1208
1208
|
|
1209
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1209
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#disable_complete_propagation Certificate#disable_complete_propagation}.
|
1210
1210
|
|
1211
1211
|
---
|
1212
1212
|
|
@@ -1220,7 +1220,7 @@ public readonly dnsChallenge: CertificateDnsChallenge[];
|
|
1220
1220
|
|
1221
1221
|
dns_challenge block.
|
1222
1222
|
|
1223
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1223
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#dns_challenge Certificate#dns_challenge}
|
1224
1224
|
|
1225
1225
|
---
|
1226
1226
|
|
@@ -1234,7 +1234,7 @@ public readonly httpChallenge: CertificateHttpChallenge;
|
|
1234
1234
|
|
1235
1235
|
http_challenge block.
|
1236
1236
|
|
1237
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1237
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_challenge Certificate#http_challenge}
|
1238
1238
|
|
1239
1239
|
---
|
1240
1240
|
|
@@ -1248,7 +1248,7 @@ public readonly httpMemcachedChallenge: CertificateHttpMemcachedChallenge;
|
|
1248
1248
|
|
1249
1249
|
http_memcached_challenge block.
|
1250
1250
|
|
1251
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1251
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
|
1252
1252
|
|
1253
1253
|
---
|
1254
1254
|
|
@@ -1262,7 +1262,7 @@ public readonly httpWebrootChallenge: CertificateHttpWebrootChallenge;
|
|
1262
1262
|
|
1263
1263
|
http_webroot_challenge block.
|
1264
1264
|
|
1265
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1265
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
|
1266
1266
|
|
1267
1267
|
---
|
1268
1268
|
|
@@ -1274,7 +1274,7 @@ public readonly keyType: string;
|
|
1274
1274
|
|
1275
1275
|
- *Type:* `string`
|
1276
1276
|
|
1277
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1277
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#key_type Certificate#key_type}.
|
1278
1278
|
|
1279
1279
|
---
|
1280
1280
|
|
@@ -1286,7 +1286,7 @@ public readonly minDaysRemaining: number;
|
|
1286
1286
|
|
1287
1287
|
- *Type:* `number`
|
1288
1288
|
|
1289
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1289
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#min_days_remaining Certificate#min_days_remaining}.
|
1290
1290
|
|
1291
1291
|
---
|
1292
1292
|
|
@@ -1298,7 +1298,7 @@ public readonly mustStaple: boolean | IResolvable;
|
|
1298
1298
|
|
1299
1299
|
- *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
|
1300
1300
|
|
1301
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1301
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#must_staple Certificate#must_staple}.
|
1302
1302
|
|
1303
1303
|
---
|
1304
1304
|
|
@@ -1310,7 +1310,7 @@ public readonly preCheckDelay: number;
|
|
1310
1310
|
|
1311
1311
|
- *Type:* `number`
|
1312
1312
|
|
1313
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1313
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#pre_check_delay Certificate#pre_check_delay}.
|
1314
1314
|
|
1315
1315
|
---
|
1316
1316
|
|
@@ -1322,7 +1322,7 @@ public readonly preferredChain: string;
|
|
1322
1322
|
|
1323
1323
|
- *Type:* `string`
|
1324
1324
|
|
1325
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1325
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#preferred_chain Certificate#preferred_chain}.
|
1326
1326
|
|
1327
1327
|
---
|
1328
1328
|
|
@@ -1334,7 +1334,7 @@ public readonly recursiveNameservers: string[];
|
|
1334
1334
|
|
1335
1335
|
- *Type:* `string`[]
|
1336
1336
|
|
1337
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1337
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#recursive_nameservers Certificate#recursive_nameservers}.
|
1338
1338
|
|
1339
1339
|
---
|
1340
1340
|
|
@@ -1346,7 +1346,7 @@ public readonly revokeCertificateOnDestroy: boolean | IResolvable;
|
|
1346
1346
|
|
1347
1347
|
- *Type:* `boolean` | [`cdktf.IResolvable`](#cdktf.IResolvable)
|
1348
1348
|
|
1349
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1349
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}.
|
1350
1350
|
|
1351
1351
|
---
|
1352
1352
|
|
@@ -1358,7 +1358,7 @@ public readonly subjectAlternativeNames: string[];
|
|
1358
1358
|
|
1359
1359
|
- *Type:* `string`[]
|
1360
1360
|
|
1361
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1361
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#subject_alternative_names Certificate#subject_alternative_names}.
|
1362
1362
|
|
1363
1363
|
---
|
1364
1364
|
|
@@ -1372,7 +1372,7 @@ public readonly tlsChallenge: CertificateTlsChallenge;
|
|
1372
1372
|
|
1373
1373
|
tls_challenge block.
|
1374
1374
|
|
1375
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1375
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#tls_challenge Certificate#tls_challenge}
|
1376
1376
|
|
1377
1377
|
---
|
1378
1378
|
|
@@ -1390,8 +1390,8 @@ const certificateDnsChallenge: CertificateDnsChallenge = { ... }
|
|
1390
1390
|
|
1391
1391
|
| **Name** | **Type** | **Description** |
|
1392
1392
|
| --- | --- | --- |
|
1393
|
-
| [`provider`](#cdktfprovideracmecertificatednschallengepropertyprovider)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1394
|
-
| [`config`](#cdktfprovideracmecertificatednschallengepropertyconfig) | {[ key: string ]: `string`} \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1393
|
+
| [`provider`](#cdktfprovideracmecertificatednschallengepropertyprovider)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#provider Certificate#provider}. |
|
1394
|
+
| [`config`](#cdktfprovideracmecertificatednschallengepropertyconfig) | {[ key: string ]: `string`} \| [`cdktf.IResolvable`](#cdktf.IResolvable) | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#config Certificate#config}. |
|
1395
1395
|
|
1396
1396
|
---
|
1397
1397
|
|
@@ -1403,7 +1403,7 @@ public readonly provider: string;
|
|
1403
1403
|
|
1404
1404
|
- *Type:* `string`
|
1405
1405
|
|
1406
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1406
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#provider Certificate#provider}.
|
1407
1407
|
|
1408
1408
|
---
|
1409
1409
|
|
@@ -1415,7 +1415,7 @@ public readonly config: {[ key: string ]: string} | IResolvable;
|
|
1415
1415
|
|
1416
1416
|
- *Type:* {[ key: string ]: `string`} | [`cdktf.IResolvable`](#cdktf.IResolvable)
|
1417
1417
|
|
1418
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1418
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#config Certificate#config}.
|
1419
1419
|
|
1420
1420
|
---
|
1421
1421
|
|
@@ -1433,8 +1433,8 @@ const certificateHttpChallenge: CertificateHttpChallenge = { ... }
|
|
1433
1433
|
|
1434
1434
|
| **Name** | **Type** | **Description** |
|
1435
1435
|
| --- | --- | --- |
|
1436
|
-
| [`port`](#cdktfprovideracmecertificatehttpchallengepropertyport) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1437
|
-
| [`proxyHeader`](#cdktfprovideracmecertificatehttpchallengepropertyproxyheader) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1436
|
+
| [`port`](#cdktfprovideracmecertificatehttpchallengepropertyport) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}. |
|
1437
|
+
| [`proxyHeader`](#cdktfprovideracmecertificatehttpchallengepropertyproxyheader) | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#proxy_header Certificate#proxy_header}. |
|
1438
1438
|
|
1439
1439
|
---
|
1440
1440
|
|
@@ -1446,7 +1446,7 @@ public readonly port: number;
|
|
1446
1446
|
|
1447
1447
|
- *Type:* `number`
|
1448
1448
|
|
1449
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1449
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}.
|
1450
1450
|
|
1451
1451
|
---
|
1452
1452
|
|
@@ -1458,7 +1458,7 @@ public readonly proxyHeader: string;
|
|
1458
1458
|
|
1459
1459
|
- *Type:* `string`
|
1460
1460
|
|
1461
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1461
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#proxy_header Certificate#proxy_header}.
|
1462
1462
|
|
1463
1463
|
---
|
1464
1464
|
|
@@ -1476,7 +1476,7 @@ const certificateHttpMemcachedChallenge: CertificateHttpMemcachedChallenge = { .
|
|
1476
1476
|
|
1477
1477
|
| **Name** | **Type** | **Description** |
|
1478
1478
|
| --- | --- | --- |
|
1479
|
-
| [`hosts`](#cdktfprovideracmecertificatehttpmemcachedchallengepropertyhosts)<span title="Required">*</span> | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1479
|
+
| [`hosts`](#cdktfprovideracmecertificatehttpmemcachedchallengepropertyhosts)<span title="Required">*</span> | `string`[] | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#hosts Certificate#hosts}. |
|
1480
1480
|
|
1481
1481
|
---
|
1482
1482
|
|
@@ -1488,7 +1488,7 @@ public readonly hosts: string[];
|
|
1488
1488
|
|
1489
1489
|
- *Type:* `string`[]
|
1490
1490
|
|
1491
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1491
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#hosts Certificate#hosts}.
|
1492
1492
|
|
1493
1493
|
---
|
1494
1494
|
|
@@ -1506,7 +1506,7 @@ const certificateHttpWebrootChallenge: CertificateHttpWebrootChallenge = { ... }
|
|
1506
1506
|
|
1507
1507
|
| **Name** | **Type** | **Description** |
|
1508
1508
|
| --- | --- | --- |
|
1509
|
-
| [`directory`](#cdktfprovideracmecertificatehttpwebrootchallengepropertydirectory)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1509
|
+
| [`directory`](#cdktfprovideracmecertificatehttpwebrootchallengepropertydirectory)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#directory Certificate#directory}. |
|
1510
1510
|
|
1511
1511
|
---
|
1512
1512
|
|
@@ -1518,7 +1518,7 @@ public readonly directory: string;
|
|
1518
1518
|
|
1519
1519
|
- *Type:* `string`
|
1520
1520
|
|
1521
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1521
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#directory Certificate#directory}.
|
1522
1522
|
|
1523
1523
|
---
|
1524
1524
|
|
@@ -1536,7 +1536,7 @@ const certificateTlsChallenge: CertificateTlsChallenge = { ... }
|
|
1536
1536
|
|
1537
1537
|
| **Name** | **Type** | **Description** |
|
1538
1538
|
| --- | --- | --- |
|
1539
|
-
| [`port`](#cdktfprovideracmecertificatetlschallengepropertyport) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1539
|
+
| [`port`](#cdktfprovideracmecertificatetlschallengepropertyport) | `number` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}. |
|
1540
1540
|
|
1541
1541
|
---
|
1542
1542
|
|
@@ -1548,7 +1548,7 @@ public readonly port: number;
|
|
1548
1548
|
|
1549
1549
|
- *Type:* `number`
|
1550
1550
|
|
1551
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
1551
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}.
|
1552
1552
|
|
1553
1553
|
---
|
1554
1554
|
|
@@ -1570,8 +1570,8 @@ const registrationConfig: RegistrationConfig = { ... }
|
|
1570
1570
|
| [`dependsOn`](#cdktfprovideracmeregistrationconfigpropertydependson) | [`cdktf.ITerraformDependable`](#cdktf.ITerraformDependable)[] | *No description.* |
|
1571
1571
|
| [`lifecycle`](#cdktfprovideracmeregistrationconfigpropertylifecycle) | [`cdktf.TerraformResourceLifecycle`](#cdktf.TerraformResourceLifecycle) | *No description.* |
|
1572
1572
|
| [`provider`](#cdktfprovideracmeregistrationconfigpropertyprovider) | [`cdktf.TerraformProvider`](#cdktf.TerraformProvider) | *No description.* |
|
1573
|
-
| [`accountKeyPem`](#cdktfprovideracmeregistrationconfigpropertyaccountkeypem)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1574
|
-
| [`emailAddress`](#cdktfprovideracmeregistrationconfigpropertyemailaddress)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1573
|
+
| [`accountKeyPem`](#cdktfprovideracmeregistrationconfigpropertyaccountkeypem)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#account_key_pem Registration#account_key_pem}. |
|
1574
|
+
| [`emailAddress`](#cdktfprovideracmeregistrationconfigpropertyemailaddress)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#email_address Registration#email_address}. |
|
1575
1575
|
| [`externalAccountBinding`](#cdktfprovideracmeregistrationconfigpropertyexternalaccountbinding) | [`@cdktf/provider-acme.RegistrationExternalAccountBinding`](#@cdktf/provider-acme.RegistrationExternalAccountBinding) | external_account_binding block. |
|
1576
1576
|
|
1577
1577
|
---
|
@@ -1624,7 +1624,7 @@ public readonly accountKeyPem: string;
|
|
1624
1624
|
|
1625
1625
|
- *Type:* `string`
|
1626
1626
|
|
1627
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1627
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#account_key_pem Registration#account_key_pem}.
|
1628
1628
|
|
1629
1629
|
---
|
1630
1630
|
|
@@ -1636,7 +1636,7 @@ public readonly emailAddress: string;
|
|
1636
1636
|
|
1637
1637
|
- *Type:* `string`
|
1638
1638
|
|
1639
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1639
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#email_address Registration#email_address}.
|
1640
1640
|
|
1641
1641
|
---
|
1642
1642
|
|
@@ -1650,7 +1650,7 @@ public readonly externalAccountBinding: RegistrationExternalAccountBinding;
|
|
1650
1650
|
|
1651
1651
|
external_account_binding block.
|
1652
1652
|
|
1653
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1653
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#external_account_binding Registration#external_account_binding}
|
1654
1654
|
|
1655
1655
|
---
|
1656
1656
|
|
@@ -1668,8 +1668,8 @@ const registrationExternalAccountBinding: RegistrationExternalAccountBinding = {
|
|
1668
1668
|
|
1669
1669
|
| **Name** | **Type** | **Description** |
|
1670
1670
|
| --- | --- | --- |
|
1671
|
-
| [`hmacBase64`](#cdktfprovideracmeregistrationexternalaccountbindingpropertyhmacbase64)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1672
|
-
| [`keyId`](#cdktfprovideracmeregistrationexternalaccountbindingpropertykeyid)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1671
|
+
| [`hmacBase64`](#cdktfprovideracmeregistrationexternalaccountbindingpropertyhmacbase64)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#hmac_base64 Registration#hmac_base64}. |
|
1672
|
+
| [`keyId`](#cdktfprovideracmeregistrationexternalaccountbindingpropertykeyid)<span title="Required">*</span> | `string` | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#key_id Registration#key_id}. |
|
1673
1673
|
|
1674
1674
|
---
|
1675
1675
|
|
@@ -1681,7 +1681,7 @@ public readonly hmacBase64: string;
|
|
1681
1681
|
|
1682
1682
|
- *Type:* `string`
|
1683
1683
|
|
1684
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1684
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#hmac_base64 Registration#hmac_base64}.
|
1685
1685
|
|
1686
1686
|
---
|
1687
1687
|
|
@@ -1693,7 +1693,7 @@ public readonly keyId: string;
|
|
1693
1693
|
|
1694
1694
|
- *Type:* `string`
|
1695
1695
|
|
1696
|
-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration
|
1696
|
+
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/registration#key_id Registration#key_id}.
|
1697
1697
|
|
1698
1698
|
---
|
1699
1699
|
|
package/changelog.md
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
|
2
|
-
### [0.0.
|
2
|
+
### [0.0.98](https://github.com/hashicorp/cdktf-provider-acme/compare/v0.0.97...v0.0.98) (2022-01-16)
|
package/lib/acme-provider.js
CHANGED
@@ -91,7 +91,7 @@ class AcmeProvider extends cdktf.TerraformProvider {
|
|
91
91
|
}
|
92
92
|
exports.AcmeProvider = AcmeProvider;
|
93
93
|
_a = JSII_RTTI_SYMBOL_1;
|
94
|
-
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.0.
|
94
|
+
AcmeProvider[_a] = { fqn: "@cdktf/provider-acme.AcmeProvider", version: "0.0.98" };
|
95
95
|
// =================
|
96
96
|
// STATIC PROPERTIES
|
97
97
|
// =================
|
package/lib/certificate.d.ts
CHANGED
@@ -5,79 +5,79 @@ import * as cdktf from 'cdktf';
|
|
5
5
|
*/
|
6
6
|
export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
7
7
|
/**
|
8
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
8
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#account_key_pem Certificate#account_key_pem}.
|
9
9
|
*
|
10
10
|
* @stability stable
|
11
11
|
*/
|
12
12
|
readonly accountKeyPem: string;
|
13
13
|
/**
|
14
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
14
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_p12_password Certificate#certificate_p12_password}.
|
15
15
|
*
|
16
16
|
* @stability stable
|
17
17
|
*/
|
18
18
|
readonly certificateP12Password?: string;
|
19
19
|
/**
|
20
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
20
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#certificate_request_pem Certificate#certificate_request_pem}.
|
21
21
|
*
|
22
22
|
* @stability stable
|
23
23
|
*/
|
24
24
|
readonly certificateRequestPem?: string;
|
25
25
|
/**
|
26
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
26
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#common_name Certificate#common_name}.
|
27
27
|
*
|
28
28
|
* @stability stable
|
29
29
|
*/
|
30
30
|
readonly commonName?: string;
|
31
31
|
/**
|
32
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
32
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#disable_complete_propagation Certificate#disable_complete_propagation}.
|
33
33
|
*
|
34
34
|
* @stability stable
|
35
35
|
*/
|
36
36
|
readonly disableCompletePropagation?: boolean | cdktf.IResolvable;
|
37
37
|
/**
|
38
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
38
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#key_type Certificate#key_type}.
|
39
39
|
*
|
40
40
|
* @stability stable
|
41
41
|
*/
|
42
42
|
readonly keyType?: string;
|
43
43
|
/**
|
44
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
44
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#min_days_remaining Certificate#min_days_remaining}.
|
45
45
|
*
|
46
46
|
* @stability stable
|
47
47
|
*/
|
48
48
|
readonly minDaysRemaining?: number;
|
49
49
|
/**
|
50
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
50
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#must_staple Certificate#must_staple}.
|
51
51
|
*
|
52
52
|
* @stability stable
|
53
53
|
*/
|
54
54
|
readonly mustStaple?: boolean | cdktf.IResolvable;
|
55
55
|
/**
|
56
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
56
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#pre_check_delay Certificate#pre_check_delay}.
|
57
57
|
*
|
58
58
|
* @stability stable
|
59
59
|
*/
|
60
60
|
readonly preCheckDelay?: number;
|
61
61
|
/**
|
62
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
62
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#preferred_chain Certificate#preferred_chain}.
|
63
63
|
*
|
64
64
|
* @stability stable
|
65
65
|
*/
|
66
66
|
readonly preferredChain?: string;
|
67
67
|
/**
|
68
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
68
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#recursive_nameservers Certificate#recursive_nameservers}.
|
69
69
|
*
|
70
70
|
* @stability stable
|
71
71
|
*/
|
72
72
|
readonly recursiveNameservers?: string[];
|
73
73
|
/**
|
74
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
74
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}.
|
75
75
|
*
|
76
76
|
* @stability stable
|
77
77
|
*/
|
78
78
|
readonly revokeCertificateOnDestroy?: boolean | cdktf.IResolvable;
|
79
79
|
/**
|
80
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
80
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#subject_alternative_names Certificate#subject_alternative_names}.
|
81
81
|
*
|
82
82
|
* @stability stable
|
83
83
|
*/
|
@@ -85,7 +85,7 @@ export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
|
85
85
|
/**
|
86
86
|
* dns_challenge block.
|
87
87
|
*
|
88
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
88
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#dns_challenge Certificate#dns_challenge}
|
89
89
|
*
|
90
90
|
* @stability stable
|
91
91
|
*/
|
@@ -93,7 +93,7 @@ export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
|
93
93
|
/**
|
94
94
|
* http_challenge block.
|
95
95
|
*
|
96
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
96
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_challenge Certificate#http_challenge}
|
97
97
|
*
|
98
98
|
* @stability stable
|
99
99
|
*/
|
@@ -101,7 +101,7 @@ export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
|
101
101
|
/**
|
102
102
|
* http_memcached_challenge block.
|
103
103
|
*
|
104
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
104
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
|
105
105
|
*
|
106
106
|
* @stability stable
|
107
107
|
*/
|
@@ -109,7 +109,7 @@ export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
|
109
109
|
/**
|
110
110
|
* http_webroot_challenge block.
|
111
111
|
*
|
112
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
112
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
|
113
113
|
*
|
114
114
|
* @stability stable
|
115
115
|
*/
|
@@ -117,7 +117,7 @@ export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
|
117
117
|
/**
|
118
118
|
* tls_challenge block.
|
119
119
|
*
|
120
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
120
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#tls_challenge Certificate#tls_challenge}
|
121
121
|
*
|
122
122
|
* @stability stable
|
123
123
|
*/
|
@@ -128,7 +128,7 @@ export interface CertificateConfig extends cdktf.TerraformMetaArguments {
|
|
128
128
|
*/
|
129
129
|
export interface CertificateDnsChallenge {
|
130
130
|
/**
|
131
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
131
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#config Certificate#config}.
|
132
132
|
*
|
133
133
|
* @stability stable
|
134
134
|
*/
|
@@ -136,7 +136,7 @@ export interface CertificateDnsChallenge {
|
|
136
136
|
[key: string]: string;
|
137
137
|
} | cdktf.IResolvable;
|
138
138
|
/**
|
139
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
139
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#provider Certificate#provider}.
|
140
140
|
*
|
141
141
|
* @stability stable
|
142
142
|
*/
|
@@ -148,13 +148,13 @@ export declare function certificateDnsChallengeToTerraform(struct?: CertificateD
|
|
148
148
|
*/
|
149
149
|
export interface CertificateHttpChallenge {
|
150
150
|
/**
|
151
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
151
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}.
|
152
152
|
*
|
153
153
|
* @stability stable
|
154
154
|
*/
|
155
155
|
readonly port?: number;
|
156
156
|
/**
|
157
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
157
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#proxy_header Certificate#proxy_header}.
|
158
158
|
*
|
159
159
|
* @stability stable
|
160
160
|
*/
|
@@ -221,7 +221,7 @@ export declare class CertificateHttpChallengeOutputReference extends cdktf.Compl
|
|
221
221
|
*/
|
222
222
|
export interface CertificateHttpMemcachedChallenge {
|
223
223
|
/**
|
224
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
224
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#hosts Certificate#hosts}.
|
225
225
|
*
|
226
226
|
* @stability stable
|
227
227
|
*/
|
@@ -267,7 +267,7 @@ export declare class CertificateHttpMemcachedChallengeOutputReference extends cd
|
|
267
267
|
*/
|
268
268
|
export interface CertificateHttpWebrootChallenge {
|
269
269
|
/**
|
270
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
270
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#directory Certificate#directory}.
|
271
271
|
*
|
272
272
|
* @stability stable
|
273
273
|
*/
|
@@ -313,7 +313,7 @@ export declare class CertificateHttpWebrootChallengeOutputReference extends cdkt
|
|
313
313
|
*/
|
314
314
|
export interface CertificateTlsChallenge {
|
315
315
|
/**
|
316
|
-
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
316
|
+
* Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/acme/r/certificate#port Certificate#port}.
|
317
317
|
*
|
318
318
|
* @stability stable
|
319
319
|
*/
|
@@ -359,7 +359,7 @@ export declare class CertificateTlsChallengeOutputReference extends cdktf.Comple
|
|
359
359
|
get portInput(): number | undefined;
|
360
360
|
}
|
361
361
|
/**
|
362
|
-
* Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
362
|
+
* Represents a {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate}.
|
363
363
|
*
|
364
364
|
* @stability stable
|
365
365
|
*/
|
@@ -369,7 +369,7 @@ export declare class Certificate extends cdktf.TerraformResource {
|
|
369
369
|
*/
|
370
370
|
static readonly tfResourceType: string;
|
371
371
|
/**
|
372
|
-
* Create a new {@link https://www.terraform.io/docs/providers/acme/r/certificate
|
372
|
+
* Create a new {@link https://www.terraform.io/docs/providers/acme/r/certificate acme_certificate} Resource.
|
373
373
|
*
|
374
374
|
* @param scope The scope in which to define this construct.
|
375
375
|
* @param id The scoped construct ID.
|