@pulumi/fastly 3.10.0 → 3.12.0-alpha.1641575408

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/fastly",
3
- "version": "v3.10.0",
3
+ "version": "v3.12.0-alpha.1641575408+39c54661",
4
4
  "description": "A Pulumi package for creating and managing fastly cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource fastly v3.10.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource fastly v3.12.0-alpha.1641575408+39c54661"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/fastly",
3
- "version": "v3.10.0",
3
+ "version": "v3.12.0-alpha.1641575408+39c54661",
4
4
  "description": "A Pulumi package for creating and managing fastly cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -109,6 +109,10 @@ export declare class TlsSubscription extends pulumi.CustomResource {
109
109
  * The entity that issues and certifies the TLS certificates for your subscription. Valid values are `lets-encrypt` or `globalsign`.
110
110
  */
111
111
  readonly certificateAuthority: pulumi.Output<string>;
112
+ /**
113
+ * The certificate ID associated with the subscription.
114
+ */
115
+ readonly certificateId: pulumi.Output<string>;
112
116
  /**
113
117
  * The common name associated with the subscription generated by Fastly TLS. If you do not pass a common name on create, we will default to the first TLS domain included. If provided, the domain chosen as the common name must be included in TLS domains.
114
118
  */
@@ -174,6 +178,10 @@ export interface TlsSubscriptionState {
174
178
  * The entity that issues and certifies the TLS certificates for your subscription. Valid values are `lets-encrypt` or `globalsign`.
175
179
  */
176
180
  certificateAuthority?: pulumi.Input<string>;
181
+ /**
182
+ * The certificate ID associated with the subscription.
183
+ */
184
+ certificateId?: pulumi.Input<string>;
177
185
  /**
178
186
  * The common name associated with the subscription generated by Fastly TLS. If you do not pass a common name on create, we will default to the first TLS domain included. If provided, the domain chosen as the common name must be included in TLS domains.
179
187
  */
@@ -101,6 +101,7 @@ class TlsSubscription extends pulumi.CustomResource {
101
101
  if (opts.id) {
102
102
  const state = argsOrState;
103
103
  inputs["certificateAuthority"] = state ? state.certificateAuthority : undefined;
104
+ inputs["certificateId"] = state ? state.certificateId : undefined;
104
105
  inputs["commonName"] = state ? state.commonName : undefined;
105
106
  inputs["configurationId"] = state ? state.configurationId : undefined;
106
107
  inputs["createdAt"] = state ? state.createdAt : undefined;
@@ -127,6 +128,7 @@ class TlsSubscription extends pulumi.CustomResource {
127
128
  inputs["domains"] = args ? args.domains : undefined;
128
129
  inputs["forceDestroy"] = args ? args.forceDestroy : undefined;
129
130
  inputs["forceUpdate"] = args ? args.forceUpdate : undefined;
131
+ inputs["certificateId"] = undefined /*out*/;
130
132
  inputs["createdAt"] = undefined /*out*/;
131
133
  inputs["managedDnsChallenge"] = undefined /*out*/;
132
134
  inputs["managedDnsChallenges"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"tlsSubscription.js","sourceRoot":"","sources":["../tlsSubscription.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tlsSubscription.js","sourceRoot":"","sources":["../tlsSubscription.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -173,7 +173,7 @@ export interface ServiceComputeBlobstoragelogging {
173
173
  */
174
174
  gzipLevel?: pulumi.Input<number>;
175
175
  /**
176
- * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default `classic`
176
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
177
177
  */
178
178
  messageType?: pulumi.Input<string>;
179
179
  /**
@@ -197,7 +197,7 @@ export interface ServiceComputeBlobstoragelogging {
197
197
  */
198
198
  sasToken: pulumi.Input<string>;
199
199
  /**
200
- * `strftime` specified timestamp formatting. Default `%Y-%m-%dT%H:%M:%S.000`
200
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
201
201
  */
202
202
  timestampFormat?: pulumi.Input<string>;
203
203
  }
@@ -277,11 +277,11 @@ export interface ServiceComputeGcslogging {
277
277
  */
278
278
  email?: pulumi.Input<string>;
279
279
  /**
280
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
280
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
281
281
  */
282
282
  gzipLevel?: pulumi.Input<number>;
283
283
  /**
284
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
284
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
285
285
  */
286
286
  messageType?: pulumi.Input<string>;
287
287
  /**
@@ -301,7 +301,7 @@ export interface ServiceComputeGcslogging {
301
301
  */
302
302
  secretKey?: pulumi.Input<string>;
303
303
  /**
304
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
304
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
305
305
  */
306
306
  timestampFormat?: pulumi.Input<string>;
307
307
  }
@@ -369,7 +369,7 @@ export interface ServiceComputeHttpslogging {
369
369
  */
370
370
  jsonFormat?: pulumi.Input<string>;
371
371
  /**
372
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `blank`
372
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
373
373
  */
374
374
  messageType?: pulumi.Input<string>;
375
375
  /**
@@ -441,11 +441,11 @@ export interface ServiceComputeLoggingCloudfile {
441
441
  */
442
442
  compressionCodec?: pulumi.Input<string>;
443
443
  /**
444
- * What level of GZIP encoding to have when dumping logs (default `0`, no compression)
444
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
445
445
  */
446
446
  gzipLevel?: pulumi.Input<number>;
447
447
  /**
448
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
448
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
449
449
  */
450
450
  messageType?: pulumi.Input<string>;
451
451
  /**
@@ -509,11 +509,11 @@ export interface ServiceComputeLoggingDigitalocean {
509
509
  */
510
510
  domain?: pulumi.Input<string>;
511
511
  /**
512
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
512
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
513
513
  */
514
514
  gzipLevel?: pulumi.Input<number>;
515
515
  /**
516
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
516
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
517
517
  */
518
518
  messageType?: pulumi.Input<string>;
519
519
  /**
@@ -537,7 +537,7 @@ export interface ServiceComputeLoggingDigitalocean {
537
537
  */
538
538
  secretKey: pulumi.Input<string>;
539
539
  /**
540
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
540
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
541
541
  */
542
542
  timestampFormat?: pulumi.Input<string>;
543
543
  }
@@ -601,11 +601,11 @@ export interface ServiceComputeLoggingFtp {
601
601
  */
602
602
  compressionCodec?: pulumi.Input<string>;
603
603
  /**
604
- * Gzip Compression level. Default `0`
604
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
605
605
  */
606
606
  gzipLevel?: pulumi.Input<number>;
607
607
  /**
608
- * How the message should be formatted (default: `classic`)
608
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
609
609
  */
610
610
  messageType?: pulumi.Input<string>;
611
611
  /**
@@ -633,7 +633,7 @@ export interface ServiceComputeLoggingFtp {
633
633
  */
634
634
  publicKey?: pulumi.Input<string>;
635
635
  /**
636
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
636
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
637
637
  */
638
638
  timestampFormat?: pulumi.Input<string>;
639
639
  /**
@@ -831,11 +831,11 @@ export interface ServiceComputeLoggingOpenstack {
831
831
  */
832
832
  compressionCodec?: pulumi.Input<string>;
833
833
  /**
834
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
834
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
835
835
  */
836
836
  gzipLevel?: pulumi.Input<number>;
837
837
  /**
838
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
838
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
839
839
  */
840
840
  messageType?: pulumi.Input<string>;
841
841
  /**
@@ -855,7 +855,7 @@ export interface ServiceComputeLoggingOpenstack {
855
855
  */
856
856
  publicKey?: pulumi.Input<string>;
857
857
  /**
858
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
858
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
859
859
  */
860
860
  timestampFormat?: pulumi.Input<string>;
861
861
  /**
@@ -891,11 +891,11 @@ export interface ServiceComputeLoggingSftp {
891
891
  */
892
892
  compressionCodec?: pulumi.Input<string>;
893
893
  /**
894
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
894
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
895
895
  */
896
896
  gzipLevel?: pulumi.Input<number>;
897
897
  /**
898
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
898
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
899
899
  */
900
900
  messageType?: pulumi.Input<string>;
901
901
  /**
@@ -981,11 +981,11 @@ export interface ServiceComputeS3logging {
981
981
  */
982
982
  domain?: pulumi.Input<string>;
983
983
  /**
984
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
984
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
985
985
  */
986
986
  gzipLevel?: pulumi.Input<number>;
987
987
  /**
988
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
988
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
989
989
  */
990
990
  messageType?: pulumi.Input<string>;
991
991
  /**
@@ -1029,7 +1029,7 @@ export interface ServiceComputeS3logging {
1029
1029
  */
1030
1030
  serverSideEncryptionKmsKeyId?: pulumi.Input<string>;
1031
1031
  /**
1032
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1032
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1033
1033
  */
1034
1034
  timestampFormat?: pulumi.Input<string>;
1035
1035
  }
@@ -1069,7 +1069,7 @@ export interface ServiceComputeSplunk {
1069
1069
  }
1070
1070
  export interface ServiceComputeSumologic {
1071
1071
  /**
1072
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. See [Fastly's Documentation on Sumologic](https://developer.fastly.com/reference/api/logging/sumologic/)
1072
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1073
1073
  */
1074
1074
  messageType?: pulumi.Input<string>;
1075
1075
  /**
@@ -1087,7 +1087,7 @@ export interface ServiceComputeSyslog {
1087
1087
  */
1088
1088
  address: pulumi.Input<string>;
1089
1089
  /**
1090
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
1090
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1091
1091
  */
1092
1092
  messageType?: pulumi.Input<string>;
1093
1093
  /**
@@ -1349,7 +1349,7 @@ export interface Servicev1Blobstoragelogging {
1349
1349
  */
1350
1350
  gzipLevel?: pulumi.Input<number>;
1351
1351
  /**
1352
- * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default `classic`
1352
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1353
1353
  */
1354
1354
  messageType?: pulumi.Input<string>;
1355
1355
  /**
@@ -1381,7 +1381,7 @@ export interface Servicev1Blobstoragelogging {
1381
1381
  */
1382
1382
  sasToken: pulumi.Input<string>;
1383
1383
  /**
1384
- * `strftime` specified timestamp formatting. Default `%Y-%m-%dT%H:%M:%S.000`
1384
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1385
1385
  */
1386
1386
  timestampFormat?: pulumi.Input<string>;
1387
1387
  }
@@ -1523,11 +1523,11 @@ export interface Servicev1Gcslogging {
1523
1523
  */
1524
1524
  format?: pulumi.Input<string>;
1525
1525
  /**
1526
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
1526
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1527
1527
  */
1528
1528
  gzipLevel?: pulumi.Input<number>;
1529
1529
  /**
1530
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
1530
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1531
1531
  */
1532
1532
  messageType?: pulumi.Input<string>;
1533
1533
  /**
@@ -1555,7 +1555,7 @@ export interface Servicev1Gcslogging {
1555
1555
  */
1556
1556
  secretKey?: pulumi.Input<string>;
1557
1557
  /**
1558
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1558
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1559
1559
  */
1560
1560
  timestampFormat?: pulumi.Input<string>;
1561
1561
  }
@@ -1699,7 +1699,7 @@ export interface Servicev1Httpslogging {
1699
1699
  */
1700
1700
  jsonFormat?: pulumi.Input<string>;
1701
1701
  /**
1702
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `blank`
1702
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1703
1703
  */
1704
1704
  messageType?: pulumi.Input<string>;
1705
1705
  /**
@@ -1803,11 +1803,11 @@ export interface Servicev1LoggingCloudfile {
1803
1803
  */
1804
1804
  formatVersion?: pulumi.Input<number>;
1805
1805
  /**
1806
- * What level of GZIP encoding to have when dumping logs (default `0`, no compression)
1806
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1807
1807
  */
1808
1808
  gzipLevel?: pulumi.Input<number>;
1809
1809
  /**
1810
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
1810
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1811
1811
  */
1812
1812
  messageType?: pulumi.Input<string>;
1813
1813
  /**
@@ -1903,11 +1903,11 @@ export interface Servicev1LoggingDigitalocean {
1903
1903
  */
1904
1904
  formatVersion?: pulumi.Input<number>;
1905
1905
  /**
1906
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
1906
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1907
1907
  */
1908
1908
  gzipLevel?: pulumi.Input<number>;
1909
1909
  /**
1910
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
1910
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1911
1911
  */
1912
1912
  messageType?: pulumi.Input<string>;
1913
1913
  /**
@@ -1939,7 +1939,7 @@ export interface Servicev1LoggingDigitalocean {
1939
1939
  */
1940
1940
  secretKey: pulumi.Input<string>;
1941
1941
  /**
1942
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1942
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1943
1943
  */
1944
1944
  timestampFormat?: pulumi.Input<string>;
1945
1945
  }
@@ -2027,11 +2027,11 @@ export interface Servicev1LoggingFtp {
2027
2027
  */
2028
2028
  formatVersion?: pulumi.Input<number>;
2029
2029
  /**
2030
- * Gzip Compression level. Default `0`
2030
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2031
2031
  */
2032
2032
  gzipLevel?: pulumi.Input<number>;
2033
2033
  /**
2034
- * How the message should be formatted (default: `classic`)
2034
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2035
2035
  */
2036
2036
  messageType?: pulumi.Input<string>;
2037
2037
  /**
@@ -2067,7 +2067,7 @@ export interface Servicev1LoggingFtp {
2067
2067
  */
2068
2068
  responseCondition?: pulumi.Input<string>;
2069
2069
  /**
2070
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2070
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2071
2071
  */
2072
2072
  timestampFormat?: pulumi.Input<string>;
2073
2073
  /**
@@ -2401,11 +2401,11 @@ export interface Servicev1LoggingOpenstack {
2401
2401
  */
2402
2402
  formatVersion?: pulumi.Input<number>;
2403
2403
  /**
2404
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
2404
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2405
2405
  */
2406
2406
  gzipLevel?: pulumi.Input<number>;
2407
2407
  /**
2408
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
2408
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2409
2409
  */
2410
2410
  messageType?: pulumi.Input<string>;
2411
2411
  /**
@@ -2433,7 +2433,7 @@ export interface Servicev1LoggingOpenstack {
2433
2433
  */
2434
2434
  responseCondition?: pulumi.Input<string>;
2435
2435
  /**
2436
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2436
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2437
2437
  */
2438
2438
  timestampFormat?: pulumi.Input<string>;
2439
2439
  /**
@@ -2493,11 +2493,11 @@ export interface Servicev1LoggingSftp {
2493
2493
  */
2494
2494
  formatVersion?: pulumi.Input<number>;
2495
2495
  /**
2496
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
2496
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2497
2497
  */
2498
2498
  gzipLevel?: pulumi.Input<number>;
2499
2499
  /**
2500
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
2500
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2501
2501
  */
2502
2502
  messageType?: pulumi.Input<string>;
2503
2503
  /**
@@ -2687,11 +2687,11 @@ export interface Servicev1S3logging {
2687
2687
  */
2688
2688
  formatVersion?: pulumi.Input<number>;
2689
2689
  /**
2690
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
2690
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2691
2691
  */
2692
2692
  gzipLevel?: pulumi.Input<number>;
2693
2693
  /**
2694
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
2694
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2695
2695
  */
2696
2696
  messageType?: pulumi.Input<string>;
2697
2697
  /**
@@ -2743,7 +2743,7 @@ export interface Servicev1S3logging {
2743
2743
  */
2744
2744
  serverSideEncryptionKmsKeyId?: pulumi.Input<string>;
2745
2745
  /**
2746
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2746
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2747
2747
  */
2748
2748
  timestampFormat?: pulumi.Input<string>;
2749
2749
  }
@@ -2825,7 +2825,7 @@ export interface Servicev1Sumologic {
2825
2825
  */
2826
2826
  formatVersion?: pulumi.Input<number>;
2827
2827
  /**
2828
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. See [Fastly's Documentation on Sumologic](https://developer.fastly.com/reference/api/logging/sumologic/)
2828
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2829
2829
  */
2830
2830
  messageType?: pulumi.Input<string>;
2831
2831
  /**
@@ -2859,7 +2859,7 @@ export interface Servicev1Syslog {
2859
2859
  */
2860
2860
  formatVersion?: pulumi.Input<number>;
2861
2861
  /**
2862
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
2862
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2863
2863
  */
2864
2864
  messageType?: pulumi.Input<string>;
2865
2865
  /**
package/types/output.d.ts CHANGED
@@ -191,7 +191,7 @@ export interface ServiceComputeBlobstoragelogging {
191
191
  */
192
192
  gzipLevel?: number;
193
193
  /**
194
- * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default `classic`
194
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
195
195
  */
196
196
  messageType?: string;
197
197
  /**
@@ -215,7 +215,7 @@ export interface ServiceComputeBlobstoragelogging {
215
215
  */
216
216
  sasToken: string;
217
217
  /**
218
- * `strftime` specified timestamp formatting. Default `%Y-%m-%dT%H:%M:%S.000`
218
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
219
219
  */
220
220
  timestampFormat?: string;
221
221
  }
@@ -295,11 +295,11 @@ export interface ServiceComputeGcslogging {
295
295
  */
296
296
  email?: string;
297
297
  /**
298
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
298
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
299
299
  */
300
300
  gzipLevel?: number;
301
301
  /**
302
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
302
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
303
303
  */
304
304
  messageType?: string;
305
305
  /**
@@ -319,7 +319,7 @@ export interface ServiceComputeGcslogging {
319
319
  */
320
320
  secretKey?: string;
321
321
  /**
322
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
322
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
323
323
  */
324
324
  timestampFormat?: string;
325
325
  }
@@ -387,7 +387,7 @@ export interface ServiceComputeHttpslogging {
387
387
  */
388
388
  jsonFormat?: string;
389
389
  /**
390
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `blank`
390
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
391
391
  */
392
392
  messageType?: string;
393
393
  /**
@@ -459,11 +459,11 @@ export interface ServiceComputeLoggingCloudfile {
459
459
  */
460
460
  compressionCodec?: string;
461
461
  /**
462
- * What level of GZIP encoding to have when dumping logs (default `0`, no compression)
462
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
463
463
  */
464
464
  gzipLevel?: number;
465
465
  /**
466
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
466
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
467
467
  */
468
468
  messageType?: string;
469
469
  /**
@@ -527,11 +527,11 @@ export interface ServiceComputeLoggingDigitalocean {
527
527
  */
528
528
  domain?: string;
529
529
  /**
530
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
530
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
531
531
  */
532
532
  gzipLevel?: number;
533
533
  /**
534
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
534
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
535
535
  */
536
536
  messageType?: string;
537
537
  /**
@@ -555,7 +555,7 @@ export interface ServiceComputeLoggingDigitalocean {
555
555
  */
556
556
  secretKey: string;
557
557
  /**
558
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
558
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
559
559
  */
560
560
  timestampFormat?: string;
561
561
  }
@@ -619,11 +619,11 @@ export interface ServiceComputeLoggingFtp {
619
619
  */
620
620
  compressionCodec?: string;
621
621
  /**
622
- * Gzip Compression level. Default `0`
622
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
623
623
  */
624
624
  gzipLevel?: number;
625
625
  /**
626
- * How the message should be formatted (default: `classic`)
626
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
627
627
  */
628
628
  messageType?: string;
629
629
  /**
@@ -651,7 +651,7 @@ export interface ServiceComputeLoggingFtp {
651
651
  */
652
652
  publicKey?: string;
653
653
  /**
654
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
654
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
655
655
  */
656
656
  timestampFormat?: string;
657
657
  /**
@@ -849,11 +849,11 @@ export interface ServiceComputeLoggingOpenstack {
849
849
  */
850
850
  compressionCodec?: string;
851
851
  /**
852
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
852
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
853
853
  */
854
854
  gzipLevel?: number;
855
855
  /**
856
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
856
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
857
857
  */
858
858
  messageType?: string;
859
859
  /**
@@ -873,7 +873,7 @@ export interface ServiceComputeLoggingOpenstack {
873
873
  */
874
874
  publicKey?: string;
875
875
  /**
876
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
876
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
877
877
  */
878
878
  timestampFormat?: string;
879
879
  /**
@@ -909,11 +909,11 @@ export interface ServiceComputeLoggingSftp {
909
909
  */
910
910
  compressionCodec?: string;
911
911
  /**
912
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
912
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
913
913
  */
914
914
  gzipLevel?: number;
915
915
  /**
916
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
916
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
917
917
  */
918
918
  messageType?: string;
919
919
  /**
@@ -999,11 +999,11 @@ export interface ServiceComputeS3logging {
999
999
  */
1000
1000
  domain?: string;
1001
1001
  /**
1002
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
1002
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1003
1003
  */
1004
1004
  gzipLevel?: number;
1005
1005
  /**
1006
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
1006
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1007
1007
  */
1008
1008
  messageType?: string;
1009
1009
  /**
@@ -1047,7 +1047,7 @@ export interface ServiceComputeS3logging {
1047
1047
  */
1048
1048
  serverSideEncryptionKmsKeyId?: string;
1049
1049
  /**
1050
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1050
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1051
1051
  */
1052
1052
  timestampFormat?: string;
1053
1053
  }
@@ -1087,7 +1087,7 @@ export interface ServiceComputeSplunk {
1087
1087
  }
1088
1088
  export interface ServiceComputeSumologic {
1089
1089
  /**
1090
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. See [Fastly's Documentation on Sumologic](https://developer.fastly.com/reference/api/logging/sumologic/)
1090
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1091
1091
  */
1092
1092
  messageType?: string;
1093
1093
  /**
@@ -1105,7 +1105,7 @@ export interface ServiceComputeSyslog {
1105
1105
  */
1106
1106
  address: string;
1107
1107
  /**
1108
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
1108
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1109
1109
  */
1110
1110
  messageType?: string;
1111
1111
  /**
@@ -1367,7 +1367,7 @@ export interface Servicev1Blobstoragelogging {
1367
1367
  */
1368
1368
  gzipLevel?: number;
1369
1369
  /**
1370
- * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default `classic`
1370
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1371
1371
  */
1372
1372
  messageType?: string;
1373
1373
  /**
@@ -1399,7 +1399,7 @@ export interface Servicev1Blobstoragelogging {
1399
1399
  */
1400
1400
  sasToken: string;
1401
1401
  /**
1402
- * `strftime` specified timestamp formatting. Default `%Y-%m-%dT%H:%M:%S.000`
1402
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1403
1403
  */
1404
1404
  timestampFormat?: string;
1405
1405
  }
@@ -1541,11 +1541,11 @@ export interface Servicev1Gcslogging {
1541
1541
  */
1542
1542
  format?: string;
1543
1543
  /**
1544
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
1544
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1545
1545
  */
1546
1546
  gzipLevel?: number;
1547
1547
  /**
1548
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
1548
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1549
1549
  */
1550
1550
  messageType?: string;
1551
1551
  /**
@@ -1573,7 +1573,7 @@ export interface Servicev1Gcslogging {
1573
1573
  */
1574
1574
  secretKey?: string;
1575
1575
  /**
1576
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1576
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1577
1577
  */
1578
1578
  timestampFormat?: string;
1579
1579
  }
@@ -1717,7 +1717,7 @@ export interface Servicev1Httpslogging {
1717
1717
  */
1718
1718
  jsonFormat?: string;
1719
1719
  /**
1720
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `blank`
1720
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1721
1721
  */
1722
1722
  messageType?: string;
1723
1723
  /**
@@ -1821,11 +1821,11 @@ export interface Servicev1LoggingCloudfile {
1821
1821
  */
1822
1822
  formatVersion?: number;
1823
1823
  /**
1824
- * What level of GZIP encoding to have when dumping logs (default `0`, no compression)
1824
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1825
1825
  */
1826
1826
  gzipLevel?: number;
1827
1827
  /**
1828
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
1828
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1829
1829
  */
1830
1830
  messageType?: string;
1831
1831
  /**
@@ -1921,11 +1921,11 @@ export interface Servicev1LoggingDigitalocean {
1921
1921
  */
1922
1922
  formatVersion?: number;
1923
1923
  /**
1924
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
1924
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
1925
1925
  */
1926
1926
  gzipLevel?: number;
1927
1927
  /**
1928
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
1928
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
1929
1929
  */
1930
1930
  messageType?: string;
1931
1931
  /**
@@ -1957,7 +1957,7 @@ export interface Servicev1LoggingDigitalocean {
1957
1957
  */
1958
1958
  secretKey: string;
1959
1959
  /**
1960
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1960
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
1961
1961
  */
1962
1962
  timestampFormat?: string;
1963
1963
  }
@@ -2045,11 +2045,11 @@ export interface Servicev1LoggingFtp {
2045
2045
  */
2046
2046
  formatVersion?: number;
2047
2047
  /**
2048
- * Gzip Compression level. Default `0`
2048
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2049
2049
  */
2050
2050
  gzipLevel?: number;
2051
2051
  /**
2052
- * How the message should be formatted (default: `classic`)
2052
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2053
2053
  */
2054
2054
  messageType?: string;
2055
2055
  /**
@@ -2085,7 +2085,7 @@ export interface Servicev1LoggingFtp {
2085
2085
  */
2086
2086
  responseCondition?: string;
2087
2087
  /**
2088
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2088
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2089
2089
  */
2090
2090
  timestampFormat?: string;
2091
2091
  /**
@@ -2419,11 +2419,11 @@ export interface Servicev1LoggingOpenstack {
2419
2419
  */
2420
2420
  formatVersion?: number;
2421
2421
  /**
2422
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
2422
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2423
2423
  */
2424
2424
  gzipLevel?: number;
2425
2425
  /**
2426
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. [Fastly Documentation](https://developer.fastly.com/reference/api/logging/gcs/)
2426
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2427
2427
  */
2428
2428
  messageType?: string;
2429
2429
  /**
@@ -2451,7 +2451,7 @@ export interface Servicev1LoggingOpenstack {
2451
2451
  */
2452
2452
  responseCondition?: string;
2453
2453
  /**
2454
- * specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2454
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2455
2455
  */
2456
2456
  timestampFormat?: string;
2457
2457
  /**
@@ -2511,11 +2511,11 @@ export interface Servicev1LoggingSftp {
2511
2511
  */
2512
2512
  formatVersion?: number;
2513
2513
  /**
2514
- * What level of Gzip encoding to have when dumping logs (default `0`, no compression)
2514
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2515
2515
  */
2516
2516
  gzipLevel?: number;
2517
2517
  /**
2518
- * How the message should be formatted. One of: `classic` (default), `loggly`, `logplex` or `blank`
2518
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2519
2519
  */
2520
2520
  messageType?: string;
2521
2521
  /**
@@ -2705,11 +2705,11 @@ export interface Servicev1S3logging {
2705
2705
  */
2706
2706
  formatVersion?: number;
2707
2707
  /**
2708
- * Level of Gzip compression, from `0-9`. `0` is no compression. `1` is fastest and least compressed, `9` is slowest and most compressed. Default `0`
2708
+ * Level of Gzip compression from `0-9`. `0` means no compression. `1` is the fastest and the least compressed version, `9` is the slowest and the most compressed version. Default `0`
2709
2709
  */
2710
2710
  gzipLevel?: number;
2711
2711
  /**
2712
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
2712
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2713
2713
  */
2714
2714
  messageType?: string;
2715
2715
  /**
@@ -2761,7 +2761,7 @@ export interface Servicev1S3logging {
2761
2761
  */
2762
2762
  serverSideEncryptionKmsKeyId?: string;
2763
2763
  /**
2764
- * `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2764
+ * The `strftime` specified timestamp formatting (default `%Y-%m-%dT%H:%M:%S.000`)
2765
2765
  */
2766
2766
  timestampFormat?: string;
2767
2767
  }
@@ -2843,7 +2843,7 @@ export interface Servicev1Sumologic {
2843
2843
  */
2844
2844
  formatVersion?: number;
2845
2845
  /**
2846
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`. See [Fastly's Documentation on Sumologic](https://developer.fastly.com/reference/api/logging/sumologic/)
2846
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2847
2847
  */
2848
2848
  messageType?: string;
2849
2849
  /**
@@ -2877,7 +2877,7 @@ export interface Servicev1Syslog {
2877
2877
  */
2878
2878
  formatVersion?: number;
2879
2879
  /**
2880
- * How the message should be formatted; one of: `classic`, `loggly`, `logplex` or `blank`. Default `classic`
2880
+ * How the message should be formatted. Can be either `classic`, `loggly`, `logplex` or `blank`. Default is `classic`
2881
2881
  */
2882
2882
  messageType?: string;
2883
2883
  /**