@aws-cdk/aws-ec2-alpha 2.168.0-alpha.0 → 2.169.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.168.0",
11
+ "aws-cdk-lib": "^2.169.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2840,6 +2840,19 @@
2840
2840
  }
2841
2841
  }
2842
2842
  },
2843
+ "aws-cdk-lib.aws_rbin": {
2844
+ "targets": {
2845
+ "dotnet": {
2846
+ "package": "Amazon.CDK.AWS.Rbin"
2847
+ },
2848
+ "java": {
2849
+ "package": "software.amazon.awscdk.services.rbin"
2850
+ },
2851
+ "python": {
2852
+ "module": "aws_cdk.aws_rbin"
2853
+ }
2854
+ }
2855
+ },
2843
2856
  "aws-cdk-lib.aws_rds": {
2844
2857
  "targets": {
2845
2858
  "dotnet": {
@@ -9563,6 +9576,6 @@
9563
9576
  "symbolId": "lib/vpc-v2:VpcV2Props"
9564
9577
  }
9565
9578
  },
9566
- "version": "2.168.0-alpha.0",
9579
+ "version": "2.169.0-alpha.0",
9567
9580
  "fingerprint": "**********"
9568
9581
  }
package/lib/ipam.js CHANGED
@@ -236,7 +236,7 @@ class Ipam extends aws_cdk_lib_1.Resource {
236
236
  }
237
237
  exports.Ipam = Ipam;
238
238
  _a = JSII_RTTI_SYMBOL_1;
239
- Ipam[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.168.0-alpha.0" };
239
+ Ipam[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.169.0-alpha.0" };
240
240
  /**
241
241
  * Function to create IpamPool under scope
242
242
  * @internal
package/lib/route.js CHANGED
@@ -49,7 +49,7 @@ class EgressOnlyInternetGateway extends core_1.Resource {
49
49
  }
50
50
  exports.EgressOnlyInternetGateway = EgressOnlyInternetGateway;
51
51
  _a = JSII_RTTI_SYMBOL_1;
52
- EgressOnlyInternetGateway[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.168.0-alpha.0" };
52
+ EgressOnlyInternetGateway[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.169.0-alpha.0" };
53
53
  /**
54
54
  * Creates an internet gateway
55
55
  * @resource AWS::EC2::InternetGateway
@@ -79,7 +79,7 @@ class InternetGateway extends core_1.Resource {
79
79
  }
80
80
  exports.InternetGateway = InternetGateway;
81
81
  _b = JSII_RTTI_SYMBOL_1;
82
- InternetGateway[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.168.0-alpha.0" };
82
+ InternetGateway[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.169.0-alpha.0" };
83
83
  /**
84
84
  * Creates a virtual private gateway
85
85
  * @resource AWS::EC2::VPNGateway
@@ -127,7 +127,7 @@ class VPNGatewayV2 extends core_1.Resource {
127
127
  }
128
128
  exports.VPNGatewayV2 = VPNGatewayV2;
129
129
  _c = JSII_RTTI_SYMBOL_1;
130
- VPNGatewayV2[_c] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGatewayV2", version: "2.168.0-alpha.0" };
130
+ VPNGatewayV2[_c] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGatewayV2", version: "2.169.0-alpha.0" };
131
131
  /**
132
132
  * Creates a network address translation (NAT) gateway
133
133
  * @resource AWS::EC2::NatGateway
@@ -179,7 +179,7 @@ class NatGateway extends core_1.Resource {
179
179
  }
180
180
  exports.NatGateway = NatGateway;
181
181
  _d = JSII_RTTI_SYMBOL_1;
182
- NatGateway[_d] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.168.0-alpha.0" };
182
+ NatGateway[_d] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.169.0-alpha.0" };
183
183
  /**
184
184
  * The gateway or endpoint targeted by the route.
185
185
  */
@@ -205,7 +205,7 @@ class RouteTargetType {
205
205
  }
206
206
  exports.RouteTargetType = RouteTargetType;
207
207
  _e = JSII_RTTI_SYMBOL_1;
208
- RouteTargetType[_e] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.168.0-alpha.0" };
208
+ RouteTargetType[_e] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.169.0-alpha.0" };
209
209
  /**
210
210
  * Creates a new route with added functionality.
211
211
  * @resource AWS::EC2::Route
@@ -259,7 +259,7 @@ class Route extends core_1.Resource {
259
259
  }
260
260
  exports.Route = Route;
261
261
  _f = JSII_RTTI_SYMBOL_1;
262
- Route[_f] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.168.0-alpha.0" };
262
+ Route[_f] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.169.0-alpha.0" };
263
263
  /**
264
264
  * Creates a route table for the specified VPC
265
265
  * @resource AWS::EC2::RouteTable
@@ -307,7 +307,7 @@ class RouteTable extends core_1.Resource {
307
307
  }
308
308
  exports.RouteTable = RouteTable;
309
309
  _g = JSII_RTTI_SYMBOL_1;
310
- RouteTable[_g] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.168.0-alpha.0" };
310
+ RouteTable[_g] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.169.0-alpha.0" };
311
311
  function routerTypeToPropName(routerType) {
312
312
  return ({
313
313
  [aws_ec2_1.RouterType.CARRIER_GATEWAY]: 'carrierGatewayId',
package/lib/subnet-v2.js CHANGED
@@ -19,7 +19,7 @@ class IpCidr {
19
19
  }
20
20
  exports.IpCidr = IpCidr;
21
21
  _a = JSII_RTTI_SYMBOL_1;
22
- IpCidr[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.168.0-alpha.0" };
22
+ IpCidr[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.169.0-alpha.0" };
23
23
  /**
24
24
  * The SubnetV2 class represents a subnet within a VPC (Virtual Private Cloud) in AWS.
25
25
  * It extends the Resource class and implements the ISubnet interface.
@@ -207,7 +207,7 @@ class SubnetV2 extends aws_cdk_lib_1.Resource {
207
207
  }
208
208
  exports.SubnetV2 = SubnetV2;
209
209
  _b = JSII_RTTI_SYMBOL_1;
210
- SubnetV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.168.0-alpha.0" };
210
+ SubnetV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.169.0-alpha.0" };
211
211
  const subnetTypeMap = {
212
212
  [aws_ec2_1.SubnetType.PRIVATE_ISOLATED]: (vpc, subnet) => vpc.isolatedSubnets.push(subnet),
213
213
  [aws_ec2_1.SubnetType.PUBLIC]: (vpc, subnet) => vpc.publicSubnets.push(subnet),
@@ -405,7 +405,7 @@ class VpcV2Base extends aws_cdk_lib_1.Resource {
405
405
  }
406
406
  exports.VpcV2Base = VpcV2Base;
407
407
  _a = JSII_RTTI_SYMBOL_1;
408
- VpcV2Base[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.168.0-alpha.0" };
408
+ VpcV2Base[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.169.0-alpha.0" };
409
409
  class CompositeDependable {
410
410
  constructor() {
411
411
  this.dependables = new Array();
package/lib/vpc-v2.js CHANGED
@@ -77,7 +77,7 @@ class IpAddresses {
77
77
  }
78
78
  exports.IpAddresses = IpAddresses;
79
79
  _a = JSII_RTTI_SYMBOL_1;
80
- IpAddresses[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.168.0-alpha.0" };
80
+ IpAddresses[_a] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.169.0-alpha.0" };
81
81
  /**
82
82
  * This class provides a foundation for creating and configuring a VPC with advanced features such as IPAM (IP Address Management) and IPv6 support.
83
83
  *
@@ -273,7 +273,7 @@ class VpcV2 extends vpc_v2_base_1.VpcV2Base {
273
273
  }
274
274
  exports.VpcV2 = VpcV2;
275
275
  _b = JSII_RTTI_SYMBOL_1;
276
- VpcV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.168.0-alpha.0" };
276
+ VpcV2[_b] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.169.0-alpha.0" };
277
277
  /**
278
278
  * Supports assigning IPv4 address to VPC
279
279
  */
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.168.0-alpha.0",
4
+ "version": "2.169.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.168.0-alpha.0",
81
- "@aws-cdk/integ-runner": "2.168.0-alpha.0",
82
- "@aws-cdk/integ-tests-alpha": "^2.168.0-alpha.0",
83
- "@aws-cdk/pkglint": "2.168.0-alpha.0",
80
+ "@aws-cdk/cdk-build-tools": "2.169.0-alpha.0",
81
+ "@aws-cdk/integ-runner": "2.169.0-alpha.0",
82
+ "@aws-cdk/integ-tests-alpha": "^2.169.0-alpha.0",
83
+ "@aws-cdk/pkglint": "2.169.0-alpha.0",
84
84
  "@types/jest": "^29.5.14",
85
- "aws-cdk-lib": "2.168.0",
85
+ "aws-cdk-lib": "2.169.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.168.0",
90
+ "aws-cdk-lib": "^2.169.0",
91
91
  "constructs": "^10.0.0"
92
92
  },
93
93
  "separate-module": false,