@pulumi/aws 4.29.0 → 4.30.0-alpha.1638204160
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/account/alternativeContact.d.ts +121 -0
- package/account/alternativeContact.js +96 -0
- package/account/alternativeContact.js.map +1 -0
- package/account/index.d.ts +1 -0
- package/account/index.js +33 -0
- package/account/index.js.map +1 -0
- package/alb/getLoadBalancer.d.ts +2 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/alb/loadBalancer.d.ts +27 -3
- package/alb/loadBalancer.js +4 -0
- package/alb/loadBalancer.js.map +1 -1
- package/applicationloadbalancing/getLoadBalancer.d.ts +2 -0
- package/applicationloadbalancing/getLoadBalancer.js.map +1 -1
- package/applicationloadbalancing/loadBalancer.d.ts +27 -3
- package/applicationloadbalancing/loadBalancer.js +4 -0
- package/applicationloadbalancing/loadBalancer.js.map +1 -1
- package/appstream/fleetStackAssociation.d.ts +91 -0
- package/appstream/fleetStackAssociation.js +90 -0
- package/appstream/fleetStackAssociation.js.map +1 -0
- package/appstream/index.d.ts +3 -0
- package/appstream/index.js +15 -0
- package/appstream/index.js.map +1 -1
- package/appstream/user.d.ts +149 -0
- package/appstream/user.js +96 -0
- package/appstream/user.js.map +1 -0
- package/appstream/userStackAssociation.d.ts +113 -0
- package/appstream/userStackAssociation.js +95 -0
- package/appstream/userStackAssociation.js.map +1 -0
- package/cfg/remediationConfiguration.d.ts +74 -20
- package/cfg/remediationConfiguration.js +17 -0
- package/cfg/remediationConfiguration.js.map +1 -1
- package/dlm/lifecyclePolicy.d.ts +67 -1
- package/dlm/lifecyclePolicy.js +67 -1
- package/dlm/lifecyclePolicy.js.map +1 -1
- package/ec2/getInstanceTypes.d.ts +70 -0
- package/ec2/getInstanceTypes.js +59 -0
- package/ec2/getInstanceTypes.js.map +1 -0
- package/ec2/index.d.ts +1 -0
- package/ec2/index.js +1 -0
- package/ec2/index.js.map +1 -1
- package/ecs/capacityProvider.d.ts +1 -1
- package/ecs/capacityProvider.js +1 -1
- package/ecs/service.d.ts +30 -30
- package/elasticloadbalancing/getLoadBalancer.d.ts +1 -0
- package/elasticloadbalancing/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancing/loadBalancer.d.ts +12 -0
- package/elasticloadbalancing/loadBalancer.js +2 -0
- package/elasticloadbalancing/loadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -0
- package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +27 -3
- package/elasticloadbalancingv2/loadBalancer.js +4 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/elb/getLoadBalancer.d.ts +1 -0
- package/elb/getLoadBalancer.js.map +1 -1
- package/elb/loadBalancer.d.ts +12 -0
- package/elb/loadBalancer.js +2 -0
- package/elb/loadBalancer.js.map +1 -1
- package/fsx/index.d.ts +2 -0
- package/fsx/index.js +10 -0
- package/fsx/index.js.map +1 -1
- package/fsx/ontapStorageVirtualMachine.d.ts +216 -0
- package/fsx/ontapStorageVirtualMachine.js +134 -0
- package/fsx/ontapStorageVirtualMachine.js.map +1 -0
- package/fsx/ontapVolume.d.ts +246 -0
- package/fsx/ontapVolume.js +137 -0
- package/fsx/ontapVolume.js.map +1 -0
- package/imagebuilder/getImageRecipes.d.ts +67 -0
- package/imagebuilder/getImageRecipes.js +44 -0
- package/imagebuilder/getImageRecipes.js.map +1 -0
- package/imagebuilder/index.d.ts +1 -0
- package/imagebuilder/index.js +1 -0
- package/imagebuilder/index.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lb/getLoadBalancer.d.ts +2 -0
- package/lb/getLoadBalancer.js.map +1 -1
- package/lb/loadBalancer.d.ts +27 -3
- package/lb/loadBalancer.js +4 -0
- package/lb/loadBalancer.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/quicksight/user.d.ts +6 -6
- package/types/input.d.ts +1534 -144
- package/types/output.d.ts +1387 -17
- package/wafv2/ruleGroup.d.ts +15 -3
- package/wafv2/ruleGroup.js +2 -0
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAcl.d.ts +20 -7
- package/wafv2/webAcl.js +7 -4
- package/wafv2/webAcl.js.map +1 -1
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages the specified alternate contact attached to an AWS Account.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as aws from "@pulumi/aws";
|
|
10
|
+
*
|
|
11
|
+
* const operations = new aws.account.AlternativeContact("operations", {
|
|
12
|
+
* alternateContactType: "OPERATIONS",
|
|
13
|
+
* emailAddress: "test@example.com",
|
|
14
|
+
* phoneNumber: "+1234567890",
|
|
15
|
+
* title: "Example",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* The current Alternate Contact can be imported using the `alternate_contact_type`, e.g.,
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import aws:account/alternativeContact:AlternativeContact operations OPERATIONS
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class AlternativeContact extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing AlternativeContact resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AlternativeContactState, opts?: pulumi.CustomResourceOptions): AlternativeContact;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of AlternativeContact. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is AlternativeContact;
|
|
43
|
+
/**
|
|
44
|
+
* The type of the alternate contact. Allowed values are: `BILLING`, `OPERATIONS`, `SECURITY`.
|
|
45
|
+
*/
|
|
46
|
+
readonly alternateContactType: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* An email address for the alternate contact.
|
|
49
|
+
*/
|
|
50
|
+
readonly emailAddress: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The name of the alternate contact.
|
|
53
|
+
*/
|
|
54
|
+
readonly name: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* A phone number for the alternate contact.
|
|
57
|
+
*/
|
|
58
|
+
readonly phoneNumber: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* A title for the alternate contact.
|
|
61
|
+
*/
|
|
62
|
+
readonly title: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Create a AlternativeContact resource with the given unique name, arguments, and options.
|
|
65
|
+
*
|
|
66
|
+
* @param name The _unique_ name of the resource.
|
|
67
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
68
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
69
|
+
*/
|
|
70
|
+
constructor(name: string, args: AlternativeContactArgs, opts?: pulumi.CustomResourceOptions);
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Input properties used for looking up and filtering AlternativeContact resources.
|
|
74
|
+
*/
|
|
75
|
+
export interface AlternativeContactState {
|
|
76
|
+
/**
|
|
77
|
+
* The type of the alternate contact. Allowed values are: `BILLING`, `OPERATIONS`, `SECURITY`.
|
|
78
|
+
*/
|
|
79
|
+
alternateContactType?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* An email address for the alternate contact.
|
|
82
|
+
*/
|
|
83
|
+
emailAddress?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The name of the alternate contact.
|
|
86
|
+
*/
|
|
87
|
+
name?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* A phone number for the alternate contact.
|
|
90
|
+
*/
|
|
91
|
+
phoneNumber?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* A title for the alternate contact.
|
|
94
|
+
*/
|
|
95
|
+
title?: pulumi.Input<string>;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* The set of arguments for constructing a AlternativeContact resource.
|
|
99
|
+
*/
|
|
100
|
+
export interface AlternativeContactArgs {
|
|
101
|
+
/**
|
|
102
|
+
* The type of the alternate contact. Allowed values are: `BILLING`, `OPERATIONS`, `SECURITY`.
|
|
103
|
+
*/
|
|
104
|
+
alternateContactType: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* An email address for the alternate contact.
|
|
107
|
+
*/
|
|
108
|
+
emailAddress: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The name of the alternate contact.
|
|
111
|
+
*/
|
|
112
|
+
name?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* A phone number for the alternate contact.
|
|
115
|
+
*/
|
|
116
|
+
phoneNumber: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* A title for the alternate contact.
|
|
119
|
+
*/
|
|
120
|
+
title: pulumi.Input<string>;
|
|
121
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AlternativeContact = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages the specified alternate contact attached to an AWS Account.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const operations = new aws.account.AlternativeContact("operations", {
|
|
18
|
+
* alternateContactType: "OPERATIONS",
|
|
19
|
+
* emailAddress: "test@example.com",
|
|
20
|
+
* phoneNumber: "+1234567890",
|
|
21
|
+
* title: "Example",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* The current Alternate Contact can be imported using the `alternate_contact_type`, e.g.,
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import aws:account/alternativeContact:AlternativeContact operations OPERATIONS
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class AlternativeContact extends pulumi.CustomResource {
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let inputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
inputs["alternateContactType"] = state ? state.alternateContactType : undefined;
|
|
40
|
+
inputs["emailAddress"] = state ? state.emailAddress : undefined;
|
|
41
|
+
inputs["name"] = state ? state.name : undefined;
|
|
42
|
+
inputs["phoneNumber"] = state ? state.phoneNumber : undefined;
|
|
43
|
+
inputs["title"] = state ? state.title : undefined;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
const args = argsOrState;
|
|
47
|
+
if ((!args || args.alternateContactType === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'alternateContactType'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.emailAddress === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'emailAddress'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.phoneNumber === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'phoneNumber'");
|
|
55
|
+
}
|
|
56
|
+
if ((!args || args.title === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'title'");
|
|
58
|
+
}
|
|
59
|
+
inputs["alternateContactType"] = args ? args.alternateContactType : undefined;
|
|
60
|
+
inputs["emailAddress"] = args ? args.emailAddress : undefined;
|
|
61
|
+
inputs["name"] = args ? args.name : undefined;
|
|
62
|
+
inputs["phoneNumber"] = args ? args.phoneNumber : undefined;
|
|
63
|
+
inputs["title"] = args ? args.title : undefined;
|
|
64
|
+
}
|
|
65
|
+
if (!opts.version) {
|
|
66
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
67
|
+
}
|
|
68
|
+
super(AlternativeContact.__pulumiType, name, inputs, opts);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Get an existing AlternativeContact resource's state with the given name, ID, and optional extra
|
|
72
|
+
* properties used to qualify the lookup.
|
|
73
|
+
*
|
|
74
|
+
* @param name The _unique_ name of the resulting resource.
|
|
75
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
76
|
+
* @param state Any extra arguments used during the lookup.
|
|
77
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
78
|
+
*/
|
|
79
|
+
static get(name, id, state, opts) {
|
|
80
|
+
return new AlternativeContact(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Returns true if the given object is an instance of AlternativeContact. This is designed to work even
|
|
84
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
85
|
+
*/
|
|
86
|
+
static isInstance(obj) {
|
|
87
|
+
if (obj === undefined || obj === null) {
|
|
88
|
+
return false;
|
|
89
|
+
}
|
|
90
|
+
return obj['__pulumiType'] === AlternativeContact.__pulumiType;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.AlternativeContact = AlternativeContact;
|
|
94
|
+
/** @internal */
|
|
95
|
+
AlternativeContact.__pulumiType = 'aws:account/alternativeContact:AlternativeContact';
|
|
96
|
+
//# sourceMappingURL=alternativeContact.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alternativeContact.js","sourceRoot":"","sources":["../../account/alternativeContact.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./alternativeContact";
|
package/account/index.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
7
|
+
}) : (function(o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
o[k2] = m[k];
|
|
10
|
+
}));
|
|
11
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
12
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
const pulumi = require("@pulumi/pulumi");
|
|
16
|
+
const utilities = require("../utilities");
|
|
17
|
+
// Export members:
|
|
18
|
+
__exportStar(require("./alternativeContact"), exports);
|
|
19
|
+
// Import resources to register:
|
|
20
|
+
const alternativeContact_1 = require("./alternativeContact");
|
|
21
|
+
const _module = {
|
|
22
|
+
version: utilities.getVersion(),
|
|
23
|
+
construct: (name, type, urn) => {
|
|
24
|
+
switch (type) {
|
|
25
|
+
case "aws:account/alternativeContact:AlternativeContact":
|
|
26
|
+
return new alternativeContact_1.AlternativeContact(name, undefined, { urn });
|
|
27
|
+
default:
|
|
28
|
+
throw new Error(`unknown resource type ${type}`);
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
pulumi.runtime.registerResourceModule("aws", "account/alternativeContact", _module);
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../account/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,uDAAqC;AAErC,gCAAgC;AAChC,6DAA0D;AAE1D,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,mDAAmD;gBACpD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA"}
|
package/alb/getLoadBalancer.d.ts
CHANGED
|
@@ -52,10 +52,12 @@ export interface GetLoadBalancerResult {
|
|
|
52
52
|
readonly arn: string;
|
|
53
53
|
readonly arnSuffix: string;
|
|
54
54
|
readonly customerOwnedIpv4Pool: string;
|
|
55
|
+
readonly desyncMitigationMode: string;
|
|
55
56
|
readonly dnsName: string;
|
|
56
57
|
readonly dropInvalidHeaderFields: boolean;
|
|
57
58
|
readonly enableDeletionProtection: boolean;
|
|
58
59
|
readonly enableHttp2: boolean;
|
|
60
|
+
readonly enableWafFailOpen: boolean;
|
|
59
61
|
/**
|
|
60
62
|
* The provider-assigned unique ID for this managed resource.
|
|
61
63
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../alb/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;
|
|
1
|
+
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../alb/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAmDD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/alb/loadBalancer.d.ts
CHANGED
|
@@ -126,6 +126,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
126
126
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
127
127
|
*/
|
|
128
128
|
readonly customerOwnedIpv4Pool: pulumi.Output<string | undefined>;
|
|
129
|
+
/**
|
|
130
|
+
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
131
|
+
*/
|
|
132
|
+
readonly desyncMitigationMode: pulumi.Output<string | undefined>;
|
|
129
133
|
/**
|
|
130
134
|
* The DNS name of the load balancer.
|
|
131
135
|
*/
|
|
@@ -148,6 +152,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
148
152
|
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
149
153
|
*/
|
|
150
154
|
readonly enableHttp2: pulumi.Output<boolean | undefined>;
|
|
155
|
+
/**
|
|
156
|
+
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
157
|
+
*/
|
|
158
|
+
readonly enableWafFailOpen: pulumi.Output<boolean | undefined>;
|
|
151
159
|
/**
|
|
152
160
|
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
153
161
|
*/
|
|
@@ -189,7 +197,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
189
197
|
*/
|
|
190
198
|
readonly subnets: pulumi.Output<string[]>;
|
|
191
199
|
/**
|
|
192
|
-
* A map of tags to assign to the resource.
|
|
200
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
193
201
|
*/
|
|
194
202
|
readonly tags: pulumi.Output<{
|
|
195
203
|
[key: string]: string;
|
|
@@ -235,6 +243,10 @@ export interface LoadBalancerState {
|
|
|
235
243
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
236
244
|
*/
|
|
237
245
|
customerOwnedIpv4Pool?: pulumi.Input<string>;
|
|
246
|
+
/**
|
|
247
|
+
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
248
|
+
*/
|
|
249
|
+
desyncMitigationMode?: pulumi.Input<string>;
|
|
238
250
|
/**
|
|
239
251
|
* The DNS name of the load balancer.
|
|
240
252
|
*/
|
|
@@ -257,6 +269,10 @@ export interface LoadBalancerState {
|
|
|
257
269
|
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
258
270
|
*/
|
|
259
271
|
enableHttp2?: pulumi.Input<boolean>;
|
|
272
|
+
/**
|
|
273
|
+
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
274
|
+
*/
|
|
275
|
+
enableWafFailOpen?: pulumi.Input<boolean>;
|
|
260
276
|
/**
|
|
261
277
|
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
262
278
|
*/
|
|
@@ -298,7 +314,7 @@ export interface LoadBalancerState {
|
|
|
298
314
|
*/
|
|
299
315
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
300
316
|
/**
|
|
301
|
-
* A map of tags to assign to the resource.
|
|
317
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
302
318
|
*/
|
|
303
319
|
tags?: pulumi.Input<{
|
|
304
320
|
[key: string]: pulumi.Input<string>;
|
|
@@ -328,6 +344,10 @@ export interface LoadBalancerArgs {
|
|
|
328
344
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
329
345
|
*/
|
|
330
346
|
customerOwnedIpv4Pool?: pulumi.Input<string>;
|
|
347
|
+
/**
|
|
348
|
+
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
349
|
+
*/
|
|
350
|
+
desyncMitigationMode?: pulumi.Input<string>;
|
|
331
351
|
/**
|
|
332
352
|
* Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.
|
|
333
353
|
*/
|
|
@@ -346,6 +366,10 @@ export interface LoadBalancerArgs {
|
|
|
346
366
|
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
347
367
|
*/
|
|
348
368
|
enableHttp2?: pulumi.Input<boolean>;
|
|
369
|
+
/**
|
|
370
|
+
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
371
|
+
*/
|
|
372
|
+
enableWafFailOpen?: pulumi.Input<boolean>;
|
|
349
373
|
/**
|
|
350
374
|
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
351
375
|
*/
|
|
@@ -387,7 +411,7 @@ export interface LoadBalancerArgs {
|
|
|
387
411
|
*/
|
|
388
412
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
389
413
|
/**
|
|
390
|
-
* A map of tags to assign to the resource.
|
|
414
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
391
415
|
*/
|
|
392
416
|
tags?: pulumi.Input<{
|
|
393
417
|
[key: string]: pulumi.Input<string>;
|
package/alb/loadBalancer.js
CHANGED
|
@@ -108,11 +108,13 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
108
108
|
inputs["arn"] = state ? state.arn : undefined;
|
|
109
109
|
inputs["arnSuffix"] = state ? state.arnSuffix : undefined;
|
|
110
110
|
inputs["customerOwnedIpv4Pool"] = state ? state.customerOwnedIpv4Pool : undefined;
|
|
111
|
+
inputs["desyncMitigationMode"] = state ? state.desyncMitigationMode : undefined;
|
|
111
112
|
inputs["dnsName"] = state ? state.dnsName : undefined;
|
|
112
113
|
inputs["dropInvalidHeaderFields"] = state ? state.dropInvalidHeaderFields : undefined;
|
|
113
114
|
inputs["enableCrossZoneLoadBalancing"] = state ? state.enableCrossZoneLoadBalancing : undefined;
|
|
114
115
|
inputs["enableDeletionProtection"] = state ? state.enableDeletionProtection : undefined;
|
|
115
116
|
inputs["enableHttp2"] = state ? state.enableHttp2 : undefined;
|
|
117
|
+
inputs["enableWafFailOpen"] = state ? state.enableWafFailOpen : undefined;
|
|
116
118
|
inputs["idleTimeout"] = state ? state.idleTimeout : undefined;
|
|
117
119
|
inputs["internal"] = state ? state.internal : undefined;
|
|
118
120
|
inputs["ipAddressType"] = state ? state.ipAddressType : undefined;
|
|
@@ -131,10 +133,12 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
131
133
|
const args = argsOrState;
|
|
132
134
|
inputs["accessLogs"] = args ? args.accessLogs : undefined;
|
|
133
135
|
inputs["customerOwnedIpv4Pool"] = args ? args.customerOwnedIpv4Pool : undefined;
|
|
136
|
+
inputs["desyncMitigationMode"] = args ? args.desyncMitigationMode : undefined;
|
|
134
137
|
inputs["dropInvalidHeaderFields"] = args ? args.dropInvalidHeaderFields : undefined;
|
|
135
138
|
inputs["enableCrossZoneLoadBalancing"] = args ? args.enableCrossZoneLoadBalancing : undefined;
|
|
136
139
|
inputs["enableDeletionProtection"] = args ? args.enableDeletionProtection : undefined;
|
|
137
140
|
inputs["enableHttp2"] = args ? args.enableHttp2 : undefined;
|
|
141
|
+
inputs["enableWafFailOpen"] = args ? args.enableWafFailOpen : undefined;
|
|
138
142
|
inputs["idleTimeout"] = args ? args.idleTimeout : undefined;
|
|
139
143
|
inputs["internal"] = args ? args.internal : undefined;
|
|
140
144
|
inputs["ipAddressType"] = args ? args.ipAddressType : undefined;
|
package/alb/loadBalancer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../alb/loadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAI1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4FG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../alb/loadBalancer.ts"],"names":[],"mappings":"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"}
|
|
@@ -53,10 +53,12 @@ export interface GetLoadBalancerResult {
|
|
|
53
53
|
readonly arn: string;
|
|
54
54
|
readonly arnSuffix: string;
|
|
55
55
|
readonly customerOwnedIpv4Pool: string;
|
|
56
|
+
readonly desyncMitigationMode: string;
|
|
56
57
|
readonly dnsName: string;
|
|
57
58
|
readonly dropInvalidHeaderFields: boolean;
|
|
58
59
|
readonly enableDeletionProtection: boolean;
|
|
59
60
|
readonly enableHttp2: boolean;
|
|
61
|
+
readonly enableWafFailOpen: boolean;
|
|
60
62
|
/**
|
|
61
63
|
* The provider-assigned unique ID for this managed resource.
|
|
62
64
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../applicationloadbalancing/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,uHAAuH;AACvH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,qIAAqI,CAAC,CAAA;IACtJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0CAeC;
|
|
1
|
+
{"version":3,"file":"getLoadBalancer.js","sourceRoot":"","sources":["../../applicationloadbalancing/getLoadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,uHAAuH;AACvH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,qIAAqI,CAAC,CAAA;IACtJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0CAeC;AAmDD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
|
@@ -128,6 +128,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
128
128
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
129
129
|
*/
|
|
130
130
|
readonly customerOwnedIpv4Pool: pulumi.Output<string | undefined>;
|
|
131
|
+
/**
|
|
132
|
+
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
133
|
+
*/
|
|
134
|
+
readonly desyncMitigationMode: pulumi.Output<string | undefined>;
|
|
131
135
|
/**
|
|
132
136
|
* The DNS name of the load balancer.
|
|
133
137
|
*/
|
|
@@ -150,6 +154,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
150
154
|
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
151
155
|
*/
|
|
152
156
|
readonly enableHttp2: pulumi.Output<boolean | undefined>;
|
|
157
|
+
/**
|
|
158
|
+
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
159
|
+
*/
|
|
160
|
+
readonly enableWafFailOpen: pulumi.Output<boolean | undefined>;
|
|
153
161
|
/**
|
|
154
162
|
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
155
163
|
*/
|
|
@@ -191,7 +199,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
191
199
|
*/
|
|
192
200
|
readonly subnets: pulumi.Output<string[]>;
|
|
193
201
|
/**
|
|
194
|
-
* A map of tags to assign to the resource.
|
|
202
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
195
203
|
*/
|
|
196
204
|
readonly tags: pulumi.Output<{
|
|
197
205
|
[key: string]: string;
|
|
@@ -238,6 +246,10 @@ export interface LoadBalancerState {
|
|
|
238
246
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
239
247
|
*/
|
|
240
248
|
customerOwnedIpv4Pool?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
251
|
+
*/
|
|
252
|
+
desyncMitigationMode?: pulumi.Input<string>;
|
|
241
253
|
/**
|
|
242
254
|
* The DNS name of the load balancer.
|
|
243
255
|
*/
|
|
@@ -260,6 +272,10 @@ export interface LoadBalancerState {
|
|
|
260
272
|
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
261
273
|
*/
|
|
262
274
|
enableHttp2?: pulumi.Input<boolean>;
|
|
275
|
+
/**
|
|
276
|
+
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
277
|
+
*/
|
|
278
|
+
enableWafFailOpen?: pulumi.Input<boolean>;
|
|
263
279
|
/**
|
|
264
280
|
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
265
281
|
*/
|
|
@@ -301,7 +317,7 @@ export interface LoadBalancerState {
|
|
|
301
317
|
*/
|
|
302
318
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
303
319
|
/**
|
|
304
|
-
* A map of tags to assign to the resource.
|
|
320
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
305
321
|
*/
|
|
306
322
|
tags?: pulumi.Input<{
|
|
307
323
|
[key: string]: pulumi.Input<string>;
|
|
@@ -331,6 +347,10 @@ export interface LoadBalancerArgs {
|
|
|
331
347
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
332
348
|
*/
|
|
333
349
|
customerOwnedIpv4Pool?: pulumi.Input<string>;
|
|
350
|
+
/**
|
|
351
|
+
* Determines how the load balancer handles requests that might pose a security risk to an application due to HTTP desync. Valid values are `monitor`, `defensive` (default), `strictest`.
|
|
352
|
+
*/
|
|
353
|
+
desyncMitigationMode?: pulumi.Input<string>;
|
|
334
354
|
/**
|
|
335
355
|
* Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (true) or routed to targets (false). The default is false. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. Only valid for Load Balancers of type `application`.
|
|
336
356
|
*/
|
|
@@ -349,6 +369,10 @@ export interface LoadBalancerArgs {
|
|
|
349
369
|
* Indicates whether HTTP/2 is enabled in `application` load balancers. Defaults to `true`.
|
|
350
370
|
*/
|
|
351
371
|
enableHttp2?: pulumi.Input<boolean>;
|
|
372
|
+
/**
|
|
373
|
+
* Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. Defaults to `false`.
|
|
374
|
+
*/
|
|
375
|
+
enableWafFailOpen?: pulumi.Input<boolean>;
|
|
352
376
|
/**
|
|
353
377
|
* The time in seconds that the connection is allowed to be idle. Only valid for Load Balancers of type `application`. Default: 60.
|
|
354
378
|
*/
|
|
@@ -390,7 +414,7 @@ export interface LoadBalancerArgs {
|
|
|
390
414
|
*/
|
|
391
415
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
392
416
|
/**
|
|
393
|
-
* A map of tags to assign to the resource.
|
|
417
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
394
418
|
*/
|
|
395
419
|
tags?: pulumi.Input<{
|
|
396
420
|
[key: string]: pulumi.Input<string>;
|
|
@@ -112,11 +112,13 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
112
112
|
inputs["arn"] = state ? state.arn : undefined;
|
|
113
113
|
inputs["arnSuffix"] = state ? state.arnSuffix : undefined;
|
|
114
114
|
inputs["customerOwnedIpv4Pool"] = state ? state.customerOwnedIpv4Pool : undefined;
|
|
115
|
+
inputs["desyncMitigationMode"] = state ? state.desyncMitigationMode : undefined;
|
|
115
116
|
inputs["dnsName"] = state ? state.dnsName : undefined;
|
|
116
117
|
inputs["dropInvalidHeaderFields"] = state ? state.dropInvalidHeaderFields : undefined;
|
|
117
118
|
inputs["enableCrossZoneLoadBalancing"] = state ? state.enableCrossZoneLoadBalancing : undefined;
|
|
118
119
|
inputs["enableDeletionProtection"] = state ? state.enableDeletionProtection : undefined;
|
|
119
120
|
inputs["enableHttp2"] = state ? state.enableHttp2 : undefined;
|
|
121
|
+
inputs["enableWafFailOpen"] = state ? state.enableWafFailOpen : undefined;
|
|
120
122
|
inputs["idleTimeout"] = state ? state.idleTimeout : undefined;
|
|
121
123
|
inputs["internal"] = state ? state.internal : undefined;
|
|
122
124
|
inputs["ipAddressType"] = state ? state.ipAddressType : undefined;
|
|
@@ -135,10 +137,12 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
135
137
|
const args = argsOrState;
|
|
136
138
|
inputs["accessLogs"] = args ? args.accessLogs : undefined;
|
|
137
139
|
inputs["customerOwnedIpv4Pool"] = args ? args.customerOwnedIpv4Pool : undefined;
|
|
140
|
+
inputs["desyncMitigationMode"] = args ? args.desyncMitigationMode : undefined;
|
|
138
141
|
inputs["dropInvalidHeaderFields"] = args ? args.dropInvalidHeaderFields : undefined;
|
|
139
142
|
inputs["enableCrossZoneLoadBalancing"] = args ? args.enableCrossZoneLoadBalancing : undefined;
|
|
140
143
|
inputs["enableDeletionProtection"] = args ? args.enableDeletionProtection : undefined;
|
|
141
144
|
inputs["enableHttp2"] = args ? args.enableHttp2 : undefined;
|
|
145
|
+
inputs["enableWafFailOpen"] = args ? args.enableWafFailOpen : undefined;
|
|
142
146
|
inputs["idleTimeout"] = args ? args.idleTimeout : undefined;
|
|
143
147
|
inputs["internal"] = args ? args.internal : undefined;
|
|
144
148
|
inputs["ipAddressType"] = args ? args.ipAddressType : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../applicationloadbalancing/loadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAI1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8FG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../applicationloadbalancing/loadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAI1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8FG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IA2InD,iHAAiH;IACjH,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4HAA4H,CAAC,CAAA;QAC7I,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,MAAM,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,MAAM,CAAC,8BAA8B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,MAAM,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,MAAM,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,MAAM,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,4BAA4B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClC,MAAM,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxC,MAAM,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtC,MAAM,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtC,MAAM,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpC,MAAM,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxC;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IAxMD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4HAA4H,CAAC,CAAA;QAC7I,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;;AA3BL,oCA0MC;AA3LG,gBAAgB;AACO,yBAAY,GAAG,wDAAwD,CAAC"}
|