@pulumi/fastly 11.3.0-alpha.1766295846 → 11.3.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/package.json +2 -2
- package/types/input.d.ts +3 -3
- package/types/output.d.ts +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/fastly",
|
|
3
|
-
"version": "11.3.0
|
|
3
|
+
"version": "11.3.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing fastly cloud resources.. Based on terraform-provider-fastly: version v4",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "fastly",
|
|
26
|
-
"version": "11.3.0
|
|
26
|
+
"version": "11.3.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -320,7 +320,7 @@ export interface NgwafWorkspaceRuleRateLimitClientIdentifier {
|
|
|
320
320
|
*/
|
|
321
321
|
name?: pulumi.Input<string>;
|
|
322
322
|
/**
|
|
323
|
-
* Type of the Client Identifier.
|
|
323
|
+
* Type of the Client Identifier. Accepted values are `ip`, `postParameter`, `requestCookie`, `requestHeader`, and `signalPayload`.
|
|
324
324
|
*/
|
|
325
325
|
type: pulumi.Input<string>;
|
|
326
326
|
}
|
|
@@ -567,7 +567,7 @@ export interface ServiceComputeImageOptimizerDefaultSettings {
|
|
|
567
567
|
}
|
|
568
568
|
export interface ServiceComputeLoggingBigquery {
|
|
569
569
|
/**
|
|
570
|
-
* The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
570
|
+
* The google account name used to obtain temporary credentials (default none). Not required if 'email' and 'secret_key' are provided. You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
571
571
|
*/
|
|
572
572
|
accountName?: pulumi.Input<string>;
|
|
573
573
|
/**
|
|
@@ -2138,7 +2138,7 @@ export interface ServiceVclImageOptimizerDefaultSettings {
|
|
|
2138
2138
|
}
|
|
2139
2139
|
export interface ServiceVclLoggingBigquery {
|
|
2140
2140
|
/**
|
|
2141
|
-
* The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
2141
|
+
* The google account name used to obtain temporary credentials (default none). Not required if 'email' and 'secret_key' are provided. You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
2142
2142
|
*/
|
|
2143
2143
|
accountName?: pulumi.Input<string>;
|
|
2144
2144
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -715,7 +715,7 @@ export interface NgwafWorkspaceRuleRateLimitClientIdentifier {
|
|
|
715
715
|
*/
|
|
716
716
|
name?: string;
|
|
717
717
|
/**
|
|
718
|
-
* Type of the Client Identifier.
|
|
718
|
+
* Type of the Client Identifier. Accepted values are `ip`, `postParameter`, `requestCookie`, `requestHeader`, and `signalPayload`.
|
|
719
719
|
*/
|
|
720
720
|
type: string;
|
|
721
721
|
}
|
|
@@ -769,7 +769,7 @@ export interface ServiceComputeBackend {
|
|
|
769
769
|
/**
|
|
770
770
|
* How long in seconds to keep a persistent connection to the backend between requests.
|
|
771
771
|
*/
|
|
772
|
-
keepaliveTime
|
|
772
|
+
keepaliveTime: number;
|
|
773
773
|
/**
|
|
774
774
|
* Maximum number of connections for this Backend. Default `200`
|
|
775
775
|
*/
|
|
@@ -962,7 +962,7 @@ export interface ServiceComputeImageOptimizerDefaultSettings {
|
|
|
962
962
|
}
|
|
963
963
|
export interface ServiceComputeLoggingBigquery {
|
|
964
964
|
/**
|
|
965
|
-
* The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
965
|
+
* The google account name used to obtain temporary credentials (default none). Not required if 'email' and 'secret_key' are provided. You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
966
966
|
*/
|
|
967
967
|
accountName?: string;
|
|
968
968
|
/**
|
|
@@ -2176,7 +2176,7 @@ export interface ServiceVclBackend {
|
|
|
2176
2176
|
/**
|
|
2177
2177
|
* How long in seconds to keep a persistent connection to the backend between requests.
|
|
2178
2178
|
*/
|
|
2179
|
-
keepaliveTime
|
|
2179
|
+
keepaliveTime: number;
|
|
2180
2180
|
/**
|
|
2181
2181
|
* Maximum number of connections for this Backend. Default `200`
|
|
2182
2182
|
*/
|
|
@@ -2533,7 +2533,7 @@ export interface ServiceVclImageOptimizerDefaultSettings {
|
|
|
2533
2533
|
}
|
|
2534
2534
|
export interface ServiceVclLoggingBigquery {
|
|
2535
2535
|
/**
|
|
2536
|
-
* The google account name used to obtain temporary credentials (default none). You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
2536
|
+
* The google account name used to obtain temporary credentials (default none). Not required if 'email' and 'secret_key' are provided. You may optionally provide this via an environment variable, `FASTLY_GCS_ACCOUNT_NAME`.
|
|
2537
2537
|
*/
|
|
2538
2538
|
accountName?: string;
|
|
2539
2539
|
/**
|