@pulumi/aws 5.37.0 → 5.38.0-alpha.1682531423
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/alb/loadBalancer.d.ts +2 -2
- package/alb/loadBalancer.js +2 -2
- package/applicationloadbalancing/loadBalancer.d.ts +2 -2
- package/applicationloadbalancing/loadBalancer.js +2 -2
- package/cognito/identityPoolRoleAttachment.d.ts +0 -70
- package/cognito/identityPoolRoleAttachment.js +0 -70
- package/cognito/identityPoolRoleAttachment.js.map +1 -1
- package/ec2/getLocalGatewayVirtualInterface.d.ts +4 -4
- package/ec2/getLocalGatewayVirtualInterface.js +4 -4
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
- package/elasticloadbalancingv2/loadBalancer.js +2 -2
- package/lb/loadBalancer.d.ts +2 -2
- package/lb/loadBalancer.js +2 -2
- package/package.json +2 -2
- package/package.json.dev +2 -2
package/alb/loadBalancer.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import { IpAddressType, LoadBalancerType } from "./index";
|
|
|
18
18
|
* internal: false,
|
|
19
19
|
* loadBalancerType: "application",
|
|
20
20
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
21
|
-
* subnets: .map(subnet => subnet.id),
|
|
21
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
22
22
|
* enableDeletionProtection: true,
|
|
23
23
|
* accessLogs: {
|
|
24
24
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -39,7 +39,7 @@ import { IpAddressType, LoadBalancerType } from "./index";
|
|
|
39
39
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
40
40
|
* internal: false,
|
|
41
41
|
* loadBalancerType: "network",
|
|
42
|
-
* subnets: .map(subnet => subnet.id),
|
|
42
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
43
43
|
* enableDeletionProtection: true,
|
|
44
44
|
* tags: {
|
|
45
45
|
* Environment: "production",
|
package/alb/loadBalancer.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* internal: false,
|
|
22
22
|
* loadBalancerType: "application",
|
|
23
23
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
24
|
-
* subnets: .map(subnet => subnet.id),
|
|
24
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
25
25
|
* enableDeletionProtection: true,
|
|
26
26
|
* accessLogs: {
|
|
27
27
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -42,7 +42,7 @@ const utilities = require("../utilities");
|
|
|
42
42
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
43
43
|
* internal: false,
|
|
44
44
|
* loadBalancerType: "network",
|
|
45
|
-
* subnets: .map(subnet => subnet.id),
|
|
45
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
46
46
|
* enableDeletionProtection: true,
|
|
47
47
|
* tags: {
|
|
48
48
|
* Environment: "production",
|
|
@@ -18,7 +18,7 @@ import { IpAddressType, LoadBalancerType } from "../alb";
|
|
|
18
18
|
* internal: false,
|
|
19
19
|
* loadBalancerType: "application",
|
|
20
20
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
21
|
-
* subnets: .map(subnet => subnet.id),
|
|
21
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
22
22
|
* enableDeletionProtection: true,
|
|
23
23
|
* accessLogs: {
|
|
24
24
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -39,7 +39,7 @@ import { IpAddressType, LoadBalancerType } from "../alb";
|
|
|
39
39
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
40
40
|
* internal: false,
|
|
41
41
|
* loadBalancerType: "network",
|
|
42
|
-
* subnets: .map(subnet => subnet.id),
|
|
42
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
43
43
|
* enableDeletionProtection: true,
|
|
44
44
|
* tags: {
|
|
45
45
|
* Environment: "production",
|
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* internal: false,
|
|
22
22
|
* loadBalancerType: "application",
|
|
23
23
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
24
|
-
* subnets: .map(subnet => subnet.id),
|
|
24
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
25
25
|
* enableDeletionProtection: true,
|
|
26
26
|
* accessLogs: {
|
|
27
27
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -42,7 +42,7 @@ const utilities = require("../utilities");
|
|
|
42
42
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
43
43
|
* internal: false,
|
|
44
44
|
* loadBalancerType: "network",
|
|
45
|
-
* subnets: .map(subnet => subnet.id),
|
|
45
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
46
46
|
* enableDeletionProtection: true,
|
|
47
47
|
* tags: {
|
|
48
48
|
* Environment: "production",
|
|
@@ -4,76 +4,6 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Provides an AWS Cognito Identity Pool Roles Attachment.
|
|
6
6
|
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as aws from "@pulumi/aws";
|
|
12
|
-
*
|
|
13
|
-
* const mainIdentityPool = new aws.cognito.IdentityPool("mainIdentityPool", {
|
|
14
|
-
* identityPoolName: "identity pool",
|
|
15
|
-
* allowUnauthenticatedIdentities: false,
|
|
16
|
-
* supportedLoginProviders: {
|
|
17
|
-
* "graph.facebook.com": "7346241598935555",
|
|
18
|
-
* },
|
|
19
|
-
* });
|
|
20
|
-
* const authenticatedPolicyDocument = aws.iam.getPolicyDocumentOutput({
|
|
21
|
-
* statements: [{
|
|
22
|
-
* effect: "Allow",
|
|
23
|
-
* principals: [{
|
|
24
|
-
* type: "Federated",
|
|
25
|
-
* identifiers: ["cognito-identity.amazonaws.com"],
|
|
26
|
-
* }],
|
|
27
|
-
* actions: ["sts:AssumeRoleWithWebIdentity"],
|
|
28
|
-
* conditions: [
|
|
29
|
-
* {
|
|
30
|
-
* test: "StringEquals",
|
|
31
|
-
* variable: "cognito-identity.amazonaws.com:aud",
|
|
32
|
-
* values: [mainIdentityPool.id],
|
|
33
|
-
* },
|
|
34
|
-
* {
|
|
35
|
-
* test: "ForAnyValue:StringLike",
|
|
36
|
-
* variable: "cognito-identity.amazonaws.com:amr",
|
|
37
|
-
* values: ["authenticated"],
|
|
38
|
-
* },
|
|
39
|
-
* ],
|
|
40
|
-
* }],
|
|
41
|
-
* });
|
|
42
|
-
* const authenticatedRole = new aws.iam.Role("authenticatedRole", {assumeRolePolicy: authenticatedPolicyDocument.apply(authenticatedPolicyDocument => authenticatedPolicyDocument.json)});
|
|
43
|
-
* const authenticatedRolePolicyPolicyDocument = aws.iam.getPolicyDocument({
|
|
44
|
-
* statements: [{
|
|
45
|
-
* effect: "Allow",
|
|
46
|
-
* actions: [
|
|
47
|
-
* "mobileanalytics:PutEvents",
|
|
48
|
-
* "cognito-sync:*",
|
|
49
|
-
* "cognito-identity:*",
|
|
50
|
-
* ],
|
|
51
|
-
* resources: ["*"],
|
|
52
|
-
* }],
|
|
53
|
-
* });
|
|
54
|
-
* const authenticatedRolePolicy = new aws.iam.RolePolicy("authenticatedRolePolicy", {
|
|
55
|
-
* role: authenticatedRole.id,
|
|
56
|
-
* policy: authenticatedRolePolicyPolicyDocument.then(authenticatedRolePolicyPolicyDocument => authenticatedRolePolicyPolicyDocument.json),
|
|
57
|
-
* });
|
|
58
|
-
* const mainIdentityPoolRoleAttachment = new aws.cognito.IdentityPoolRoleAttachment("mainIdentityPoolRoleAttachment", {
|
|
59
|
-
* identityPoolId: mainIdentityPool.id,
|
|
60
|
-
* roleMappings: [{
|
|
61
|
-
* identityProvider: "graph.facebook.com",
|
|
62
|
-
* ambiguousRoleResolution: "AuthenticatedRole",
|
|
63
|
-
* type: "Rules",
|
|
64
|
-
* mappingRules: [{
|
|
65
|
-
* claim: "isAdmin",
|
|
66
|
-
* matchType: "Equals",
|
|
67
|
-
* roleArn: authenticatedRole.arn,
|
|
68
|
-
* value: "paid",
|
|
69
|
-
* }],
|
|
70
|
-
* }],
|
|
71
|
-
* roles: {
|
|
72
|
-
* authenticated: authenticatedRole.arn,
|
|
73
|
-
* },
|
|
74
|
-
* });
|
|
75
|
-
* ```
|
|
76
|
-
*
|
|
77
7
|
* ## Import
|
|
78
8
|
*
|
|
79
9
|
* Cognito Identity Pool Roles Attachment can be imported using the Identity Pool ID, e.g.,
|
|
@@ -8,76 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides an AWS Cognito Identity Pool Roles Attachment.
|
|
10
10
|
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as aws from "@pulumi/aws";
|
|
16
|
-
*
|
|
17
|
-
* const mainIdentityPool = new aws.cognito.IdentityPool("mainIdentityPool", {
|
|
18
|
-
* identityPoolName: "identity pool",
|
|
19
|
-
* allowUnauthenticatedIdentities: false,
|
|
20
|
-
* supportedLoginProviders: {
|
|
21
|
-
* "graph.facebook.com": "7346241598935555",
|
|
22
|
-
* },
|
|
23
|
-
* });
|
|
24
|
-
* const authenticatedPolicyDocument = aws.iam.getPolicyDocumentOutput({
|
|
25
|
-
* statements: [{
|
|
26
|
-
* effect: "Allow",
|
|
27
|
-
* principals: [{
|
|
28
|
-
* type: "Federated",
|
|
29
|
-
* identifiers: ["cognito-identity.amazonaws.com"],
|
|
30
|
-
* }],
|
|
31
|
-
* actions: ["sts:AssumeRoleWithWebIdentity"],
|
|
32
|
-
* conditions: [
|
|
33
|
-
* {
|
|
34
|
-
* test: "StringEquals",
|
|
35
|
-
* variable: "cognito-identity.amazonaws.com:aud",
|
|
36
|
-
* values: [mainIdentityPool.id],
|
|
37
|
-
* },
|
|
38
|
-
* {
|
|
39
|
-
* test: "ForAnyValue:StringLike",
|
|
40
|
-
* variable: "cognito-identity.amazonaws.com:amr",
|
|
41
|
-
* values: ["authenticated"],
|
|
42
|
-
* },
|
|
43
|
-
* ],
|
|
44
|
-
* }],
|
|
45
|
-
* });
|
|
46
|
-
* const authenticatedRole = new aws.iam.Role("authenticatedRole", {assumeRolePolicy: authenticatedPolicyDocument.apply(authenticatedPolicyDocument => authenticatedPolicyDocument.json)});
|
|
47
|
-
* const authenticatedRolePolicyPolicyDocument = aws.iam.getPolicyDocument({
|
|
48
|
-
* statements: [{
|
|
49
|
-
* effect: "Allow",
|
|
50
|
-
* actions: [
|
|
51
|
-
* "mobileanalytics:PutEvents",
|
|
52
|
-
* "cognito-sync:*",
|
|
53
|
-
* "cognito-identity:*",
|
|
54
|
-
* ],
|
|
55
|
-
* resources: ["*"],
|
|
56
|
-
* }],
|
|
57
|
-
* });
|
|
58
|
-
* const authenticatedRolePolicy = new aws.iam.RolePolicy("authenticatedRolePolicy", {
|
|
59
|
-
* role: authenticatedRole.id,
|
|
60
|
-
* policy: authenticatedRolePolicyPolicyDocument.then(authenticatedRolePolicyPolicyDocument => authenticatedRolePolicyPolicyDocument.json),
|
|
61
|
-
* });
|
|
62
|
-
* const mainIdentityPoolRoleAttachment = new aws.cognito.IdentityPoolRoleAttachment("mainIdentityPoolRoleAttachment", {
|
|
63
|
-
* identityPoolId: mainIdentityPool.id,
|
|
64
|
-
* roleMappings: [{
|
|
65
|
-
* identityProvider: "graph.facebook.com",
|
|
66
|
-
* ambiguousRoleResolution: "AuthenticatedRole",
|
|
67
|
-
* type: "Rules",
|
|
68
|
-
* mappingRules: [{
|
|
69
|
-
* claim: "isAdmin",
|
|
70
|
-
* matchType: "Equals",
|
|
71
|
-
* roleArn: authenticatedRole.arn,
|
|
72
|
-
* value: "paid",
|
|
73
|
-
* }],
|
|
74
|
-
* }],
|
|
75
|
-
* roles: {
|
|
76
|
-
* authenticated: authenticatedRole.arn,
|
|
77
|
-
* },
|
|
78
|
-
* });
|
|
79
|
-
* ```
|
|
80
|
-
*
|
|
81
11
|
* ## Import
|
|
82
12
|
*
|
|
83
13
|
* Cognito Identity Pool Roles Attachment can be imported using the Identity Pool ID, e.g.,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identityPoolRoleAttachment.js","sourceRoot":"","sources":["../../cognito/identityPoolRoleAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"identityPoolRoleAttachment.js","sourceRoot":"","sources":["../../cognito/identityPoolRoleAttachment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuC,EAAE,IAAmC;QACrI,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjF,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,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA8E,EAAE,IAAmC;QACzI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0D,CAAC;YACzE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyD,CAAC;YACvE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,0BAA0B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC;;AAvEL,gEAwEC;AA1DG,gBAAgB;AACO,uCAAY,GAAG,mEAAmE,CAAC"}
|
|
@@ -10,9 +10,9 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as aws from "@pulumi/aws";
|
|
12
12
|
*
|
|
13
|
-
* const example = .map(([, ]) => aws.ec2.getLocalGatewayVirtualInterface({
|
|
13
|
+
* const example = .map(([, ]) => (aws.ec2.getLocalGatewayVirtualInterface({
|
|
14
14
|
* id: __value,
|
|
15
|
-
* }));
|
|
15
|
+
* })));
|
|
16
16
|
* ```
|
|
17
17
|
*/
|
|
18
18
|
export declare function getLocalGatewayVirtualInterface(args?: GetLocalGatewayVirtualInterfaceArgs, opts?: pulumi.InvokeOptions): Promise<GetLocalGatewayVirtualInterfaceResult>;
|
|
@@ -79,9 +79,9 @@ export interface GetLocalGatewayVirtualInterfaceResult {
|
|
|
79
79
|
* import * as pulumi from "@pulumi/pulumi";
|
|
80
80
|
* import * as aws from "@pulumi/aws";
|
|
81
81
|
*
|
|
82
|
-
* const example = .map(([, ]) => aws.ec2.getLocalGatewayVirtualInterface({
|
|
82
|
+
* const example = .map(([, ]) => (aws.ec2.getLocalGatewayVirtualInterface({
|
|
83
83
|
* id: __value,
|
|
84
|
-
* }));
|
|
84
|
+
* })));
|
|
85
85
|
* ```
|
|
86
86
|
*/
|
|
87
87
|
export declare function getLocalGatewayVirtualInterfaceOutput(args?: GetLocalGatewayVirtualInterfaceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLocalGatewayVirtualInterfaceResult>;
|
|
@@ -14,9 +14,9 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as aws from "@pulumi/aws";
|
|
16
16
|
*
|
|
17
|
-
* const example = .map(([, ]) => aws.ec2.getLocalGatewayVirtualInterface({
|
|
17
|
+
* const example = .map(([, ]) => (aws.ec2.getLocalGatewayVirtualInterface({
|
|
18
18
|
* id: __value,
|
|
19
|
-
* }));
|
|
19
|
+
* })));
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
22
|
function getLocalGatewayVirtualInterface(args, opts) {
|
|
@@ -38,9 +38,9 @@ exports.getLocalGatewayVirtualInterface = getLocalGatewayVirtualInterface;
|
|
|
38
38
|
* import * as pulumi from "@pulumi/pulumi";
|
|
39
39
|
* import * as aws from "@pulumi/aws";
|
|
40
40
|
*
|
|
41
|
-
* const example = .map(([, ]) => aws.ec2.getLocalGatewayVirtualInterface({
|
|
41
|
+
* const example = .map(([, ]) => (aws.ec2.getLocalGatewayVirtualInterface({
|
|
42
42
|
* id: __value,
|
|
43
|
-
* }));
|
|
43
|
+
* })));
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
function getLocalGatewayVirtualInterfaceOutput(args, opts) {
|
|
@@ -17,7 +17,7 @@ import * as outputs from "../types/output";
|
|
|
17
17
|
* internal: false,
|
|
18
18
|
* loadBalancerType: "application",
|
|
19
19
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
20
|
-
* subnets: .map(subnet => subnet.id),
|
|
20
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
21
21
|
* enableDeletionProtection: true,
|
|
22
22
|
* accessLogs: {
|
|
23
23
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -38,7 +38,7 @@ import * as outputs from "../types/output";
|
|
|
38
38
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
39
39
|
* internal: false,
|
|
40
40
|
* loadBalancerType: "network",
|
|
41
|
-
* subnets: .map(subnet => subnet.id),
|
|
41
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
42
42
|
* enableDeletionProtection: true,
|
|
43
43
|
* tags: {
|
|
44
44
|
* Environment: "production",
|
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* internal: false,
|
|
22
22
|
* loadBalancerType: "application",
|
|
23
23
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
24
|
-
* subnets: .map(subnet => subnet.id),
|
|
24
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
25
25
|
* enableDeletionProtection: true,
|
|
26
26
|
* accessLogs: {
|
|
27
27
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -42,7 +42,7 @@ const utilities = require("../utilities");
|
|
|
42
42
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
43
43
|
* internal: false,
|
|
44
44
|
* loadBalancerType: "network",
|
|
45
|
-
* subnets: .map(subnet => subnet.id),
|
|
45
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
46
46
|
* enableDeletionProtection: true,
|
|
47
47
|
* tags: {
|
|
48
48
|
* Environment: "production",
|
package/lb/loadBalancer.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import * as outputs from "../types/output";
|
|
|
17
17
|
* internal: false,
|
|
18
18
|
* loadBalancerType: "application",
|
|
19
19
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
20
|
-
* subnets: .map(subnet => subnet.id),
|
|
20
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
21
21
|
* enableDeletionProtection: true,
|
|
22
22
|
* accessLogs: {
|
|
23
23
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -38,7 +38,7 @@ import * as outputs from "../types/output";
|
|
|
38
38
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
39
39
|
* internal: false,
|
|
40
40
|
* loadBalancerType: "network",
|
|
41
|
-
* subnets: .map(subnet => subnet.id),
|
|
41
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
42
42
|
* enableDeletionProtection: true,
|
|
43
43
|
* tags: {
|
|
44
44
|
* Environment: "production",
|
package/lb/loadBalancer.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* internal: false,
|
|
22
22
|
* loadBalancerType: "application",
|
|
23
23
|
* securityGroups: [aws_security_group.lb_sg.id],
|
|
24
|
-
* subnets: .map(subnet => subnet.id),
|
|
24
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
25
25
|
* enableDeletionProtection: true,
|
|
26
26
|
* accessLogs: {
|
|
27
27
|
* bucket: aws_s3_bucket.lb_logs.id,
|
|
@@ -42,7 +42,7 @@ const utilities = require("../utilities");
|
|
|
42
42
|
* const test = new aws.lb.LoadBalancer("test", {
|
|
43
43
|
* internal: false,
|
|
44
44
|
* loadBalancerType: "network",
|
|
45
|
-
* subnets: .map(subnet => subnet.id),
|
|
45
|
+
* subnets: .map(subnet => (subnet.id)),
|
|
46
46
|
* enableDeletionProtection: true,
|
|
47
47
|
* tags: {
|
|
48
48
|
* Environment: "production",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.38.0-alpha.1682531423+34acaf77",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) 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 aws v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v5.38.0-alpha.1682531423+34acaf77"
|
|
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/aws",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.38.0-alpha.1682531423+34acaf77",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) 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 aws v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v5.38.0-alpha.1682531423+34acaf77"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|