@aws-cdk/aws-imagebuilder-alpha 2.269.0-alpha.0 → 2.270.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 +2 -2
- 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 +6 -6
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"yaml": "1.10.3"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"aws-cdk-lib": "^2.
|
|
14
|
+
"aws-cdk-lib": "^2.270.0",
|
|
15
15
|
"constructs": "^10.5.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -25730,6 +25730,6 @@
|
|
|
25730
25730
|
"symbolId": "lib/workflow:WorkflowType"
|
|
25731
25731
|
}
|
|
25732
25732
|
},
|
|
25733
|
-
"version": "2.
|
|
25733
|
+
"version": "2.270.0-alpha.0",
|
|
25734
25734
|
"fingerprint": "**********"
|
|
25735
25735
|
}
|
|
@@ -45,7 +45,7 @@ const constants_1 = require("./private/constants");
|
|
|
45
45
|
* Helper class for working with Amazon-managed components
|
|
46
46
|
*/
|
|
47
47
|
class AmazonManagedComponent {
|
|
48
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.
|
|
48
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedComponent", version: "2.270.0-alpha.0" };
|
|
49
49
|
/**
|
|
50
50
|
* Imports the AWS CLI v2 Amazon-managed component
|
|
51
51
|
*
|
|
@@ -44,7 +44,7 @@ const constants_1 = require("./private/constants");
|
|
|
44
44
|
* Helper class for working with Amazon-managed images
|
|
45
45
|
*/
|
|
46
46
|
class AmazonManagedImage {
|
|
47
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.
|
|
47
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedImage", version: "2.270.0-alpha.0" };
|
|
48
48
|
/**
|
|
49
49
|
* Imports the Amazon Linux 2 Amazon-managed image
|
|
50
50
|
*
|
|
@@ -44,7 +44,7 @@ const workflow_1 = require("./workflow");
|
|
|
44
44
|
* Helper class for working with Amazon-managed workflows
|
|
45
45
|
*/
|
|
46
46
|
class AmazonManagedWorkflow {
|
|
47
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.
|
|
47
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AmazonManagedWorkflow", version: "2.270.0-alpha.0" };
|
|
48
48
|
/**
|
|
49
49
|
* Imports the build-container Amazon-managed workflow
|
|
50
50
|
*
|
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.270.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.270.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.270.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
|
@@ -84,7 +84,7 @@ const LATEST_VERSION = 'x.x.x';
|
|
|
84
84
|
* The value of a constant in a component document
|
|
85
85
|
*/
|
|
86
86
|
class ComponentConstantValue {
|
|
87
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.
|
|
87
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentConstantValue", version: "2.270.0-alpha.0" };
|
|
88
88
|
/**
|
|
89
89
|
* Creates a string type constant in a component document
|
|
90
90
|
*
|
|
@@ -301,7 +301,7 @@ var ComponentSchemaVersion;
|
|
|
301
301
|
* Represents the inputs for a step in the component document
|
|
302
302
|
*/
|
|
303
303
|
class ComponentStepInputs {
|
|
304
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.
|
|
304
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepInputs", version: "2.270.0-alpha.0" };
|
|
305
305
|
/**
|
|
306
306
|
* Creates the input value from an object, for the component step
|
|
307
307
|
*
|
|
@@ -331,7 +331,7 @@ exports.ComponentStepInputs = ComponentStepInputs;
|
|
|
331
331
|
* Represents an `if` condition in the component document
|
|
332
332
|
*/
|
|
333
333
|
class ComponentStepIfCondition {
|
|
334
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.
|
|
334
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentStepIfCondition", version: "2.270.0-alpha.0" };
|
|
335
335
|
/**
|
|
336
336
|
* Creates the `if` value from an object, for the component step
|
|
337
337
|
*
|
|
@@ -353,7 +353,7 @@ exports.ComponentStepIfCondition = ComponentStepIfCondition;
|
|
|
353
353
|
* Helper class for referencing and uploading component data
|
|
354
354
|
*/
|
|
355
355
|
class ComponentData {
|
|
356
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.
|
|
356
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ComponentData", version: "2.270.0-alpha.0" };
|
|
357
357
|
/**
|
|
358
358
|
* Uploads component data from a local file to S3 to use as the component data
|
|
359
359
|
*
|
|
@@ -440,7 +440,7 @@ exports.ComponentData = ComponentData;
|
|
|
440
440
|
* Helper class for S3-based component data references, containing additional permission grant methods on the S3 object
|
|
441
441
|
*/
|
|
442
442
|
class S3ComponentData extends ComponentData {
|
|
443
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.
|
|
443
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3ComponentData", version: "2.270.0-alpha.0" };
|
|
444
444
|
bucket;
|
|
445
445
|
key;
|
|
446
446
|
constructor(bucket, key) {
|
|
@@ -501,7 +501,7 @@ class S3ComponentDataFromAsset extends S3ComponentData {
|
|
|
501
501
|
* Helper class for working with AWS Marketplace components
|
|
502
502
|
*/
|
|
503
503
|
class AwsMarketplaceComponent {
|
|
504
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.
|
|
504
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.AwsMarketplaceComponent", version: "2.270.0-alpha.0" };
|
|
505
505
|
/**
|
|
506
506
|
* Imports an AWS Marketplace component from its attributes
|
|
507
507
|
*
|
|
@@ -587,7 +587,7 @@ let Component = (() => {
|
|
|
587
587
|
Component = _classThis = _classDescriptor.value;
|
|
588
588
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
589
589
|
}
|
|
590
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.
|
|
590
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Component", version: "2.270.0-alpha.0" };
|
|
591
591
|
/** Uniquely identifies this class. */
|
|
592
592
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Component';
|
|
593
593
|
/**
|
package/lib/container-recipe.js
CHANGED
|
@@ -106,7 +106,7 @@ var ContainerType;
|
|
|
106
106
|
* Helper class for referencing and uploading dockerfile data for the container recipe
|
|
107
107
|
*/
|
|
108
108
|
class DockerfileData {
|
|
109
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.
|
|
109
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DockerfileData", version: "2.270.0-alpha.0" };
|
|
110
110
|
/**
|
|
111
111
|
* Uploads dockerfile data from a local file to S3 to use as the dockerfile data
|
|
112
112
|
*
|
|
@@ -142,7 +142,7 @@ exports.DockerfileData = DockerfileData;
|
|
|
142
142
|
* Helper class for S3-based dockerfile data references, containing additional permission grant methods on the S3 object
|
|
143
143
|
*/
|
|
144
144
|
class S3DockerfileData extends DockerfileData {
|
|
145
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.
|
|
145
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3DockerfileData", version: "2.270.0-alpha.0" };
|
|
146
146
|
bucket;
|
|
147
147
|
key;
|
|
148
148
|
constructor(bucket, key) {
|
|
@@ -203,7 +203,7 @@ class S3DockerfileDataFromAsset extends S3DockerfileData {
|
|
|
203
203
|
* A new or imported Container Recipe
|
|
204
204
|
*/
|
|
205
205
|
class ContainerRecipeBase extends cdk.Resource {
|
|
206
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.
|
|
206
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase", version: "2.270.0-alpha.0" };
|
|
207
207
|
/**
|
|
208
208
|
* Grant custom actions to the given grantee for the container recipe
|
|
209
209
|
* [disable-awslint:no-grants]
|
|
@@ -278,7 +278,7 @@ let ContainerRecipe = (() => {
|
|
|
278
278
|
ContainerRecipe = _classThis = _classDescriptor.value;
|
|
279
279
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
280
280
|
}
|
|
281
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.
|
|
281
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipe", version: "2.270.0-alpha.0" };
|
|
282
282
|
/** Uniquely identifies this class. */
|
|
283
283
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ContainerRecipe';
|
|
284
284
|
/**
|
|
@@ -122,7 +122,7 @@ var RepositoryService;
|
|
|
122
122
|
* A container repository used to distribute container images in EC2 Image Builder
|
|
123
123
|
*/
|
|
124
124
|
class Repository {
|
|
125
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.
|
|
125
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Repository", version: "2.270.0-alpha.0" };
|
|
126
126
|
/**
|
|
127
127
|
* The ECR repository to use as the target container repository
|
|
128
128
|
*
|
|
@@ -169,7 +169,7 @@ let DistributionConfiguration = (() => {
|
|
|
169
169
|
DistributionConfiguration = _classThis = _classDescriptor.value;
|
|
170
170
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
171
171
|
}
|
|
172
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.
|
|
172
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.DistributionConfiguration", version: "2.270.0-alpha.0" };
|
|
173
173
|
/** Uniquely identifies this class. */
|
|
174
174
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.DistributionConfiguration';
|
|
175
175
|
/**
|
package/lib/image-pipeline.js
CHANGED
|
@@ -326,7 +326,7 @@ let ImagePipeline = (() => {
|
|
|
326
326
|
ImagePipeline = _classThis = _classDescriptor.value;
|
|
327
327
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
328
328
|
}
|
|
329
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.
|
|
329
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImagePipeline", version: "2.270.0-alpha.0" };
|
|
330
330
|
/** Uniquely identifies this class. */
|
|
331
331
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImagePipeline';
|
|
332
332
|
/**
|
package/lib/image-recipe.js
CHANGED
|
@@ -168,7 +168,7 @@ let ImageRecipe = (() => {
|
|
|
168
168
|
ImageRecipe = _classThis = _classDescriptor.value;
|
|
169
169
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
170
170
|
}
|
|
171
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.
|
|
171
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.ImageRecipe", version: "2.270.0-alpha.0" };
|
|
172
172
|
/** Uniquely identifies this class. */
|
|
173
173
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.ImageRecipe';
|
|
174
174
|
/**
|
package/lib/image.js
CHANGED
|
@@ -204,7 +204,7 @@ let Image = (() => {
|
|
|
204
204
|
Image = _classThis = _classDescriptor.value;
|
|
205
205
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
206
206
|
}
|
|
207
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.
|
|
207
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Image", version: "2.270.0-alpha.0" };
|
|
208
208
|
/** Uniquely identifies this class. */
|
|
209
209
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Image';
|
|
210
210
|
/**
|
|
@@ -168,7 +168,7 @@ let InfrastructureConfiguration = (() => {
|
|
|
168
168
|
InfrastructureConfiguration = _classThis = _classDescriptor.value;
|
|
169
169
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
170
170
|
}
|
|
171
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.
|
|
171
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.InfrastructureConfiguration", version: "2.270.0-alpha.0" };
|
|
172
172
|
/** Uniquely identifies this class. */
|
|
173
173
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.InfrastructureConfiguration';
|
|
174
174
|
/**
|
package/lib/lifecycle-policy.js
CHANGED
|
@@ -168,7 +168,7 @@ let LifecyclePolicy = (() => {
|
|
|
168
168
|
LifecyclePolicy = _classThis = _classDescriptor.value;
|
|
169
169
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
170
170
|
}
|
|
171
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.
|
|
171
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.LifecyclePolicy", version: "2.270.0-alpha.0" };
|
|
172
172
|
/** Uniquely identifies this class. */
|
|
173
173
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.LifecyclePolicy';
|
|
174
174
|
/**
|
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.270.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.270.0-alpha.0" };
|
|
10
10
|
/**
|
|
11
11
|
* The value of the parameter as a string
|
|
12
12
|
*
|
package/lib/workflow.js
CHANGED
|
@@ -235,7 +235,7 @@ var WorkflowType;
|
|
|
235
235
|
* Helper class for referencing and uploading workflow data
|
|
236
236
|
*/
|
|
237
237
|
class WorkflowData {
|
|
238
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.
|
|
238
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowData", version: "2.270.0-alpha.0" };
|
|
239
239
|
/**
|
|
240
240
|
* Uploads workflow data from a local file to S3 to use as the workflow data
|
|
241
241
|
*
|
|
@@ -280,7 +280,7 @@ exports.WorkflowData = WorkflowData;
|
|
|
280
280
|
* Helper class for S3-based workflow data references, containing additional permission grant methods on the S3 object
|
|
281
281
|
*/
|
|
282
282
|
class S3WorkflowData extends WorkflowData {
|
|
283
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.
|
|
283
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.S3WorkflowData", version: "2.270.0-alpha.0" };
|
|
284
284
|
bucket;
|
|
285
285
|
key;
|
|
286
286
|
constructor(bucket, key) {
|
|
@@ -341,7 +341,7 @@ class S3WorkflowDataFromAsset extends S3WorkflowData {
|
|
|
341
341
|
* The parameter value for a workflow parameter
|
|
342
342
|
*/
|
|
343
343
|
class WorkflowParameterValue {
|
|
344
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.
|
|
344
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.WorkflowParameterValue", version: "2.270.0-alpha.0" };
|
|
345
345
|
/**
|
|
346
346
|
* The value of the parameter as a boolean
|
|
347
347
|
*
|
|
@@ -437,7 +437,7 @@ let Workflow = (() => {
|
|
|
437
437
|
Workflow = _classThis = _classDescriptor.value;
|
|
438
438
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
439
439
|
}
|
|
440
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.
|
|
440
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-imagebuilder-alpha.Workflow", version: "2.270.0-alpha.0" };
|
|
441
441
|
/** Uniquely identifies this class. */
|
|
442
442
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-imagebuilder-alpha.Workflow';
|
|
443
443
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-imagebuilder-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.270.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.
|
|
80
|
+
"@aws-cdk/cdk-build-tools": "2.270.0-alpha.0",
|
|
81
81
|
"@aws-cdk/integ-runner": "^2.202.3",
|
|
82
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
83
|
-
"@aws-cdk/pkglint": "2.
|
|
82
|
+
"@aws-cdk/integ-tests-alpha": "2.270.0-alpha.0",
|
|
83
|
+
"@aws-cdk/pkglint": "2.270.0-alpha.0",
|
|
84
84
|
"@aws-sdk/client-inspector2": "^3",
|
|
85
85
|
"@types/aws-lambda": "^8.10.162",
|
|
86
86
|
"@types/jest": "^29.5.14",
|
|
87
|
-
"aws-cdk-lib": "2.
|
|
87
|
+
"aws-cdk-lib": "2.270.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.
|
|
99
|
+
"aws-cdk-lib": "^2.270.0",
|
|
100
100
|
"constructs": "^10.5.0"
|
|
101
101
|
},
|
|
102
102
|
"engines": {
|