@aws-cdk/aws-imagebuilder-alpha 2.253.1-alpha.0 → 2.255.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
@@ -11,7 +11,7 @@
11
11
  "yaml": "1.10.3"
12
12
  },
13
13
  "dependencies": {
14
- "aws-cdk-lib": "^2.253.1",
14
+ "aws-cdk-lib": "^2.255.0",
15
15
  "constructs": "^10.5.0"
16
16
  },
17
17
  "dependencyClosure": {
@@ -25076,6 +25076,6 @@
25076
25076
  "symbolId": "lib/workflow:WorkflowType"
25077
25077
  }
25078
25078
  },
25079
- "version": "2.253.1-alpha.0",
25079
+ "version": "2.255.0-alpha.0",
25080
25080
  "fingerprint": "**********"
25081
25081
  }
Binary file
@@ -12,7 +12,7 @@ const constants_1 = require("./private/constants");
12
12
  * Helper class for working with Amazon-managed components
13
13
  */
14
14
  class AmazonManagedComponent {
15
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.253.1-alpha.0" };
15
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.255.0-alpha.0" };
16
16
  /**
17
17
  * Imports the AWS CLI v2 Amazon-managed component
18
18
  *
@@ -11,7 +11,7 @@ const constants_1 = require("./private/constants");
11
11
  * Helper class for working with Amazon-managed images
12
12
  */
13
13
  class AmazonManagedImage {
14
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.253.1-alpha.0" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.255.0-alpha.0" };
15
15
  /**
16
16
  * Imports the Amazon Linux 2 Amazon-managed image
17
17
  *
@@ -11,7 +11,7 @@ const workflow_1 = require("./workflow");
11
11
  * Helper class for working with Amazon-managed workflows
12
12
  */
13
13
  class AmazonManagedWorkflow {
14
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.253.1-alpha.0" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.255.0-alpha.0" };
15
15
  /**
16
16
  * Imports the build-container Amazon-managed workflow
17
17
  *
package/lib/base-image.js CHANGED
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
7
7
  * Represents a base image that is used to start from in EC2 Image Builder image builds
8
8
  */
9
9
  class BaseImage {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.253.1-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.255.0-alpha.0" };
11
11
  /**
12
12
  * The AMI ID to use as a base image in an image recipe
13
13
  *
@@ -79,7 +79,7 @@ exports.BaseImage = BaseImage;
79
79
  * Represents a base image that is used to start from in EC2 Image Builder image builds
80
80
  */
81
81
  class BaseContainerImage {
82
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.253.1-alpha.0" };
82
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.255.0-alpha.0" };
83
83
  /**
84
84
  * The DockerHub image to use as the base image in a container recipe
85
85
  *
@@ -148,7 +148,7 @@ exports.BaseContainerImage = BaseContainerImage;
148
148
  * EC2 Image Builder container build.
149
149
  */
150
150
  class ContainerInstanceImage {
151
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.253.1-alpha.0" };
151
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.255.0-alpha.0" };
152
152
  /**
153
153
  * The AMI ID to use to launch the instance for building the container image
154
154
  *
package/lib/component.js CHANGED
@@ -51,7 +51,7 @@ const LATEST_VERSION = 'x.x.x';
51
51
  * The value of a constant in a component document
52
52
  */
53
53
  class ComponentConstantValue {
54
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.253.1-alpha.0" };
54
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.255.0-alpha.0" };
55
55
  /**
56
56
  * Creates a string type constant in a component document
57
57
  *
@@ -268,7 +268,7 @@ var ComponentSchemaVersion;
268
268
  * Represents the inputs for a step in the component document
269
269
  */
270
270
  class ComponentStepInputs {
271
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.253.1-alpha.0" };
271
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.255.0-alpha.0" };
272
272
  /**
273
273
  * Creates the input value from an object, for the component step
274
274
  *
@@ -298,7 +298,7 @@ exports.ComponentStepInputs = ComponentStepInputs;
298
298
  * Represents an `if` condition in the component document
299
299
  */
300
300
  class ComponentStepIfCondition {
301
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.253.1-alpha.0" };
301
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.255.0-alpha.0" };
302
302
  /**
303
303
  * Creates the `if` value from an object, for the component step
304
304
  *
@@ -320,7 +320,7 @@ exports.ComponentStepIfCondition = ComponentStepIfCondition;
320
320
  * Helper class for referencing and uploading component data
321
321
  */
322
322
  class ComponentData {
323
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.253.1-alpha.0" };
323
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.255.0-alpha.0" };
324
324
  /**
325
325
  * Uploads component data from a local file to S3 to use as the component data
326
326
  *
@@ -407,7 +407,7 @@ exports.ComponentData = ComponentData;
407
407
  * Helper class for S3-based component data references, containing additional permission grant methods on the S3 object
408
408
  */
409
409
  class S3ComponentData extends ComponentData {
410
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.253.1-alpha.0" };
410
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.255.0-alpha.0" };
411
411
  bucket;
412
412
  key;
413
413
  constructor(bucket, key) {
@@ -468,7 +468,7 @@ class S3ComponentDataFromAsset extends S3ComponentData {
468
468
  * Helper class for working with AWS Marketplace components
469
469
  */
470
470
  class AwsMarketplaceComponent {
471
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.253.1-alpha.0" };
471
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.255.0-alpha.0" };
472
472
  /**
473
473
  * Imports an AWS Marketplace component from its attributes
474
474
  *
@@ -554,7 +554,7 @@ let Component = (() => {
554
554
  Component = _classThis = _classDescriptor.value;
555
555
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
556
556
  }
557
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.253.1-alpha.0" };
557
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.255.0-alpha.0" };
558
558
  /** Uniquely identifies this class. */
559
559
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Component';
560
560
  /**
@@ -73,7 +73,7 @@ var ContainerType;
73
73
  * Helper class for referencing and uploading dockerfile data for the container recipe
74
74
  */
75
75
  class DockerfileData {
76
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.253.1-alpha.0" };
76
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.255.0-alpha.0" };
77
77
  /**
78
78
  * Uploads dockerfile data from a local file to S3 to use as the dockerfile data
79
79
  *
@@ -109,7 +109,7 @@ exports.DockerfileData = DockerfileData;
109
109
  * Helper class for S3-based dockerfile data references, containing additional permission grant methods on the S3 object
110
110
  */
111
111
  class S3DockerfileData extends DockerfileData {
112
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.253.1-alpha.0" };
112
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.255.0-alpha.0" };
113
113
  bucket;
114
114
  key;
115
115
  constructor(bucket, key) {
@@ -170,7 +170,7 @@ class S3DockerfileDataFromAsset extends S3DockerfileData {
170
170
  * A new or imported Container Recipe
171
171
  */
172
172
  class ContainerRecipeBase extends cdk.Resource {
173
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.253.1-alpha.0" };
173
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.255.0-alpha.0" };
174
174
  /**
175
175
  * Grant custom actions to the given grantee for the container recipe
176
176
  * [disable-awslint:no-grants]
@@ -245,7 +245,7 @@ let ContainerRecipe = (() => {
245
245
  ContainerRecipe = _classThis = _classDescriptor.value;
246
246
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
247
247
  }
248
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.253.1-alpha.0" };
248
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.255.0-alpha.0" };
249
249
  /** Uniquely identifies this class. */
250
250
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ContainerRecipe';
251
251
  /**
@@ -89,7 +89,7 @@ var RepositoryService;
89
89
  * A container repository used to distribute container images in EC2 Image Builder
90
90
  */
91
91
  class Repository {
92
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.253.1-alpha.0" };
92
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.255.0-alpha.0" };
93
93
  /**
94
94
  * The ECR repository to use as the target container repository
95
95
  *
@@ -136,7 +136,7 @@ let DistributionConfiguration = (() => {
136
136
  DistributionConfiguration = _classThis = _classDescriptor.value;
137
137
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
138
138
  }
139
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.253.1-alpha.0" };
139
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.255.0-alpha.0" };
140
140
  /** Uniquely identifies this class. */
141
141
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.DistributionConfiguration';
142
142
  /**
@@ -293,7 +293,7 @@ let ImagePipeline = (() => {
293
293
  ImagePipeline = _classThis = _classDescriptor.value;
294
294
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
295
295
  }
296
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.253.1-alpha.0" };
296
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.255.0-alpha.0" };
297
297
  /** Uniquely identifies this class. */
298
298
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImagePipeline';
299
299
  /**
@@ -135,7 +135,7 @@ let ImageRecipe = (() => {
135
135
  ImageRecipe = _classThis = _classDescriptor.value;
136
136
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
137
137
  }
138
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.253.1-alpha.0" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.255.0-alpha.0" };
139
139
  /** Uniquely identifies this class. */
140
140
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImageRecipe';
141
141
  /**
package/lib/image.js CHANGED
@@ -171,7 +171,7 @@ let Image = (() => {
171
171
  Image = _classThis = _classDescriptor.value;
172
172
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
173
173
  }
174
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.253.1-alpha.0" };
174
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.255.0-alpha.0" };
175
175
  /** Uniquely identifies this class. */
176
176
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Image';
177
177
  /**
@@ -135,7 +135,7 @@ let InfrastructureConfiguration = (() => {
135
135
  InfrastructureConfiguration = _classThis = _classDescriptor.value;
136
136
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
137
137
  }
138
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.253.1-alpha.0" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.255.0-alpha.0" };
139
139
  /** Uniquely identifies this class. */
140
140
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
141
141
  /**
@@ -135,7 +135,7 @@ let LifecyclePolicy = (() => {
135
135
  LifecyclePolicy = _classThis = _classDescriptor.value;
136
136
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
137
137
  }
138
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.253.1-alpha.0" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.255.0-alpha.0" };
139
139
  /** Uniquely identifies this class. */
140
140
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.LifecyclePolicy';
141
141
  /**
package/lib/os-version.js CHANGED
@@ -25,7 +25,7 @@ var Platform;
25
25
  * Represents an OS version for an EC2 Image Builder image
26
26
  */
27
27
  class OSVersion {
28
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.253.1-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.255.0-alpha.0" };
29
29
  /**
30
30
  * OS version for all Linux images
31
31
  */
@@ -6,7 +6,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
6
6
  * The parameter value for a component parameter
7
7
  */
8
8
  class ComponentParameterValue {
9
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.253.1-alpha.0" };
9
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.255.0-alpha.0" };
10
10
  /**
11
11
  * The value of the parameter as a string
12
12
  *
package/lib/workflow.js CHANGED
@@ -202,7 +202,7 @@ var WorkflowType;
202
202
  * Helper class for referencing and uploading workflow data
203
203
  */
204
204
  class WorkflowData {
205
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.253.1-alpha.0" };
205
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.255.0-alpha.0" };
206
206
  /**
207
207
  * Uploads workflow data from a local file to S3 to use as the workflow data
208
208
  *
@@ -247,7 +247,7 @@ exports.WorkflowData = WorkflowData;
247
247
  * Helper class for S3-based workflow data references, containing additional permission grant methods on the S3 object
248
248
  */
249
249
  class S3WorkflowData extends WorkflowData {
250
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.253.1-alpha.0" };
250
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.255.0-alpha.0" };
251
251
  bucket;
252
252
  key;
253
253
  constructor(bucket, key) {
@@ -308,7 +308,7 @@ class S3WorkflowDataFromAsset extends S3WorkflowData {
308
308
  * The parameter value for a workflow parameter
309
309
  */
310
310
  class WorkflowParameterValue {
311
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.253.1-alpha.0" };
311
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.255.0-alpha.0" };
312
312
  /**
313
313
  * The value of the parameter as a boolean
314
314
  *
@@ -404,7 +404,7 @@ let Workflow = (() => {
404
404
  Workflow = _classThis = _classDescriptor.value;
405
405
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
406
406
  }
407
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.253.1-alpha.0" };
407
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.255.0-alpha.0" };
408
408
  /** Uniquely identifies this class. */
409
409
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Workflow';
410
410
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-imagebuilder-alpha",
3
- "version": "2.253.1-alpha.0",
3
+ "version": "2.255.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for EC2 Image Builder",
6
6
  "main": "lib/index.js",
@@ -77,14 +77,14 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "@aws-cdk/cdk-build-tools": "2.253.1-alpha.0",
80
+ "@aws-cdk/cdk-build-tools": "2.255.0-alpha.0",
81
81
  "@aws-cdk/integ-runner": "^2.197.1",
82
- "@aws-cdk/integ-tests-alpha": "2.253.1-alpha.0",
83
- "@aws-cdk/pkglint": "2.253.1-alpha.0",
82
+ "@aws-cdk/integ-tests-alpha": "2.255.0-alpha.0",
83
+ "@aws-cdk/pkglint": "2.255.0-alpha.0",
84
84
  "@aws-sdk/client-inspector2": "^3",
85
85
  "@types/aws-lambda": "^8.10.160",
86
86
  "@types/jest": "^29.5.14",
87
- "aws-cdk-lib": "2.253.1",
87
+ "aws-cdk-lib": "2.255.0",
88
88
  "constructs": "^10.5.0",
89
89
  "jest": "^29.7.0"
90
90
  },
@@ -96,7 +96,7 @@
96
96
  ],
97
97
  "homepage": "https://github.com/aws/aws-cdk",
98
98
  "peerDependencies": {
99
- "aws-cdk-lib": "^2.253.1",
99
+ "aws-cdk-lib": "^2.255.0",
100
100
  "constructs": "^10.5.0"
101
101
  },
102
102
  "engines": {