@aws-cdk/aws-ec2-alpha 2.248.0-alpha.0 → 2.249.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.248.0",
11
+ "aws-cdk-lib": "^2.249.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2820,6 +2820,19 @@
2820
2820
  }
2821
2821
  }
2822
2822
  },
2823
+ "aws-cdk-lib.aws_novaact": {
2824
+ "targets": {
2825
+ "dotnet": {
2826
+ "namespace": "Amazon.CDK.AWS.NovaAct"
2827
+ },
2828
+ "java": {
2829
+ "package": "software.amazon.awscdk.services.novaact"
2830
+ },
2831
+ "python": {
2832
+ "module": "aws_cdk.aws_novaact"
2833
+ }
2834
+ }
2835
+ },
2823
2836
  "aws-cdk-lib.aws_oam": {
2824
2837
  "targets": {
2825
2838
  "dotnet": {
@@ -3616,6 +3629,19 @@
3616
3629
  }
3617
3630
  }
3618
3631
  },
3632
+ "aws-cdk-lib.aws_securityagent": {
3633
+ "targets": {
3634
+ "dotnet": {
3635
+ "namespace": "Amazon.CDK.AWS.SecurityAgent"
3636
+ },
3637
+ "java": {
3638
+ "package": "software.amazon.awscdk.services.securityagent"
3639
+ },
3640
+ "python": {
3641
+ "module": "aws_cdk.aws_securityagent"
3642
+ }
3643
+ }
3644
+ },
3619
3645
  "aws-cdk-lib.aws_securityhub": {
3620
3646
  "targets": {
3621
3647
  "dotnet": {
@@ -7184,6 +7210,22 @@
7184
7210
  }
7185
7211
  }
7186
7212
  },
7213
+ "aws-cdk-lib.interfaces.aws_novaact": {
7214
+ "targets": {
7215
+ "dotnet": {
7216
+ "namespace": "Amazon.CDK.Interfaces.NovaAct"
7217
+ },
7218
+ "go": {
7219
+ "packageName": "interfacesawsnovaact"
7220
+ },
7221
+ "java": {
7222
+ "package": "software.amazon.awscdk.interfaces.novaact"
7223
+ },
7224
+ "python": {
7225
+ "module": "aws_cdk.interfaces.aws_novaact"
7226
+ }
7227
+ }
7228
+ },
7187
7229
  "aws-cdk-lib.interfaces.aws_oam": {
7188
7230
  "targets": {
7189
7231
  "dotnet": {
@@ -8048,6 +8090,22 @@
8048
8090
  }
8049
8091
  }
8050
8092
  },
8093
+ "aws-cdk-lib.interfaces.aws_securityagent": {
8094
+ "targets": {
8095
+ "dotnet": {
8096
+ "namespace": "Amazon.CDK.Interfaces.SecurityAgent"
8097
+ },
8098
+ "go": {
8099
+ "packageName": "interfacesawssecurityagent"
8100
+ },
8101
+ "java": {
8102
+ "package": "software.amazon.awscdk.interfaces.securityagent"
8103
+ },
8104
+ "python": {
8105
+ "module": "aws_cdk.interfaces.aws_securityagent"
8106
+ }
8107
+ }
8108
+ },
8051
8109
  "aws-cdk-lib.interfaces.aws_securityhub": {
8052
8110
  "targets": {
8053
8111
  "dotnet": {
@@ -8763,7 +8821,7 @@
8763
8821
  "stability": "experimental"
8764
8822
  },
8765
8823
  "homepage": "https://github.com/aws/aws-cdk",
8766
- "jsiiVersion": "5.9.31 (build 550e607)",
8824
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8767
8825
  "keywords": [
8768
8826
  "aws",
8769
8827
  "cdk",
@@ -17934,6 +17992,6 @@
17934
17992
  "symbolId": "lib/vpc-v2:VpcV2Props"
17935
17993
  }
17936
17994
  },
17937
- "version": "2.248.0-alpha.0",
17995
+ "version": "2.249.0-alpha.0",
17938
17996
  "fingerprint": "**********"
17939
17997
  }
package/.warnings.jsii.js CHANGED
@@ -1,493 +1,129 @@
1
- function _aws_cdk_aws_ec2_alpha_SecondaryAddressProps(p) {
2
- }
3
- function _aws_cdk_aws_ec2_alpha_Ipv6PoolSecondaryAddressProps(p) {
4
- }
5
- function _aws_cdk_aws_ec2_alpha_IpAddresses(p) {
6
- }
7
- function _aws_cdk_aws_ec2_alpha_VpcCidrOptions(p) {
8
- if (p == null)
9
- return;
10
- visitedObjects.add(p);
11
- try {
12
- if (p.dependencies != null)
13
- for (const o of p.dependencies)
14
- if (!visitedObjects.has(o))
15
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_CfnResource(o);
16
- if (!visitedObjects.has(p.ipv4IpamPool))
17
- _aws_cdk_aws_ec2_alpha_IIpamPool(p.ipv4IpamPool);
18
- if (!visitedObjects.has(p.ipv6IpamPool))
19
- _aws_cdk_aws_ec2_alpha_IIpamPool(p.ipv6IpamPool);
20
- }
21
- finally {
22
- visitedObjects.delete(p);
23
- }
24
- }
25
- function _aws_cdk_aws_ec2_alpha_IIpAddresses(p) {
26
- }
27
- function _aws_cdk_aws_ec2_alpha_VpcV2Props(p) {
28
- if (p == null)
29
- return;
30
- visitedObjects.add(p);
31
- try {
32
- if (!visitedObjects.has(p.primaryAddressBlock))
33
- _aws_cdk_aws_ec2_alpha_IIpAddresses(p.primaryAddressBlock);
34
- if (p.secondaryAddressBlocks != null)
35
- for (const o of p.secondaryAddressBlocks)
36
- if (!visitedObjects.has(o))
37
- _aws_cdk_aws_ec2_alpha_IIpAddresses(o);
38
- }
39
- finally {
40
- visitedObjects.delete(p);
41
- }
42
- }
43
- function _aws_cdk_aws_ec2_alpha_VpcV2Attributes(p) {
44
- if (p == null)
45
- return;
46
- visitedObjects.add(p);
47
- try {
48
- if (p.secondaryCidrBlocks != null)
49
- for (const o of p.secondaryCidrBlocks)
50
- if (!visitedObjects.has(o))
51
- _aws_cdk_aws_ec2_alpha_VPCCidrBlockattributes(o);
52
- if (p.subnets != null)
53
- for (const o of p.subnets)
54
- if (!visitedObjects.has(o))
55
- _aws_cdk_aws_ec2_alpha_SubnetV2Attributes(o);
56
- }
57
- finally {
58
- visitedObjects.delete(p);
59
- }
60
- }
61
- function _aws_cdk_aws_ec2_alpha_VpcV2(p) {
62
- }
63
- function _aws_cdk_aws_ec2_alpha_IVPCCidrBlock(p) {
64
- }
65
- function _aws_cdk_aws_ec2_alpha_VPCCidrBlockattributes(p) {
66
- }
67
- function _aws_cdk_aws_ec2_alpha_AddressFamily(p) {
68
- }
69
- function _aws_cdk_aws_ec2_alpha_IpamPoolPublicIpSource(p) {
70
- }
71
- function _aws_cdk_aws_ec2_alpha_AwsServiceName(p) {
72
- }
73
- function _aws_cdk_aws_ec2_alpha_IpamProps(p) {
74
- }
75
- function _aws_cdk_aws_ec2_alpha_IpamScopeType(p) {
76
- }
77
- function _aws_cdk_aws_ec2_alpha_PoolOptions(p) {
78
- if (p == null)
79
- return;
80
- visitedObjects.add(p);
81
- try {
82
- if (!visitedObjects.has(p.addressFamily))
83
- _aws_cdk_aws_ec2_alpha_AddressFamily(p.addressFamily);
84
- if (!visitedObjects.has(p.awsService))
85
- _aws_cdk_aws_ec2_alpha_AwsServiceName(p.awsService);
86
- if (!visitedObjects.has(p.publicIpSource))
87
- _aws_cdk_aws_ec2_alpha_IpamPoolPublicIpSource(p.publicIpSource);
88
- }
89
- finally {
90
- visitedObjects.delete(p);
91
- }
92
- }
93
- function _aws_cdk_aws_ec2_alpha_IpamPoolCidrProvisioningOptions(p) {
94
- }
95
- function _aws_cdk_aws_ec2_alpha_IIpamPool(p) {
96
- }
97
- function _aws_cdk_aws_ec2_alpha_IpamScopeOptions(p) {
98
- }
99
- function _aws_cdk_aws_ec2_alpha_IpamOptions(p) {
100
- if (p == null)
101
- return;
102
- visitedObjects.add(p);
103
- try {
104
- if (!visitedObjects.has(p.ipamPool))
105
- _aws_cdk_aws_ec2_alpha_IIpamPool(p.ipamPool);
106
- }
107
- finally {
108
- visitedObjects.delete(p);
109
- }
110
- }
111
- function _aws_cdk_aws_ec2_alpha_IIpamScopeBase(p) {
112
- }
113
- function _aws_cdk_aws_ec2_alpha_Ipam(p) {
114
- }
115
- function _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGatewayOptions(p) {
116
- if (p == null)
117
- return;
118
- visitedObjects.add(p);
119
- try {
120
- if (p.subnets != null)
121
- for (const o of p.subnets)
122
- if (!visitedObjects.has(o))
123
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
124
- }
125
- finally {
126
- visitedObjects.delete(p);
127
- }
128
- }
129
- function _aws_cdk_aws_ec2_alpha_InternetGatewayOptions(p) {
130
- if (p == null)
131
- return;
132
- visitedObjects.add(p);
133
- try {
134
- if (p.subnets != null)
135
- for (const o of p.subnets)
136
- if (!visitedObjects.has(o))
137
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
138
- }
139
- finally {
140
- visitedObjects.delete(p);
141
- }
142
- }
143
- function _aws_cdk_aws_ec2_alpha_VPNGatewayV2Options(p) {
144
- if (p == null)
145
- return;
146
- visitedObjects.add(p);
147
- try {
148
- if (p.vpnRoutePropagation != null)
149
- for (const o of p.vpnRoutePropagation)
150
- if (!visitedObjects.has(o))
151
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
152
- }
153
- finally {
154
- visitedObjects.delete(p);
155
- }
156
- }
157
- function _aws_cdk_aws_ec2_alpha_IVpcV2(p) {
158
- }
159
- function _aws_cdk_aws_ec2_alpha_VpcV2Base(p) {
160
- }
161
- function _aws_cdk_aws_ec2_alpha_IpCidr(p) {
162
- }
163
- function _aws_cdk_aws_ec2_alpha_SubnetV2Props(p) {
164
- if (p == null)
165
- return;
166
- visitedObjects.add(p);
167
- try {
168
- if (!visitedObjects.has(p.ipv4CidrBlock))
169
- _aws_cdk_aws_ec2_alpha_IpCidr(p.ipv4CidrBlock);
170
- if (!visitedObjects.has(p.vpc))
171
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.vpc);
172
- if (!visitedObjects.has(p.ipv6CidrBlock))
173
- _aws_cdk_aws_ec2_alpha_IpCidr(p.ipv6CidrBlock);
174
- }
175
- finally {
176
- visitedObjects.delete(p);
177
- }
178
- }
179
- function _aws_cdk_aws_ec2_alpha_ISubnetV2(p) {
180
- }
181
- function _aws_cdk_aws_ec2_alpha_SubnetV2(p) {
182
- }
183
- function _aws_cdk_aws_ec2_alpha_SubnetV2Attributes(p) {
184
- }
185
- function _aws_cdk_aws_ec2_alpha_NatConnectivityType(p) {
186
- }
187
- function _aws_cdk_aws_ec2_alpha_IRouteTarget(p) {
188
- }
189
- function _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGatewayProps(p) {
190
- if (p == null)
191
- return;
192
- visitedObjects.add(p);
193
- try {
194
- if (!visitedObjects.has(p.vpc))
195
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.vpc);
196
- }
197
- finally {
198
- visitedObjects.delete(p);
199
- }
200
- }
201
- function _aws_cdk_aws_ec2_alpha_InternetGatewayProps(p) {
202
- if (p == null)
203
- return;
204
- visitedObjects.add(p);
205
- try {
206
- if (!visitedObjects.has(p.vpc))
207
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.vpc);
208
- }
209
- finally {
210
- visitedObjects.delete(p);
211
- }
212
- }
213
- function _aws_cdk_aws_ec2_alpha_VPNGatewayV2Props(p) {
214
- if (p == null)
215
- return;
216
- visitedObjects.add(p);
217
- try {
218
- if (!visitedObjects.has(p.vpc))
219
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.vpc);
220
- if (p.vpnRoutePropagation != null)
221
- for (const o of p.vpnRoutePropagation)
222
- if (!visitedObjects.has(o))
223
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
224
- }
225
- finally {
226
- visitedObjects.delete(p);
227
- }
228
- }
229
- function _aws_cdk_aws_ec2_alpha_NatGatewayOptions(p) {
230
- if (p == null)
231
- return;
232
- visitedObjects.add(p);
233
- try {
234
- if (!visitedObjects.has(p.subnet))
235
- _aws_cdk_aws_ec2_alpha_ISubnetV2(p.subnet);
236
- if (!visitedObjects.has(p.connectivityType))
237
- _aws_cdk_aws_ec2_alpha_NatConnectivityType(p.connectivityType);
238
- }
239
- finally {
240
- visitedObjects.delete(p);
241
- }
242
- }
243
- function _aws_cdk_aws_ec2_alpha_NatGatewayProps(p) {
244
- if (p == null)
245
- return;
246
- visitedObjects.add(p);
247
- try {
248
- if (!visitedObjects.has(p.vpc))
249
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.vpc);
250
- if (!visitedObjects.has(p.subnet))
251
- _aws_cdk_aws_ec2_alpha_ISubnetV2(p.subnet);
252
- if (!visitedObjects.has(p.connectivityType))
253
- _aws_cdk_aws_ec2_alpha_NatConnectivityType(p.connectivityType);
254
- }
255
- finally {
256
- visitedObjects.delete(p);
257
- }
258
- }
259
- function _aws_cdk_aws_ec2_alpha_VPCPeeringConnectionOptions(p) {
260
- if (p == null)
261
- return;
262
- visitedObjects.add(p);
263
- try {
264
- if (!visitedObjects.has(p.acceptorVpc))
265
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.acceptorVpc);
266
- }
267
- finally {
268
- visitedObjects.delete(p);
269
- }
270
- }
271
- function _aws_cdk_aws_ec2_alpha_VPCPeeringConnectionProps(p) {
272
- if (p == null)
273
- return;
274
- visitedObjects.add(p);
275
- try {
276
- if (!visitedObjects.has(p.requestorVpc))
277
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.requestorVpc);
278
- if (!visitedObjects.has(p.acceptorVpc))
279
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.acceptorVpc);
280
- }
281
- finally {
282
- visitedObjects.delete(p);
283
- }
284
- }
285
- function _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGateway(p) {
286
- }
287
- function _aws_cdk_aws_ec2_alpha_InternetGateway(p) {
288
- }
289
- function _aws_cdk_aws_ec2_alpha_VPNGatewayV2(p) {
290
- }
291
- function _aws_cdk_aws_ec2_alpha_NatGateway(p) {
292
- }
293
- function _aws_cdk_aws_ec2_alpha_VPCPeeringConnection(p) {
294
- }
295
- function _aws_cdk_aws_ec2_alpha_RouteTargetProps(p) {
296
- if (p == null)
297
- return;
298
- visitedObjects.add(p);
299
- try {
300
- if (!visitedObjects.has(p.gateway))
301
- _aws_cdk_aws_ec2_alpha_IRouteTarget(p.gateway);
302
- }
303
- finally {
304
- visitedObjects.delete(p);
305
- }
306
- }
307
- function _aws_cdk_aws_ec2_alpha_RouteTargetType(p) {
308
- }
309
- function _aws_cdk_aws_ec2_alpha_IRouteV2(p) {
310
- }
311
- function _aws_cdk_aws_ec2_alpha_RouteProps(p) {
312
- if (p == null)
313
- return;
314
- visitedObjects.add(p);
315
- try {
316
- if (!visitedObjects.has(p.target))
317
- _aws_cdk_aws_ec2_alpha_RouteTargetType(p.target);
318
- }
319
- finally {
320
- visitedObjects.delete(p);
321
- }
322
- }
323
- function _aws_cdk_aws_ec2_alpha_Route(p) {
324
- }
325
- function _aws_cdk_aws_ec2_alpha_RouteTableProps(p) {
326
- if (p == null)
327
- return;
328
- visitedObjects.add(p);
329
- try {
330
- if (!visitedObjects.has(p.vpc))
331
- _aws_cdk_aws_ec2_alpha_IVpcV2(p.vpc);
332
- }
333
- finally {
334
- visitedObjects.delete(p);
335
- }
336
- }
337
- function _aws_cdk_aws_ec2_alpha_RouteTable(p) {
338
- }
339
- function _aws_cdk_aws_ec2_alpha_ITransitGateway(p) {
340
- }
341
- function _aws_cdk_aws_ec2_alpha_TransitGatewayProps(p) {
342
- }
343
- function _aws_cdk_aws_ec2_alpha_TransitGateway(p) {
344
- }
345
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayRoute(p) {
346
- }
347
- function _aws_cdk_aws_ec2_alpha_BaseTransitGatewayRouteProps(p) {
348
- if (p == null)
349
- return;
350
- visitedObjects.add(p);
351
- try {
352
- if (!visitedObjects.has(p.transitGatewayRouteTable))
353
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p.transitGatewayRouteTable);
354
- }
355
- finally {
356
- visitedObjects.delete(p);
357
- }
358
- }
359
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteProps(p) {
360
- if (p == null)
361
- return;
362
- visitedObjects.add(p);
363
- try {
364
- if (!visitedObjects.has(p.transitGatewayAttachment))
365
- _aws_cdk_aws_ec2_alpha_ITransitGatewayAttachment(p.transitGatewayAttachment);
366
- if (!visitedObjects.has(p.transitGatewayRouteTable))
367
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p.transitGatewayRouteTable);
368
- }
369
- finally {
370
- visitedObjects.delete(p);
371
- }
372
- }
373
- function _aws_cdk_aws_ec2_alpha_TransitGatewayBlackholeRouteProps(p) {
374
- if (p == null)
375
- return;
376
- visitedObjects.add(p);
377
- try {
378
- if (!visitedObjects.has(p.transitGatewayRouteTable))
379
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p.transitGatewayRouteTable);
380
- }
381
- finally {
382
- visitedObjects.delete(p);
383
- }
384
- }
385
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRoute(p) {
386
- }
387
- function _aws_cdk_aws_ec2_alpha_TransitGatewayBlackholeRoute(p) {
388
- }
389
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p) {
390
- }
391
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTableProps(p) {
392
- if (p == null)
393
- return;
394
- visitedObjects.add(p);
395
- try {
396
- if (!visitedObjects.has(p.transitGateway))
397
- _aws_cdk_aws_ec2_alpha_ITransitGateway(p.transitGateway);
398
- }
399
- finally {
400
- visitedObjects.delete(p);
401
- }
402
- }
403
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTable(p) {
404
- }
405
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayAttachment(p) {
406
- }
407
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayVpcAttachmentOptions(p) {
408
- }
409
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayVpcAttachment(p) {
410
- }
411
- function _aws_cdk_aws_ec2_alpha_TransitGatewayVpcAttachmentProps(p) {
412
- if (p == null)
413
- return;
414
- visitedObjects.add(p);
415
- try {
416
- if (p.subnets != null)
417
- for (const o of p.subnets)
418
- if (!visitedObjects.has(o))
419
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISubnet(o);
420
- if (!visitedObjects.has(p.transitGateway))
421
- _aws_cdk_aws_ec2_alpha_ITransitGateway(p.transitGateway);
422
- if (!visitedObjects.has(p.vpcAttachmentOptions))
423
- _aws_cdk_aws_ec2_alpha_ITransitGatewayVpcAttachmentOptions(p.vpcAttachmentOptions);
424
- }
425
- finally {
426
- visitedObjects.delete(p);
427
- }
428
- }
429
- function _aws_cdk_aws_ec2_alpha_AttachVpcOptions(p) {
430
- if (p == null)
431
- return;
432
- visitedObjects.add(p);
433
- try {
434
- if (p.subnets != null)
435
- for (const o of p.subnets)
436
- if (!visitedObjects.has(o))
437
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISubnet(o);
438
- if (!visitedObjects.has(p.associationRouteTable))
439
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p.associationRouteTable);
440
- if (p.propagationRouteTables != null)
441
- for (const o of p.propagationRouteTables)
442
- if (!visitedObjects.has(o))
443
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(o);
444
- if (!visitedObjects.has(p.vpcAttachmentOptions))
445
- _aws_cdk_aws_ec2_alpha_ITransitGatewayVpcAttachmentOptions(p.vpcAttachmentOptions);
446
- }
447
- finally {
448
- visitedObjects.delete(p);
449
- }
450
- }
451
- function _aws_cdk_aws_ec2_alpha_TransitGatewayVpcAttachment(p) {
452
- }
453
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayAssociation(p) {
454
- }
455
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTableAssociation(p) {
456
- }
457
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTableAssociationProps(p) {
458
- if (p == null)
459
- return;
460
- visitedObjects.add(p);
461
- try {
462
- if (!visitedObjects.has(p.transitGatewayRouteTable))
463
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p.transitGatewayRouteTable);
464
- if (!visitedObjects.has(p.transitGatewayVpcAttachment))
465
- _aws_cdk_aws_ec2_alpha_ITransitGatewayAttachment(p.transitGatewayVpcAttachment);
466
- }
467
- finally {
468
- visitedObjects.delete(p);
469
- }
470
- }
471
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTableAssociation(p) {
472
- }
473
- function _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTablePropagation(p) {
474
- }
475
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTablePropagationProps(p) {
476
- if (p == null)
477
- return;
478
- visitedObjects.add(p);
479
- try {
480
- if (!visitedObjects.has(p.transitGatewayRouteTable))
481
- _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(p.transitGatewayRouteTable);
482
- if (!visitedObjects.has(p.transitGatewayVpcAttachment))
483
- _aws_cdk_aws_ec2_alpha_ITransitGatewayAttachment(p.transitGatewayVpcAttachment);
484
- }
485
- finally {
486
- visitedObjects.delete(p);
487
- }
488
- }
489
- function _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTablePropagation(p) {
490
- }
1
+ const VALIDATORS = { _aws_cdk_aws_ec2_alpha_VpcCidrOptions: function _aws_cdk_aws_ec2_alpha_VpcCidrOptions(p) {
2
+ if (p == null)
3
+ return;
4
+ visitedObjects.add(p);
5
+ try {
6
+ if (p.dependencies != null)
7
+ for (const o of p.dependencies)
8
+ if (!visitedObjects.has(o))
9
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_CfnResource(o);
10
+ }
11
+ finally {
12
+ visitedObjects.delete(p);
13
+ }
14
+ }, _aws_cdk_aws_ec2_alpha_VpcV2Props: function _aws_cdk_aws_ec2_alpha_VpcV2Props(p) {
15
+ if (p == null)
16
+ return;
17
+ visitedObjects.add(p);
18
+ try {
19
+ if (p.secondaryAddressBlocks != null)
20
+ for (const o of p.secondaryAddressBlocks)
21
+ if (!visitedObjects.has(o))
22
+ module.exports._aws_cdk_aws_ec2_alpha_IIpAddresses(o);
23
+ }
24
+ finally {
25
+ visitedObjects.delete(p);
26
+ }
27
+ }, _aws_cdk_aws_ec2_alpha_VpcV2Attributes: function _aws_cdk_aws_ec2_alpha_VpcV2Attributes(p) {
28
+ if (p == null)
29
+ return;
30
+ visitedObjects.add(p);
31
+ try {
32
+ if (p.secondaryCidrBlocks != null)
33
+ for (const o of p.secondaryCidrBlocks)
34
+ if (!visitedObjects.has(o))
35
+ module.exports._aws_cdk_aws_ec2_alpha_VPCCidrBlockattributes(o);
36
+ if (p.subnets != null)
37
+ for (const o of p.subnets)
38
+ if (!visitedObjects.has(o))
39
+ module.exports._aws_cdk_aws_ec2_alpha_SubnetV2Attributes(o);
40
+ }
41
+ finally {
42
+ visitedObjects.delete(p);
43
+ }
44
+ }, _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGatewayOptions: function _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGatewayOptions(p) {
45
+ if (p == null)
46
+ return;
47
+ visitedObjects.add(p);
48
+ try {
49
+ if (p.subnets != null)
50
+ for (const o of p.subnets)
51
+ if (!visitedObjects.has(o))
52
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
53
+ }
54
+ finally {
55
+ visitedObjects.delete(p);
56
+ }
57
+ }, _aws_cdk_aws_ec2_alpha_InternetGatewayOptions: function _aws_cdk_aws_ec2_alpha_InternetGatewayOptions(p) {
58
+ if (p == null)
59
+ return;
60
+ visitedObjects.add(p);
61
+ try {
62
+ if (p.subnets != null)
63
+ for (const o of p.subnets)
64
+ if (!visitedObjects.has(o))
65
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
66
+ }
67
+ finally {
68
+ visitedObjects.delete(p);
69
+ }
70
+ }, _aws_cdk_aws_ec2_alpha_VPNGatewayV2Options: function _aws_cdk_aws_ec2_alpha_VPNGatewayV2Options(p) {
71
+ if (p == null)
72
+ return;
73
+ visitedObjects.add(p);
74
+ try {
75
+ if (p.vpnRoutePropagation != null)
76
+ for (const o of p.vpnRoutePropagation)
77
+ if (!visitedObjects.has(o))
78
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
79
+ }
80
+ finally {
81
+ visitedObjects.delete(p);
82
+ }
83
+ }, _aws_cdk_aws_ec2_alpha_VPNGatewayV2Props: function _aws_cdk_aws_ec2_alpha_VPNGatewayV2Props(p) {
84
+ if (p == null)
85
+ return;
86
+ visitedObjects.add(p);
87
+ try {
88
+ if (p.vpnRoutePropagation != null)
89
+ for (const o of p.vpnRoutePropagation)
90
+ if (!visitedObjects.has(o))
91
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_SubnetSelection(o);
92
+ }
93
+ finally {
94
+ visitedObjects.delete(p);
95
+ }
96
+ }, _aws_cdk_aws_ec2_alpha_TransitGatewayVpcAttachmentProps: function _aws_cdk_aws_ec2_alpha_TransitGatewayVpcAttachmentProps(p) {
97
+ if (p == null)
98
+ return;
99
+ visitedObjects.add(p);
100
+ try {
101
+ if (p.subnets != null)
102
+ for (const o of p.subnets)
103
+ if (!visitedObjects.has(o))
104
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISubnet(o);
105
+ }
106
+ finally {
107
+ visitedObjects.delete(p);
108
+ }
109
+ }, _aws_cdk_aws_ec2_alpha_AttachVpcOptions: function _aws_cdk_aws_ec2_alpha_AttachVpcOptions(p) {
110
+ if (p == null)
111
+ return;
112
+ visitedObjects.add(p);
113
+ try {
114
+ if (p.subnets != null)
115
+ for (const o of p.subnets)
116
+ if (!visitedObjects.has(o))
117
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISubnet(o);
118
+ if (p.propagationRouteTables != null)
119
+ for (const o of p.propagationRouteTables)
120
+ if (!visitedObjects.has(o))
121
+ module.exports._aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable(o);
122
+ }
123
+ finally {
124
+ visitedObjects.delete(p);
125
+ }
126
+ } };
491
127
  function print(name, deprecationMessage) {
492
128
  const deprecated = process.env.JSII_DEPRECATED;
493
129
  const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn";
@@ -524,4 +160,16 @@ class DeprecationError extends Error {
524
160
  });
525
161
  }
526
162
  }
527
- module.exports = { print, getPropertyDescriptor, DeprecationError, _aws_cdk_aws_ec2_alpha_SecondaryAddressProps, _aws_cdk_aws_ec2_alpha_Ipv6PoolSecondaryAddressProps, _aws_cdk_aws_ec2_alpha_IpAddresses, _aws_cdk_aws_ec2_alpha_VpcCidrOptions, _aws_cdk_aws_ec2_alpha_IIpAddresses, _aws_cdk_aws_ec2_alpha_VpcV2Props, _aws_cdk_aws_ec2_alpha_VpcV2Attributes, _aws_cdk_aws_ec2_alpha_VpcV2, _aws_cdk_aws_ec2_alpha_IVPCCidrBlock, _aws_cdk_aws_ec2_alpha_VPCCidrBlockattributes, _aws_cdk_aws_ec2_alpha_AddressFamily, _aws_cdk_aws_ec2_alpha_IpamPoolPublicIpSource, _aws_cdk_aws_ec2_alpha_AwsServiceName, _aws_cdk_aws_ec2_alpha_IpamProps, _aws_cdk_aws_ec2_alpha_IpamScopeType, _aws_cdk_aws_ec2_alpha_PoolOptions, _aws_cdk_aws_ec2_alpha_IpamPoolCidrProvisioningOptions, _aws_cdk_aws_ec2_alpha_IIpamPool, _aws_cdk_aws_ec2_alpha_IpamScopeOptions, _aws_cdk_aws_ec2_alpha_IpamOptions, _aws_cdk_aws_ec2_alpha_IIpamScopeBase, _aws_cdk_aws_ec2_alpha_Ipam, _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGatewayOptions, _aws_cdk_aws_ec2_alpha_InternetGatewayOptions, _aws_cdk_aws_ec2_alpha_VPNGatewayV2Options, _aws_cdk_aws_ec2_alpha_IVpcV2, _aws_cdk_aws_ec2_alpha_VpcV2Base, _aws_cdk_aws_ec2_alpha_IpCidr, _aws_cdk_aws_ec2_alpha_SubnetV2Props, _aws_cdk_aws_ec2_alpha_ISubnetV2, _aws_cdk_aws_ec2_alpha_SubnetV2, _aws_cdk_aws_ec2_alpha_SubnetV2Attributes, _aws_cdk_aws_ec2_alpha_NatConnectivityType, _aws_cdk_aws_ec2_alpha_IRouteTarget, _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGatewayProps, _aws_cdk_aws_ec2_alpha_InternetGatewayProps, _aws_cdk_aws_ec2_alpha_VPNGatewayV2Props, _aws_cdk_aws_ec2_alpha_NatGatewayOptions, _aws_cdk_aws_ec2_alpha_NatGatewayProps, _aws_cdk_aws_ec2_alpha_VPCPeeringConnectionOptions, _aws_cdk_aws_ec2_alpha_VPCPeeringConnectionProps, _aws_cdk_aws_ec2_alpha_EgressOnlyInternetGateway, _aws_cdk_aws_ec2_alpha_InternetGateway, _aws_cdk_aws_ec2_alpha_VPNGatewayV2, _aws_cdk_aws_ec2_alpha_NatGateway, _aws_cdk_aws_ec2_alpha_VPCPeeringConnection, _aws_cdk_aws_ec2_alpha_RouteTargetProps, _aws_cdk_aws_ec2_alpha_RouteTargetType, _aws_cdk_aws_ec2_alpha_IRouteV2, _aws_cdk_aws_ec2_alpha_RouteProps, _aws_cdk_aws_ec2_alpha_Route, _aws_cdk_aws_ec2_alpha_RouteTableProps, _aws_cdk_aws_ec2_alpha_RouteTable, _aws_cdk_aws_ec2_alpha_ITransitGateway, _aws_cdk_aws_ec2_alpha_TransitGatewayProps, _aws_cdk_aws_ec2_alpha_TransitGateway, _aws_cdk_aws_ec2_alpha_ITransitGatewayRoute, _aws_cdk_aws_ec2_alpha_BaseTransitGatewayRouteProps, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteProps, _aws_cdk_aws_ec2_alpha_TransitGatewayBlackholeRouteProps, _aws_cdk_aws_ec2_alpha_TransitGatewayRoute, _aws_cdk_aws_ec2_alpha_TransitGatewayBlackholeRoute, _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTable, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTableProps, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTable, _aws_cdk_aws_ec2_alpha_ITransitGatewayAttachment, _aws_cdk_aws_ec2_alpha_ITransitGatewayVpcAttachmentOptions, _aws_cdk_aws_ec2_alpha_ITransitGatewayVpcAttachment, _aws_cdk_aws_ec2_alpha_TransitGatewayVpcAttachmentProps, _aws_cdk_aws_ec2_alpha_AttachVpcOptions, _aws_cdk_aws_ec2_alpha_TransitGatewayVpcAttachment, _aws_cdk_aws_ec2_alpha_ITransitGatewayAssociation, _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTableAssociation, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTableAssociationProps, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTableAssociation, _aws_cdk_aws_ec2_alpha_ITransitGatewayRouteTablePropagation, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTablePropagationProps, _aws_cdk_aws_ec2_alpha_TransitGatewayRouteTablePropagation };
163
+ function nop() {
164
+ }
165
+ module.exports = new Proxy({}, {
166
+ get(target, prop, receiver) {
167
+ if (prop === "print")
168
+ return print;
169
+ if (prop === "getPropertyDescriptor")
170
+ return getPropertyDescriptor;
171
+ if (prop === "DeprecationError")
172
+ return DeprecationError;
173
+ return VALIDATORS[prop] ?? nop;
174
+ },
175
+ });
package/lib/ipam.js CHANGED
@@ -315,7 +315,7 @@ let Ipam = (() => {
315
315
  Ipam = _classThis = _classDescriptor.value;
316
316
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
317
317
  }
318
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.248.0-alpha.0" };
318
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.Ipam", version: "2.249.0-alpha.0" };
319
319
  /** Uniquely identifies this class. */
320
320
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.Ipam';
321
321
  /**
package/lib/route.js CHANGED
@@ -82,7 +82,7 @@ let EgressOnlyInternetGateway = (() => {
82
82
  EgressOnlyInternetGateway = _classThis = _classDescriptor.value;
83
83
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
84
84
  }
85
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.248.0-alpha.0" };
85
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.EgressOnlyInternetGateway", version: "2.249.0-alpha.0" };
86
86
  /** Uniquely identifies this class. */
87
87
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.EgressOnlyInternetGateway';
88
88
  /**
@@ -145,7 +145,7 @@ let InternetGateway = (() => {
145
145
  InternetGateway = _classThis = _classDescriptor.value;
146
146
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
147
147
  }
148
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.248.0-alpha.0" };
148
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.InternetGateway", version: "2.249.0-alpha.0" };
149
149
  /** Uniquely identifies this class. */
150
150
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.InternetGateway';
151
151
  /**
@@ -219,7 +219,7 @@ let VPNGatewayV2 = (() => {
219
219
  VPNGatewayV2 = _classThis = _classDescriptor.value;
220
220
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
221
221
  }
222
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGatewayV2", version: "2.248.0-alpha.0" };
222
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VPNGatewayV2", version: "2.249.0-alpha.0" };
223
223
  /** Uniquely identifies this class. */
224
224
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.VPNGatewayV2';
225
225
  /**
@@ -317,7 +317,7 @@ let NatGateway = (() => {
317
317
  NatGateway = _classThis = _classDescriptor.value;
318
318
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
319
319
  }
320
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.248.0-alpha.0" };
320
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.NatGateway", version: "2.249.0-alpha.0" };
321
321
  /** Uniquely identifies this class. */
322
322
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.NatGateway';
323
323
  /**
@@ -430,7 +430,7 @@ let VPCPeeringConnection = (() => {
430
430
  VPCPeeringConnection = _classThis = _classDescriptor.value;
431
431
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
432
432
  }
433
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VPCPeeringConnection", version: "2.248.0-alpha.0" };
433
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VPCPeeringConnection", version: "2.249.0-alpha.0" };
434
434
  /** Uniquely identifies this class. */
435
435
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.VPCPeeringConnection';
436
436
  /**
@@ -528,7 +528,7 @@ exports.VPCPeeringConnection = VPCPeeringConnection;
528
528
  * The gateway or endpoint targeted by the route.
529
529
  */
530
530
  class RouteTargetType {
531
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.248.0-alpha.0" };
531
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTargetType", version: "2.249.0-alpha.0" };
532
532
  /**
533
533
  * The gateway route target. This is used for targets such as
534
534
  * egress-only internet gateway or VPC peering connection.
@@ -576,7 +576,7 @@ let Route = (() => {
576
576
  Route = _classThis = _classDescriptor.value;
577
577
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
578
578
  }
579
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.248.0-alpha.0" };
579
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.Route", version: "2.249.0-alpha.0" };
580
580
  /** Uniquely identifies this class. */
581
581
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.Route';
582
582
  /**
@@ -689,7 +689,7 @@ let RouteTable = (() => {
689
689
  RouteTable = _classThis = _classDescriptor.value;
690
690
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
691
691
  }
692
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.248.0-alpha.0" };
692
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.RouteTable", version: "2.249.0-alpha.0" };
693
693
  /** Uniquely identifies this class. */
694
694
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.RouteTable';
695
695
  /**
package/lib/subnet-v2.js CHANGED
@@ -49,7 +49,7 @@ const util_1 = require("./util");
49
49
  * IPv4 or IPv6 CIDR range for the subnet
50
50
  */
51
51
  class IpCidr {
52
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.248.0-alpha.0" };
52
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.IpCidr", version: "2.249.0-alpha.0" };
53
53
  /**
54
54
  * IPv6 CIDR range for the subnet
55
55
  * Allowed only if IPv6 is enabled on VPc
@@ -97,7 +97,7 @@ let SubnetV2 = (() => {
97
97
  SubnetV2 = _classThis = _classDescriptor.value;
98
98
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
99
99
  }
100
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.248.0-alpha.0" };
100
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.SubnetV2", version: "2.249.0-alpha.0" };
101
101
  /** Uniquely identifies this class. */
102
102
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.SubnetV2';
103
103
  /**
@@ -60,7 +60,7 @@ let TransitGatewayRouteTableAssociation = (() => {
60
60
  TransitGatewayRouteTableAssociation = _classThis = _classDescriptor.value;
61
61
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
62
62
  }
63
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRouteTableAssociation", version: "2.248.0-alpha.0" };
63
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRouteTableAssociation", version: "2.249.0-alpha.0" };
64
64
  /** Uniquely identifies this class. */
65
65
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGatewayRouteTableAssociation';
66
66
  /**
@@ -60,7 +60,7 @@ let TransitGatewayRouteTablePropagation = (() => {
60
60
  TransitGatewayRouteTablePropagation = _classThis = _classDescriptor.value;
61
61
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
62
62
  }
63
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRouteTablePropagation", version: "2.248.0-alpha.0" };
63
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRouteTablePropagation", version: "2.249.0-alpha.0" };
64
64
  /** Uniquely identifies this class. */
65
65
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGatewayRouteTablePropagation';
66
66
  /**
@@ -94,7 +94,7 @@ let TransitGatewayRouteTable = (() => {
94
94
  TransitGatewayRouteTable = _classThis = _classDescriptor.value;
95
95
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
96
96
  }
97
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRouteTable", version: "2.248.0-alpha.0" };
97
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRouteTable", version: "2.249.0-alpha.0" };
98
98
  /** Uniquely identifies this class. */
99
99
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGatewayRouteTable';
100
100
  routeTableId;
@@ -66,7 +66,7 @@ let TransitGatewayRoute = (() => {
66
66
  TransitGatewayRoute = _classThis = _classDescriptor.value;
67
67
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
68
68
  }
69
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRoute", version: "2.248.0-alpha.0" };
69
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayRoute", version: "2.249.0-alpha.0" };
70
70
  /** Uniquely identifies this class. */
71
71
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGatewayRoute';
72
72
  routeTable;
@@ -124,7 +124,7 @@ let TransitGatewayBlackholeRoute = (() => {
124
124
  TransitGatewayBlackholeRoute = _classThis = _classDescriptor.value;
125
125
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
126
126
  }
127
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayBlackholeRoute", version: "2.248.0-alpha.0" };
127
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayBlackholeRoute", version: "2.249.0-alpha.0" };
128
128
  /** Uniquely identifies this class. */
129
129
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGatewayBlackholeRoute';
130
130
  routeTable;
@@ -64,7 +64,7 @@ let TransitGatewayVpcAttachment = (() => {
64
64
  TransitGatewayVpcAttachment = _classThis = _classDescriptor.value;
65
65
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
66
66
  }
67
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayVpcAttachment", version: "2.248.0-alpha.0" };
67
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGatewayVpcAttachment", version: "2.249.0-alpha.0" };
68
68
  /** Uniquely identifies this class. */
69
69
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGatewayVpcAttachment';
70
70
  transitGatewayAttachmentId;
@@ -148,7 +148,7 @@ let TransitGateway = (() => {
148
148
  TransitGateway = _classThis = _classDescriptor.value;
149
149
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
150
150
  }
151
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGateway", version: "2.248.0-alpha.0" };
151
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.TransitGateway", version: "2.249.0-alpha.0" };
152
152
  /** Uniquely identifies this class. */
153
153
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.TransitGateway';
154
154
  routerType;
@@ -16,7 +16,7 @@ const util_1 = require("./util");
16
16
  * For more information, see the {@link https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html|AWS CDK Documentation on VPCs}.
17
17
  */
18
18
  class VpcV2Base extends aws_cdk_lib_1.Resource {
19
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.248.0-alpha.0" };
19
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2Base", version: "2.249.0-alpha.0" };
20
20
  /**
21
21
  * List of public subnets in this VPC
22
22
  */
package/lib/vpc-v2.js CHANGED
@@ -49,7 +49,7 @@ const vpc_v2_base_1 = require("./vpc-v2-base");
49
49
  * IpAddress options to define VPC V2
50
50
  */
51
51
  class IpAddresses {
52
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.248.0-alpha.0" };
52
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.IpAddresses", version: "2.249.0-alpha.0" };
53
53
  /**
54
54
  * An IPv4 CIDR Range
55
55
  */
@@ -152,7 +152,7 @@ let VpcV2 = (() => {
152
152
  VpcV2 = _classThis = _classDescriptor.value;
153
153
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
154
154
  }
155
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.248.0-alpha.0" };
155
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-ec2-alpha.VpcV2", version: "2.249.0-alpha.0" };
156
156
  /** Uniquely identifies this class. */
157
157
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-ec2-alpha.VpcV2';
158
158
  /**
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.248.0-alpha.0",
4
+ "version": "2.249.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",
@@ -78,17 +78,17 @@
78
78
  },
79
79
  "license": "Apache-2.0",
80
80
  "devDependencies": {
81
- "@aws-cdk/cdk-build-tools": "2.248.0-alpha.0",
81
+ "@aws-cdk/cdk-build-tools": "2.249.0-alpha.0",
82
82
  "@aws-cdk/integ-runner": "^2.197.1",
83
- "@aws-cdk/integ-tests-alpha": "^2.248.0-alpha.0",
84
- "@aws-cdk/pkglint": "2.248.0-alpha.0",
83
+ "@aws-cdk/integ-tests-alpha": "^2.249.0-alpha.0",
84
+ "@aws-cdk/pkglint": "2.249.0-alpha.0",
85
85
  "@types/jest": "^29.5.14",
86
- "aws-cdk-lib": "2.248.0",
86
+ "aws-cdk-lib": "2.249.0",
87
87
  "jest": "^29.7.0"
88
88
  },
89
89
  "homepage": "https://github.com/aws/aws-cdk",
90
90
  "peerDependencies": {
91
- "aws-cdk-lib": "^2.248.0",
91
+ "aws-cdk-lib": "^2.249.0",
92
92
  "constructs": "^10.5.0"
93
93
  },
94
94
  "separate-module": false,