@aws-cdk/aws-ec2-alpha 2.156.0-alpha.0 → 2.157.0-alpha.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/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.156.0",
11
+ "aws-cdk-lib": "^2.157.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2697,6 +2697,19 @@
2697
2697
  }
2698
2698
  }
2699
2699
  },
2700
+ "aws-cdk-lib.aws_pcaconnectorscep": {
2701
+ "targets": {
2702
+ "dotnet": {
2703
+ "package": "Amazon.CDK.AWS.PCAConnectorSCEP"
2704
+ },
2705
+ "java": {
2706
+ "package": "software.amazon.awscdk.services.pcaconnectorscep"
2707
+ },
2708
+ "python": {
2709
+ "module": "aws_cdk.aws_pcaconnectorscep"
2710
+ }
2711
+ }
2712
+ },
2700
2713
  "aws-cdk-lib.aws_personalize": {
2701
2714
  "targets": {
2702
2715
  "dotnet": {
@@ -3412,6 +3425,19 @@
3412
3425
  }
3413
3426
  }
3414
3427
  },
3428
+ "aws-cdk-lib.aws_ssmquicksetup": {
3429
+ "targets": {
3430
+ "dotnet": {
3431
+ "package": "Amazon.CDK.AWS.SSMQuickSetup"
3432
+ },
3433
+ "java": {
3434
+ "package": "software.amazon.awscdk.services.ssmquicksetup"
3435
+ },
3436
+ "python": {
3437
+ "module": "aws_cdk.aws_ssmquicksetup"
3438
+ }
3439
+ }
3440
+ },
3415
3441
  "aws-cdk-lib.aws_sso": {
3416
3442
  "targets": {
3417
3443
  "dotnet": {
@@ -8225,6 +8251,6 @@
8225
8251
  "symbolId": "lib/vpc-v2:VpcV2Props"
8226
8252
  }
8227
8253
  },
8228
- "version": "2.156.0-alpha.0",
8254
+ "version": "2.157.0-alpha.0",
8229
8255
  "fingerprint": "**********"
8230
8256
  }
package/lib/ipam.js CHANGED
@@ -229,7 +229,7 @@ class Ipam extends aws_cdk_lib_1.Resource {
229
229
  }
230
230
  exports.Ipam = Ipam;
231
231
  _a = JSII_RTTI_SYMBOL_1;
232
- Ipam[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.156.0-alpha.0" };
232
+ Ipam[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.157.0-alpha.0" };
233
233
  /**
234
234
  * Function to create IpamPool under scope
235
235
  * @internal
package/lib/route.js CHANGED
@@ -48,7 +48,7 @@ class EgressOnlyInternetGateway extends core_1.Resource {
48
48
  }
49
49
  exports.EgressOnlyInternetGateway = EgressOnlyInternetGateway;
50
50
  _a = JSII_RTTI_SYMBOL_1;
51
- EgressOnlyInternetGateway[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.156.0-alpha.0" };
51
+ EgressOnlyInternetGateway[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.157.0-alpha.0" };
52
52
  /**
53
53
  * Creates an internet gateway
54
54
  * @resource AWS::EC2::InternetGateway
@@ -74,7 +74,7 @@ class InternetGateway extends core_1.Resource {
74
74
  }
75
75
  exports.InternetGateway = InternetGateway;
76
76
  _b = JSII_RTTI_SYMBOL_1;
77
- InternetGateway[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.156.0-alpha.0" };
77
+ InternetGateway[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.157.0-alpha.0" };
78
78
  /**
79
79
  * Creates a virtual private gateway
80
80
  * @resource AWS::EC2::VPNGateway
@@ -103,7 +103,7 @@ class VPNGateway extends core_1.Resource {
103
103
  }
104
104
  exports.VPNGateway = VPNGateway;
105
105
  _c = JSII_RTTI_SYMBOL_1;
106
- VPNGateway[_c] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGateway", version: "2.156.0-alpha.0" };
106
+ VPNGateway[_c] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGateway", version: "2.157.0-alpha.0" };
107
107
  /**
108
108
  * Creates a network address translation (NAT) gateway
109
109
  * @resource AWS::EC2::NatGateway
@@ -150,7 +150,7 @@ class NatGateway extends core_1.Resource {
150
150
  }
151
151
  exports.NatGateway = NatGateway;
152
152
  _d = JSII_RTTI_SYMBOL_1;
153
- NatGateway[_d] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.156.0-alpha.0" };
153
+ NatGateway[_d] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.157.0-alpha.0" };
154
154
  /**
155
155
  * The gateway or endpoint targeted by the route.
156
156
  */
@@ -176,7 +176,7 @@ class RouteTargetType {
176
176
  }
177
177
  exports.RouteTargetType = RouteTargetType;
178
178
  _e = JSII_RTTI_SYMBOL_1;
179
- RouteTargetType[_e] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.156.0-alpha.0" };
179
+ RouteTargetType[_e] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.157.0-alpha.0" };
180
180
  /**
181
181
  * Creates a new route with added functionality.
182
182
  * @resource AWS::EC2::Route
@@ -226,7 +226,7 @@ class Route extends core_1.Resource {
226
226
  }
227
227
  exports.Route = Route;
228
228
  _f = JSII_RTTI_SYMBOL_1;
229
- Route[_f] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.156.0-alpha.0" };
229
+ Route[_f] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.157.0-alpha.0" };
230
230
  /**
231
231
  * Creates a route table for the specified VPC
232
232
  * @resource AWS::EC2::RouteTable
@@ -252,7 +252,7 @@ class RouteTable extends core_1.Resource {
252
252
  }
253
253
  exports.RouteTable = RouteTable;
254
254
  _g = JSII_RTTI_SYMBOL_1;
255
- RouteTable[_g] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.156.0-alpha.0" };
255
+ RouteTable[_g] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.157.0-alpha.0" };
256
256
  function routerTypeToPropName(routerType) {
257
257
  return ({
258
258
  [aws_ec2_1.RouterType.CARRIER_GATEWAY]: 'carrierGatewayId',
package/lib/subnet-v2.js CHANGED
@@ -18,7 +18,7 @@ class IpCidr {
18
18
  }
19
19
  exports.IpCidr = IpCidr;
20
20
  _a = JSII_RTTI_SYMBOL_1;
21
- IpCidr[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.156.0-alpha.0" };
21
+ IpCidr[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.157.0-alpha.0" };
22
22
  /**
23
23
  * The SubnetV2 class represents a subnet within a VPC (Virtual Private Cloud) in AWS.
24
24
  * It extends the Resource class and implements the ISubnet interface.
@@ -135,7 +135,7 @@ class SubnetV2 extends aws_cdk_lib_1.Resource {
135
135
  }
136
136
  exports.SubnetV2 = SubnetV2;
137
137
  _b = JSII_RTTI_SYMBOL_1;
138
- SubnetV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.156.0-alpha.0" };
138
+ SubnetV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.157.0-alpha.0" };
139
139
  const subnetTypeMap = {
140
140
  [aws_ec2_1.SubnetType.PRIVATE_ISOLATED]: (vpc, subnet) => vpc.isolatedSubnets.push(subnet),
141
141
  [aws_ec2_1.SubnetType.PUBLIC]: (vpc, subnet) => vpc.publicSubnets.push(subnet),
@@ -232,7 +232,7 @@ class VpcV2Base extends aws_cdk_lib_1.Resource {
232
232
  }
233
233
  exports.VpcV2Base = VpcV2Base;
234
234
  _a = JSII_RTTI_SYMBOL_1;
235
- VpcV2Base[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.156.0-alpha.0" };
235
+ VpcV2Base[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.157.0-alpha.0" };
236
236
  class CompositeDependable {
237
237
  constructor() {
238
238
  this.dependables = new Array();
package/lib/vpc-v2.js CHANGED
@@ -75,7 +75,7 @@ class IpAddresses {
75
75
  }
76
76
  exports.IpAddresses = IpAddresses;
77
77
  _a = JSII_RTTI_SYMBOL_1;
78
- IpAddresses[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.156.0-alpha.0" };
78
+ IpAddresses[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.157.0-alpha.0" };
79
79
  /**
80
80
  * This class provides a foundation for creating and configuring a VPC with advanced features such as IPAM (IP Address Management) and IPv6 support.
81
81
  *
@@ -196,7 +196,7 @@ class VpcV2 extends vpc_v2_base_1.VpcV2Base {
196
196
  }
197
197
  exports.VpcV2 = VpcV2;
198
198
  _b = JSII_RTTI_SYMBOL_1;
199
- VpcV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.156.0-alpha.0" };
199
+ VpcV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.157.0-alpha.0" };
200
200
  /**
201
201
  * Supports assigning IPv4 address to VPC
202
202
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-ec2-alpha",
3
3
  "private": false,
4
- "version": "2.156.0-alpha.0",
4
+ "version": "2.157.0-alpha.0",
5
5
  "description": "The CDK construct library for VPC V2",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -77,17 +77,17 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "@aws-cdk/cdk-build-tools": "2.156.0-alpha.0",
81
- "@aws-cdk/integ-runner": "2.156.0-alpha.0",
82
- "@aws-cdk/integ-tests-alpha": "^2.156.0-alpha.0",
83
- "@aws-cdk/pkglint": "2.156.0-alpha.0",
80
+ "@aws-cdk/cdk-build-tools": "2.157.0-alpha.0",
81
+ "@aws-cdk/integ-runner": "2.157.0-alpha.0",
82
+ "@aws-cdk/integ-tests-alpha": "^2.157.0-alpha.0",
83
+ "@aws-cdk/pkglint": "2.157.0-alpha.0",
84
84
  "@types/jest": "^29.5.12",
85
- "aws-cdk-lib": "2.156.0",
85
+ "aws-cdk-lib": "2.157.0",
86
86
  "jest": "^29.7.0"
87
87
  },
88
88
  "homepage": "https://github.com/aws/aws-cdk",
89
89
  "peerDependencies": {
90
- "aws-cdk-lib": "^2.156.0",
90
+ "aws-cdk-lib": "^2.157.0",
91
91
  "constructs": "^10.0.0"
92
92
  },
93
93
  "separate-module": false,