@aws-cdk/aws-imagebuilder-alpha 2.240.0-alpha.0 → 2.242.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 +139 -4
- package/.jsii.tabl.json.gz +0 -0
- package/lib/amazon-managed-component.js +1 -1
- package/lib/amazon-managed-image.js +1 -1
- package/lib/amazon-managed-workflow.js +1 -1
- package/lib/base-image.js +3 -3
- package/lib/component.js +7 -7
- package/lib/container-recipe.js +4 -4
- package/lib/distribution-configuration.js +2 -2
- package/lib/image-pipeline.js +1 -1
- package/lib/image-recipe.js +1 -1
- package/lib/image.js +1 -1
- package/lib/infrastructure-configuration.js +1 -1
- package/lib/lifecycle-policy.js +1 -1
- package/lib/os-version.js +1 -1
- package/lib/recipe-base.js +1 -1
- package/lib/workflow.js +4 -4
- package/package.json +10 -8
- package/rosetta/default.ts-fixture +1 -1
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"yaml": "1.10.2"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"aws-cdk-lib": "^2.
|
|
14
|
+
"aws-cdk-lib": "^2.242.0",
|
|
15
15
|
"constructs": "^10.5.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -619,6 +619,19 @@
|
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
621
|
},
|
|
622
|
+
"aws-cdk-lib.aws_bedrockmantle": {
|
|
623
|
+
"targets": {
|
|
624
|
+
"dotnet": {
|
|
625
|
+
"namespace": "Amazon.CDK.AWS.BedrockMantle"
|
|
626
|
+
},
|
|
627
|
+
"java": {
|
|
628
|
+
"package": "software.amazon.awscdk.services.bedrockmantle"
|
|
629
|
+
},
|
|
630
|
+
"python": {
|
|
631
|
+
"module": "aws_cdk.aws_bedrockmantle"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
622
635
|
"aws-cdk-lib.aws_billingconductor": {
|
|
623
636
|
"targets": {
|
|
624
637
|
"dotnet": {
|
|
@@ -1023,6 +1036,19 @@
|
|
|
1023
1036
|
}
|
|
1024
1037
|
}
|
|
1025
1038
|
},
|
|
1039
|
+
"aws-cdk-lib.aws_computeoptimizer": {
|
|
1040
|
+
"targets": {
|
|
1041
|
+
"dotnet": {
|
|
1042
|
+
"namespace": "Amazon.CDK.AWS.ComputeOptimizer"
|
|
1043
|
+
},
|
|
1044
|
+
"java": {
|
|
1045
|
+
"package": "software.amazon.awscdk.services.computeoptimizer"
|
|
1046
|
+
},
|
|
1047
|
+
"python": {
|
|
1048
|
+
"module": "aws_cdk.aws_computeoptimizer"
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1026
1052
|
"aws-cdk-lib.aws_config": {
|
|
1027
1053
|
"targets": {
|
|
1028
1054
|
"dotnet": {
|
|
@@ -1244,6 +1270,19 @@
|
|
|
1244
1270
|
}
|
|
1245
1271
|
}
|
|
1246
1272
|
},
|
|
1273
|
+
"aws-cdk-lib.aws_directconnect": {
|
|
1274
|
+
"targets": {
|
|
1275
|
+
"dotnet": {
|
|
1276
|
+
"namespace": "Amazon.CDK.AWS.DirectConnect"
|
|
1277
|
+
},
|
|
1278
|
+
"java": {
|
|
1279
|
+
"package": "software.amazon.awscdk.services.directconnect"
|
|
1280
|
+
},
|
|
1281
|
+
"python": {
|
|
1282
|
+
"module": "aws_cdk.aws_directconnect"
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1247
1286
|
"aws-cdk-lib.aws_directoryservice": {
|
|
1248
1287
|
"targets": {
|
|
1249
1288
|
"dotnet": {
|
|
@@ -1361,6 +1400,22 @@
|
|
|
1361
1400
|
}
|
|
1362
1401
|
}
|
|
1363
1402
|
},
|
|
1403
|
+
"aws-cdk-lib.aws_ecr.mixins": {
|
|
1404
|
+
"targets": {
|
|
1405
|
+
"dotnet": {
|
|
1406
|
+
"namespace": "Amazon.CDK.AWS.ECR.Mixins"
|
|
1407
|
+
},
|
|
1408
|
+
"go": {
|
|
1409
|
+
"packageName": "awsecrmixins"
|
|
1410
|
+
},
|
|
1411
|
+
"java": {
|
|
1412
|
+
"package": "software.amazon.awscdk.services.ecr.mixins"
|
|
1413
|
+
},
|
|
1414
|
+
"python": {
|
|
1415
|
+
"module": "aws_cdk.aws_ecr.mixins"
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1364
1419
|
"aws-cdk-lib.aws_ecr_assets": {
|
|
1365
1420
|
"targets": {
|
|
1366
1421
|
"dotnet": {
|
|
@@ -1387,6 +1442,22 @@
|
|
|
1387
1442
|
}
|
|
1388
1443
|
}
|
|
1389
1444
|
},
|
|
1445
|
+
"aws-cdk-lib.aws_ecs.mixins": {
|
|
1446
|
+
"targets": {
|
|
1447
|
+
"dotnet": {
|
|
1448
|
+
"namespace": "Amazon.CDK.AWS.ECS.Mixins"
|
|
1449
|
+
},
|
|
1450
|
+
"go": {
|
|
1451
|
+
"packageName": "awsecsmixins"
|
|
1452
|
+
},
|
|
1453
|
+
"java": {
|
|
1454
|
+
"package": "software.amazon.awscdk.services.ecs.mixins"
|
|
1455
|
+
},
|
|
1456
|
+
"python": {
|
|
1457
|
+
"module": "aws_cdk.aws_ecs.mixins"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1390
1461
|
"aws-cdk-lib.aws_ecs_patterns": {
|
|
1391
1462
|
"targets": {
|
|
1392
1463
|
"dotnet": {
|
|
@@ -3311,6 +3382,22 @@
|
|
|
3311
3382
|
}
|
|
3312
3383
|
}
|
|
3313
3384
|
},
|
|
3385
|
+
"aws-cdk-lib.aws_s3.mixins": {
|
|
3386
|
+
"targets": {
|
|
3387
|
+
"dotnet": {
|
|
3388
|
+
"namespace": "Amazon.CDK.AWS.S3.Mixins"
|
|
3389
|
+
},
|
|
3390
|
+
"go": {
|
|
3391
|
+
"packageName": "awss3mixins"
|
|
3392
|
+
},
|
|
3393
|
+
"java": {
|
|
3394
|
+
"package": "software.amazon.awscdk.services.s3.mixins"
|
|
3395
|
+
},
|
|
3396
|
+
"python": {
|
|
3397
|
+
"module": "aws_cdk.aws_s3.mixins"
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3314
3401
|
"aws-cdk-lib.aws_s3_assets": {
|
|
3315
3402
|
"targets": {
|
|
3316
3403
|
"dotnet": {
|
|
@@ -4600,6 +4687,22 @@
|
|
|
4600
4687
|
}
|
|
4601
4688
|
}
|
|
4602
4689
|
},
|
|
4690
|
+
"aws-cdk-lib.interfaces.aws_bedrockmantle": {
|
|
4691
|
+
"targets": {
|
|
4692
|
+
"dotnet": {
|
|
4693
|
+
"namespace": "Amazon.CDK.Interfaces.BedrockMantle"
|
|
4694
|
+
},
|
|
4695
|
+
"go": {
|
|
4696
|
+
"packageName": "interfacesawsbedrockmantle"
|
|
4697
|
+
},
|
|
4698
|
+
"java": {
|
|
4699
|
+
"package": "software.amazon.awscdk.interfaces.bedrockmantle"
|
|
4700
|
+
},
|
|
4701
|
+
"python": {
|
|
4702
|
+
"module": "aws_cdk.interfaces.aws_bedrockmantle"
|
|
4703
|
+
}
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4603
4706
|
"aws-cdk-lib.interfaces.aws_billing": {
|
|
4604
4707
|
"targets": {
|
|
4605
4708
|
"dotnet": {
|
|
@@ -5048,6 +5151,22 @@
|
|
|
5048
5151
|
}
|
|
5049
5152
|
}
|
|
5050
5153
|
},
|
|
5154
|
+
"aws-cdk-lib.interfaces.aws_computeoptimizer": {
|
|
5155
|
+
"targets": {
|
|
5156
|
+
"dotnet": {
|
|
5157
|
+
"namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
|
|
5158
|
+
},
|
|
5159
|
+
"go": {
|
|
5160
|
+
"packageName": "interfacesawscomputeoptimizer"
|
|
5161
|
+
},
|
|
5162
|
+
"java": {
|
|
5163
|
+
"package": "software.amazon.awscdk.interfaces.computeoptimizer"
|
|
5164
|
+
},
|
|
5165
|
+
"python": {
|
|
5166
|
+
"module": "aws_cdk.interfaces.aws_computeoptimizer"
|
|
5167
|
+
}
|
|
5168
|
+
}
|
|
5169
|
+
},
|
|
5051
5170
|
"aws-cdk-lib.interfaces.aws_config": {
|
|
5052
5171
|
"targets": {
|
|
5053
5172
|
"dotnet": {
|
|
@@ -5320,6 +5439,22 @@
|
|
|
5320
5439
|
}
|
|
5321
5440
|
}
|
|
5322
5441
|
},
|
|
5442
|
+
"aws-cdk-lib.interfaces.aws_directconnect": {
|
|
5443
|
+
"targets": {
|
|
5444
|
+
"dotnet": {
|
|
5445
|
+
"namespace": "Amazon.CDK.Interfaces.DirectConnect"
|
|
5446
|
+
},
|
|
5447
|
+
"go": {
|
|
5448
|
+
"packageName": "interfacesawsdirectconnect"
|
|
5449
|
+
},
|
|
5450
|
+
"java": {
|
|
5451
|
+
"package": "software.amazon.awscdk.interfaces.directconnect"
|
|
5452
|
+
},
|
|
5453
|
+
"python": {
|
|
5454
|
+
"module": "aws_cdk.interfaces.aws_directconnect"
|
|
5455
|
+
}
|
|
5456
|
+
}
|
|
5457
|
+
},
|
|
5323
5458
|
"aws-cdk-lib.interfaces.aws_directoryservice": {
|
|
5324
5459
|
"targets": {
|
|
5325
5460
|
"dotnet": {
|
|
@@ -8515,7 +8650,7 @@
|
|
|
8515
8650
|
"stability": "experimental"
|
|
8516
8651
|
},
|
|
8517
8652
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8518
|
-
"jsiiVersion": "5.9.
|
|
8653
|
+
"jsiiVersion": "5.9.31 (build 550e607)",
|
|
8519
8654
|
"keywords": [
|
|
8520
8655
|
"aws",
|
|
8521
8656
|
"cdk",
|
|
@@ -14390,7 +14525,7 @@
|
|
|
14390
14525
|
},
|
|
14391
14526
|
"locationInModule": {
|
|
14392
14527
|
"filename": "core/lib/resource.ts",
|
|
14393
|
-
"line":
|
|
14528
|
+
"line": 120
|
|
14394
14529
|
},
|
|
14395
14530
|
"parameters": [
|
|
14396
14531
|
{
|
|
@@ -24651,6 +24786,6 @@
|
|
|
24651
24786
|
"symbolId": "lib/workflow:WorkflowType"
|
|
24652
24787
|
}
|
|
24653
24788
|
},
|
|
24654
|
-
"version": "2.
|
|
24789
|
+
"version": "2.242.0-alpha.0",
|
|
24655
24790
|
"fingerprint": "**********"
|
|
24656
24791
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
|
@@ -11,7 +11,7 @@ const constants_1 = require("./private/constants");
|
|
|
11
11
|
* Helper class for working with Amazon-managed components
|
|
12
12
|
*/
|
|
13
13
|
class AmazonManagedComponent {
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.242.0-alpha.0" };
|
|
15
15
|
/**
|
|
16
16
|
* Imports the AWS CLI v2 Amazon-managed component
|
|
17
17
|
*
|
|
@@ -10,7 +10,7 @@ const constants_1 = require("./private/constants");
|
|
|
10
10
|
* Helper class for working with Amazon-managed images
|
|
11
11
|
*/
|
|
12
12
|
class AmazonManagedImage {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.242.0-alpha.0" };
|
|
14
14
|
/**
|
|
15
15
|
* Imports the Amazon Linux 2 Amazon-managed image
|
|
16
16
|
*
|
|
@@ -10,7 +10,7 @@ const workflow_1 = require("./workflow");
|
|
|
10
10
|
* Helper class for working with Amazon-managed workflows
|
|
11
11
|
*/
|
|
12
12
|
class AmazonManagedWorkflow {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.242.0-alpha.0" };
|
|
14
14
|
/**
|
|
15
15
|
* Imports the build-container Amazon-managed workflow
|
|
16
16
|
*
|
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.
|
|
10
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseImage", version: "2.242.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.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.BaseContainerImage", version: "2.242.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.
|
|
151
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerInstanceImage", version: "2.242.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.
|
|
54
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.242.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.
|
|
271
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.242.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.
|
|
301
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.242.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.
|
|
323
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.242.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.
|
|
410
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.242.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.
|
|
471
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.242.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.
|
|
557
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.242.0-alpha.0" };
|
|
558
558
|
/** Uniquely identifies this class. */
|
|
559
559
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Component';
|
|
560
560
|
/**
|
package/lib/container-recipe.js
CHANGED
|
@@ -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.
|
|
76
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.242.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.
|
|
112
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.242.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.
|
|
173
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.242.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.
|
|
248
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.242.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.
|
|
92
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.242.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.
|
|
139
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.242.0-alpha.0" };
|
|
140
140
|
/** Uniquely identifies this class. */
|
|
141
141
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.DistributionConfiguration';
|
|
142
142
|
/**
|
package/lib/image-pipeline.js
CHANGED
|
@@ -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.
|
|
296
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.242.0-alpha.0" };
|
|
297
297
|
/** Uniquely identifies this class. */
|
|
298
298
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImagePipeline';
|
|
299
299
|
/**
|
package/lib/image-recipe.js
CHANGED
|
@@ -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.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.242.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.
|
|
174
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.242.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.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.242.0-alpha.0" };
|
|
139
139
|
/** Uniquely identifies this class. */
|
|
140
140
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
|
|
141
141
|
/**
|
package/lib/lifecycle-policy.js
CHANGED
|
@@ -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.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.242.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.
|
|
28
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.OSVersion", version: "2.242.0-alpha.0" };
|
|
29
29
|
/**
|
|
30
30
|
* OS version for all Linux images
|
|
31
31
|
*/
|
package/lib/recipe-base.js
CHANGED
|
@@ -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.
|
|
9
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentParameterValue", version: "2.242.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.
|
|
205
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.242.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.
|
|
250
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.242.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.
|
|
311
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.242.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.
|
|
407
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.242.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.
|
|
3
|
+
"version": "2.242.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,12 +77,14 @@
|
|
|
77
77
|
},
|
|
78
78
|
"license": "Apache-2.0",
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"aws-cdk-
|
|
81
|
-
"@aws-cdk/
|
|
82
|
-
"@aws-cdk/integ-
|
|
83
|
-
"@aws-cdk/pkglint": "2.
|
|
84
|
-
"@aws-
|
|
80
|
+
"@aws-cdk/cdk-build-tools": "2.242.0-alpha.0",
|
|
81
|
+
"@aws-cdk/integ-runner": "^2.196.1",
|
|
82
|
+
"@aws-cdk/integ-tests-alpha": "2.242.0-alpha.0",
|
|
83
|
+
"@aws-cdk/pkglint": "2.242.0-alpha.0",
|
|
84
|
+
"@aws-sdk/client-inspector2": "^3",
|
|
85
|
+
"@types/aws-lambda": "^8.10.160",
|
|
85
86
|
"@types/jest": "^29.5.14",
|
|
87
|
+
"aws-cdk-lib": "2.242.0",
|
|
86
88
|
"constructs": "^10.5.0",
|
|
87
89
|
"jest": "^29.7.0"
|
|
88
90
|
},
|
|
@@ -94,11 +96,11 @@
|
|
|
94
96
|
],
|
|
95
97
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
96
98
|
"peerDependencies": {
|
|
97
|
-
"aws-cdk-lib": "^2.
|
|
99
|
+
"aws-cdk-lib": "^2.242.0",
|
|
98
100
|
"constructs": "^10.5.0"
|
|
99
101
|
},
|
|
100
102
|
"engines": {
|
|
101
|
-
"node": ">=
|
|
103
|
+
"node": ">= 20.0.0"
|
|
102
104
|
},
|
|
103
105
|
"stability": "experimental",
|
|
104
106
|
"maturity": "experimental",
|
|
@@ -31,7 +31,7 @@ class Fixture extends Stack {
|
|
|
31
31
|
});
|
|
32
32
|
|
|
33
33
|
const lambdaFunction = new lambda.Function(this, 'Function', {
|
|
34
|
-
runtime: lambda.Runtime.
|
|
34
|
+
runtime: lambda.Runtime.NODEJS_24_X,
|
|
35
35
|
handler: 'index.handler',
|
|
36
36
|
code: lambda.Code.fromInline('exports.handler = async () => {};')
|
|
37
37
|
});
|