@aws-cdk/aws-imagebuilder-alpha 2.235.1-alpha.0 → 2.237.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 +568 -539
- package/.jsii.tabl.json.gz +0 -0
- package/awslint.json +11 -1
- 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.d.ts +6 -11
- package/lib/component.js +47 -38
- package/lib/container-recipe.d.ts +4 -12
- package/lib/container-recipe.js +28 -23
- package/lib/distribution-configuration.d.ts +3 -8
- package/lib/distribution-configuration.js +18 -14
- package/lib/image-pipeline.d.ts +3 -8
- package/lib/image-pipeline.js +18 -13
- package/lib/image-recipe.d.ts +4 -12
- package/lib/image-recipe.js +25 -20
- package/lib/image.d.ts +10 -18
- package/lib/image.js +54 -35
- package/lib/infrastructure-configuration.d.ts +3 -8
- package/lib/infrastructure-configuration.js +26 -20
- package/lib/lifecycle-policy.d.ts +3 -8
- package/lib/lifecycle-policy.js +26 -20
- package/lib/os-version.js +1 -1
- package/lib/recipe-base.js +1 -1
- package/lib/workflow.d.ts +3 -8
- package/lib/workflow.js +29 -24
- package/package.json +7 -7
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.237.0",
|
|
15
15
|
"constructs": "^10.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -2609,6 +2609,19 @@
|
|
|
2609
2609
|
}
|
|
2610
2610
|
}
|
|
2611
2611
|
},
|
|
2612
|
+
"aws-cdk-lib.aws_mwaaserverless": {
|
|
2613
|
+
"targets": {
|
|
2614
|
+
"dotnet": {
|
|
2615
|
+
"namespace": "Amazon.CDK.AWS.MWAAServerless"
|
|
2616
|
+
},
|
|
2617
|
+
"java": {
|
|
2618
|
+
"package": "software.amazon.awscdk.services.mwaaserverless"
|
|
2619
|
+
},
|
|
2620
|
+
"python": {
|
|
2621
|
+
"module": "aws_cdk.aws_mwaaserverless"
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2612
2625
|
"aws-cdk-lib.aws_neptune": {
|
|
2613
2626
|
"targets": {
|
|
2614
2627
|
"dotnet": {
|
|
@@ -6814,6 +6827,22 @@
|
|
|
6814
6827
|
}
|
|
6815
6828
|
}
|
|
6816
6829
|
},
|
|
6830
|
+
"aws-cdk-lib.interfaces.aws_mwaaserverless": {
|
|
6831
|
+
"targets": {
|
|
6832
|
+
"dotnet": {
|
|
6833
|
+
"namespace": "Amazon.CDK.Interfaces.MWAAServerless"
|
|
6834
|
+
},
|
|
6835
|
+
"go": {
|
|
6836
|
+
"packageName": "interfacesawsmwaaserverless"
|
|
6837
|
+
},
|
|
6838
|
+
"java": {
|
|
6839
|
+
"package": "software.amazon.awscdk.interfaces.mwaaserverless"
|
|
6840
|
+
},
|
|
6841
|
+
"python": {
|
|
6842
|
+
"module": "aws_cdk.interfaces.aws_mwaaserverless"
|
|
6843
|
+
}
|
|
6844
|
+
}
|
|
6845
|
+
},
|
|
6817
6846
|
"aws-cdk-lib.interfaces.aws_neptune": {
|
|
6818
6847
|
"targets": {
|
|
6819
6848
|
"dotnet": {
|
|
@@ -8473,7 +8502,7 @@
|
|
|
8473
8502
|
"stability": "experimental"
|
|
8474
8503
|
},
|
|
8475
8504
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8476
|
-
"jsiiVersion": "5.9.
|
|
8505
|
+
"jsiiVersion": "5.9.23 (build 29252a0)",
|
|
8477
8506
|
"keywords": [
|
|
8478
8507
|
"aws",
|
|
8479
8508
|
"cdk",
|
|
@@ -10402,7 +10431,7 @@
|
|
|
10402
10431
|
"kind": "interface",
|
|
10403
10432
|
"locationInModule": {
|
|
10404
10433
|
"filename": "lib/distribution-configuration.ts",
|
|
10405
|
-
"line":
|
|
10434
|
+
"line": 189
|
|
10406
10435
|
},
|
|
10407
10436
|
"name": "AmiDistribution",
|
|
10408
10437
|
"properties": [
|
|
@@ -10416,7 +10445,7 @@
|
|
|
10416
10445
|
"immutable": true,
|
|
10417
10446
|
"locationInModule": {
|
|
10418
10447
|
"filename": "lib/distribution-configuration.ts",
|
|
10419
|
-
"line":
|
|
10448
|
+
"line": 209
|
|
10420
10449
|
},
|
|
10421
10450
|
"name": "amiDescription",
|
|
10422
10451
|
"optional": true,
|
|
@@ -10434,7 +10463,7 @@
|
|
|
10434
10463
|
"immutable": true,
|
|
10435
10464
|
"locationInModule": {
|
|
10436
10465
|
"filename": "lib/distribution-configuration.ts",
|
|
10437
|
-
"line":
|
|
10466
|
+
"line": 216
|
|
10438
10467
|
},
|
|
10439
10468
|
"name": "amiKmsKey",
|
|
10440
10469
|
"optional": true,
|
|
@@ -10452,7 +10481,7 @@
|
|
|
10452
10481
|
"immutable": true,
|
|
10453
10482
|
"locationInModule": {
|
|
10454
10483
|
"filename": "lib/distribution-configuration.ts",
|
|
10455
|
-
"line":
|
|
10484
|
+
"line": 223
|
|
10456
10485
|
},
|
|
10457
10486
|
"name": "amiLaunchPermission",
|
|
10458
10487
|
"optional": true,
|
|
@@ -10470,7 +10499,7 @@
|
|
|
10470
10499
|
"immutable": true,
|
|
10471
10500
|
"locationInModule": {
|
|
10472
10501
|
"filename": "lib/distribution-configuration.ts",
|
|
10473
|
-
"line":
|
|
10502
|
+
"line": 230
|
|
10474
10503
|
},
|
|
10475
10504
|
"name": "amiName",
|
|
10476
10505
|
"optional": true,
|
|
@@ -10488,7 +10517,7 @@
|
|
|
10488
10517
|
"immutable": true,
|
|
10489
10518
|
"locationInModule": {
|
|
10490
10519
|
"filename": "lib/distribution-configuration.ts",
|
|
10491
|
-
"line":
|
|
10520
|
+
"line": 202
|
|
10492
10521
|
},
|
|
10493
10522
|
"name": "amiTags",
|
|
10494
10523
|
"optional": true,
|
|
@@ -10511,7 +10540,7 @@
|
|
|
10511
10540
|
"immutable": true,
|
|
10512
10541
|
"locationInModule": {
|
|
10513
10542
|
"filename": "lib/distribution-configuration.ts",
|
|
10514
|
-
"line":
|
|
10543
|
+
"line": 237
|
|
10515
10544
|
},
|
|
10516
10545
|
"name": "amiTargetAccountIds",
|
|
10517
10546
|
"optional": true,
|
|
@@ -10535,7 +10564,7 @@
|
|
|
10535
10564
|
"immutable": true,
|
|
10536
10565
|
"locationInModule": {
|
|
10537
10566
|
"filename": "lib/distribution-configuration.ts",
|
|
10538
|
-
"line":
|
|
10567
|
+
"line": 259
|
|
10539
10568
|
},
|
|
10540
10569
|
"name": "fastLaunchConfigurations",
|
|
10541
10570
|
"optional": true,
|
|
@@ -10558,7 +10587,7 @@
|
|
|
10558
10587
|
"immutable": true,
|
|
10559
10588
|
"locationInModule": {
|
|
10560
10589
|
"filename": "lib/distribution-configuration.ts",
|
|
10561
|
-
"line":
|
|
10590
|
+
"line": 251
|
|
10562
10591
|
},
|
|
10563
10592
|
"name": "launchTemplates",
|
|
10564
10593
|
"optional": true,
|
|
@@ -10581,7 +10610,7 @@
|
|
|
10581
10610
|
"immutable": true,
|
|
10582
10611
|
"locationInModule": {
|
|
10583
10612
|
"filename": "lib/distribution-configuration.ts",
|
|
10584
|
-
"line":
|
|
10613
|
+
"line": 266
|
|
10585
10614
|
},
|
|
10586
10615
|
"name": "licenseConfigurationArns",
|
|
10587
10616
|
"optional": true,
|
|
@@ -10604,7 +10633,7 @@
|
|
|
10604
10633
|
"immutable": true,
|
|
10605
10634
|
"locationInModule": {
|
|
10606
10635
|
"filename": "lib/distribution-configuration.ts",
|
|
10607
|
-
"line":
|
|
10636
|
+
"line": 195
|
|
10608
10637
|
},
|
|
10609
10638
|
"name": "region",
|
|
10610
10639
|
"optional": true,
|
|
@@ -10622,7 +10651,7 @@
|
|
|
10622
10651
|
"immutable": true,
|
|
10623
10652
|
"locationInModule": {
|
|
10624
10653
|
"filename": "lib/distribution-configuration.ts",
|
|
10625
|
-
"line":
|
|
10654
|
+
"line": 244
|
|
10626
10655
|
},
|
|
10627
10656
|
"name": "ssmParameters",
|
|
10628
10657
|
"optional": true,
|
|
@@ -10653,7 +10682,7 @@
|
|
|
10653
10682
|
"kind": "interface",
|
|
10654
10683
|
"locationInModule": {
|
|
10655
10684
|
"filename": "lib/distribution-configuration.ts",
|
|
10656
|
-
"line":
|
|
10685
|
+
"line": 55
|
|
10657
10686
|
},
|
|
10658
10687
|
"name": "AmiLaunchPermission",
|
|
10659
10688
|
"properties": [
|
|
@@ -10667,7 +10696,7 @@
|
|
|
10667
10696
|
"immutable": true,
|
|
10668
10697
|
"locationInModule": {
|
|
10669
10698
|
"filename": "lib/distribution-configuration.ts",
|
|
10670
|
-
"line":
|
|
10699
|
+
"line": 91
|
|
10671
10700
|
},
|
|
10672
10701
|
"name": "accountIds",
|
|
10673
10702
|
"optional": true,
|
|
@@ -10691,7 +10720,7 @@
|
|
|
10691
10720
|
"immutable": true,
|
|
10692
10721
|
"locationInModule": {
|
|
10693
10722
|
"filename": "lib/distribution-configuration.ts",
|
|
10694
|
-
"line":
|
|
10723
|
+
"line": 84
|
|
10695
10724
|
},
|
|
10696
10725
|
"name": "isPublicUserGroup",
|
|
10697
10726
|
"optional": true,
|
|
@@ -10709,7 +10738,7 @@
|
|
|
10709
10738
|
"immutable": true,
|
|
10710
10739
|
"locationInModule": {
|
|
10711
10740
|
"filename": "lib/distribution-configuration.ts",
|
|
10712
|
-
"line":
|
|
10741
|
+
"line": 61
|
|
10713
10742
|
},
|
|
10714
10743
|
"name": "organizationalUnitArns",
|
|
10715
10744
|
"optional": true,
|
|
@@ -10732,7 +10761,7 @@
|
|
|
10732
10761
|
"immutable": true,
|
|
10733
10762
|
"locationInModule": {
|
|
10734
10763
|
"filename": "lib/distribution-configuration.ts",
|
|
10735
|
-
"line":
|
|
10764
|
+
"line": 68
|
|
10736
10765
|
},
|
|
10737
10766
|
"name": "organizationArns",
|
|
10738
10767
|
"optional": true,
|
|
@@ -10767,7 +10796,7 @@
|
|
|
10767
10796
|
"kind": "class",
|
|
10768
10797
|
"locationInModule": {
|
|
10769
10798
|
"filename": "lib/component.ts",
|
|
10770
|
-
"line":
|
|
10799
|
+
"line": 855
|
|
10771
10800
|
},
|
|
10772
10801
|
"methods": [
|
|
10773
10802
|
{
|
|
@@ -10777,7 +10806,7 @@
|
|
|
10777
10806
|
},
|
|
10778
10807
|
"locationInModule": {
|
|
10779
10808
|
"filename": "lib/component.ts",
|
|
10780
|
-
"line":
|
|
10809
|
+
"line": 863
|
|
10781
10810
|
},
|
|
10782
10811
|
"name": "fromAwsMarketplaceComponentAttributes",
|
|
10783
10812
|
"parameters": [
|
|
@@ -10835,7 +10864,7 @@
|
|
|
10835
10864
|
"kind": "interface",
|
|
10836
10865
|
"locationInModule": {
|
|
10837
10866
|
"filename": "lib/component.ts",
|
|
10838
|
-
"line":
|
|
10867
|
+
"line": 156
|
|
10839
10868
|
},
|
|
10840
10869
|
"name": "AwsMarketplaceComponentAttributes",
|
|
10841
10870
|
"properties": [
|
|
@@ -10849,7 +10878,7 @@
|
|
|
10849
10878
|
"immutable": true,
|
|
10850
10879
|
"locationInModule": {
|
|
10851
10880
|
"filename": "lib/component.ts",
|
|
10852
|
-
"line":
|
|
10881
|
+
"line": 160
|
|
10853
10882
|
},
|
|
10854
10883
|
"name": "componentName",
|
|
10855
10884
|
"type": {
|
|
@@ -10865,7 +10894,7 @@
|
|
|
10865
10894
|
"immutable": true,
|
|
10866
10895
|
"locationInModule": {
|
|
10867
10896
|
"filename": "lib/component.ts",
|
|
10868
|
-
"line":
|
|
10897
|
+
"line": 165
|
|
10869
10898
|
},
|
|
10870
10899
|
"name": "marketplaceProductId",
|
|
10871
10900
|
"type": {
|
|
@@ -10882,7 +10911,7 @@
|
|
|
10882
10911
|
"immutable": true,
|
|
10883
10912
|
"locationInModule": {
|
|
10884
10913
|
"filename": "lib/component.ts",
|
|
10885
|
-
"line":
|
|
10914
|
+
"line": 172
|
|
10886
10915
|
},
|
|
10887
10916
|
"name": "componentVersion",
|
|
10888
10917
|
"optional": true,
|
|
@@ -11370,7 +11399,7 @@
|
|
|
11370
11399
|
},
|
|
11371
11400
|
"locationInModule": {
|
|
11372
11401
|
"filename": "lib/component.ts",
|
|
11373
|
-
"line":
|
|
11402
|
+
"line": 1019
|
|
11374
11403
|
},
|
|
11375
11404
|
"parameters": [
|
|
11376
11405
|
{
|
|
@@ -11399,7 +11428,7 @@
|
|
|
11399
11428
|
"kind": "class",
|
|
11400
11429
|
"locationInModule": {
|
|
11401
11430
|
"filename": "lib/component.ts",
|
|
11402
|
-
"line":
|
|
11431
|
+
"line": 931
|
|
11403
11432
|
},
|
|
11404
11433
|
"methods": [
|
|
11405
11434
|
{
|
|
@@ -11409,7 +11438,7 @@
|
|
|
11409
11438
|
},
|
|
11410
11439
|
"locationInModule": {
|
|
11411
11440
|
"filename": "lib/component.ts",
|
|
11412
|
-
"line":
|
|
11441
|
+
"line": 939
|
|
11413
11442
|
},
|
|
11414
11443
|
"name": "fromComponentArn",
|
|
11415
11444
|
"parameters": [
|
|
@@ -11447,7 +11476,7 @@
|
|
|
11447
11476
|
},
|
|
11448
11477
|
"locationInModule": {
|
|
11449
11478
|
"filename": "lib/component.ts",
|
|
11450
|
-
"line":
|
|
11479
|
+
"line": 956
|
|
11451
11480
|
},
|
|
11452
11481
|
"name": "fromComponentAttributes",
|
|
11453
11482
|
"parameters": [
|
|
@@ -11485,7 +11514,7 @@
|
|
|
11485
11514
|
},
|
|
11486
11515
|
"locationInModule": {
|
|
11487
11516
|
"filename": "lib/component.ts",
|
|
11488
|
-
"line":
|
|
11517
|
+
"line": 947
|
|
11489
11518
|
},
|
|
11490
11519
|
"name": "fromComponentName",
|
|
11491
11520
|
"parameters": [
|
|
@@ -11522,7 +11551,7 @@
|
|
|
11522
11551
|
},
|
|
11523
11552
|
"locationInModule": {
|
|
11524
11553
|
"filename": "lib/component.ts",
|
|
11525
|
-
"line":
|
|
11554
|
+
"line": 1002
|
|
11526
11555
|
},
|
|
11527
11556
|
"name": "isComponent",
|
|
11528
11557
|
"parameters": [
|
|
@@ -11547,7 +11576,7 @@
|
|
|
11547
11576
|
},
|
|
11548
11577
|
"locationInModule": {
|
|
11549
11578
|
"filename": "lib/component.ts",
|
|
11550
|
-
"line":
|
|
11579
|
+
"line": 905
|
|
11551
11580
|
},
|
|
11552
11581
|
"name": "grant",
|
|
11553
11582
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11587,7 +11616,7 @@
|
|
|
11587
11616
|
},
|
|
11588
11617
|
"locationInModule": {
|
|
11589
11618
|
"filename": "lib/component.ts",
|
|
11590
|
-
"line":
|
|
11619
|
+
"line": 921
|
|
11591
11620
|
},
|
|
11592
11621
|
"name": "grantRead",
|
|
11593
11622
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11620,7 +11649,7 @@
|
|
|
11620
11649
|
"immutable": true,
|
|
11621
11650
|
"locationInModule": {
|
|
11622
11651
|
"filename": "lib/component.ts",
|
|
11623
|
-
"line":
|
|
11652
|
+
"line": 934
|
|
11624
11653
|
},
|
|
11625
11654
|
"name": "PROPERTY_INJECTION_ID",
|
|
11626
11655
|
"static": true,
|
|
@@ -11636,7 +11665,7 @@
|
|
|
11636
11665
|
"immutable": true,
|
|
11637
11666
|
"locationInModule": {
|
|
11638
11667
|
"filename": "lib/component.ts",
|
|
11639
|
-
"line":
|
|
11668
|
+
"line": 1075
|
|
11640
11669
|
},
|
|
11641
11670
|
"name": "componentArn",
|
|
11642
11671
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11652,7 +11681,7 @@
|
|
|
11652
11681
|
"immutable": true,
|
|
11653
11682
|
"locationInModule": {
|
|
11654
11683
|
"filename": "lib/component.ts",
|
|
11655
|
-
"line":
|
|
11684
|
+
"line": 1070
|
|
11656
11685
|
},
|
|
11657
11686
|
"name": "componentName",
|
|
11658
11687
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11671,7 +11700,7 @@
|
|
|
11671
11700
|
"immutable": true,
|
|
11672
11701
|
"locationInModule": {
|
|
11673
11702
|
"filename": "lib/component.ts",
|
|
11674
|
-
"line":
|
|
11703
|
+
"line": 1089
|
|
11675
11704
|
},
|
|
11676
11705
|
"name": "componentType",
|
|
11677
11706
|
"type": {
|
|
@@ -11686,7 +11715,7 @@
|
|
|
11686
11715
|
"immutable": true,
|
|
11687
11716
|
"locationInModule": {
|
|
11688
11717
|
"filename": "lib/component.ts",
|
|
11689
|
-
"line":
|
|
11718
|
+
"line": 1009
|
|
11690
11719
|
},
|
|
11691
11720
|
"name": "componentVersion",
|
|
11692
11721
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11702,7 +11731,7 @@
|
|
|
11702
11731
|
"immutable": true,
|
|
11703
11732
|
"locationInModule": {
|
|
11704
11733
|
"filename": "lib/component.ts",
|
|
11705
|
-
"line":
|
|
11734
|
+
"line": 1014
|
|
11706
11735
|
},
|
|
11707
11736
|
"name": "encrypted",
|
|
11708
11737
|
"type": {
|
|
@@ -11716,7 +11745,7 @@
|
|
|
11716
11745
|
"immutable": true,
|
|
11717
11746
|
"locationInModule": {
|
|
11718
11747
|
"filename": "lib/component.ts",
|
|
11719
|
-
"line":
|
|
11748
|
+
"line": 1016
|
|
11720
11749
|
},
|
|
11721
11750
|
"name": "kmsKey",
|
|
11722
11751
|
"optional": true,
|
|
@@ -11742,7 +11771,7 @@
|
|
|
11742
11771
|
"kind": "enum",
|
|
11743
11772
|
"locationInModule": {
|
|
11744
11773
|
"filename": "lib/component.ts",
|
|
11745
|
-
"line":
|
|
11774
|
+
"line": 391
|
|
11746
11775
|
},
|
|
11747
11776
|
"members": [
|
|
11748
11777
|
{
|
|
@@ -11974,7 +12003,7 @@
|
|
|
11974
12003
|
"kind": "interface",
|
|
11975
12004
|
"locationInModule": {
|
|
11976
12005
|
"filename": "lib/component.ts",
|
|
11977
|
-
"line":
|
|
12006
|
+
"line": 128
|
|
11978
12007
|
},
|
|
11979
12008
|
"name": "ComponentAttributes",
|
|
11980
12009
|
"properties": [
|
|
@@ -11988,7 +12017,7 @@
|
|
|
11988
12017
|
"immutable": true,
|
|
11989
12018
|
"locationInModule": {
|
|
11990
12019
|
"filename": "lib/component.ts",
|
|
11991
|
-
"line":
|
|
12020
|
+
"line": 135
|
|
11992
12021
|
},
|
|
11993
12022
|
"name": "componentArn",
|
|
11994
12023
|
"optional": true,
|
|
@@ -12006,7 +12035,7 @@
|
|
|
12006
12035
|
"immutable": true,
|
|
12007
12036
|
"locationInModule": {
|
|
12008
12037
|
"filename": "lib/component.ts",
|
|
12009
|
-
"line":
|
|
12038
|
+
"line": 143
|
|
12010
12039
|
},
|
|
12011
12040
|
"name": "componentName",
|
|
12012
12041
|
"optional": true,
|
|
@@ -12024,7 +12053,7 @@
|
|
|
12024
12053
|
"immutable": true,
|
|
12025
12054
|
"locationInModule": {
|
|
12026
12055
|
"filename": "lib/component.ts",
|
|
12027
|
-
"line":
|
|
12056
|
+
"line": 150
|
|
12028
12057
|
},
|
|
12029
12058
|
"name": "componentVersion",
|
|
12030
12059
|
"optional": true,
|
|
@@ -12113,7 +12142,7 @@
|
|
|
12113
12142
|
},
|
|
12114
12143
|
"locationInModule": {
|
|
12115
12144
|
"filename": "lib/component.ts",
|
|
12116
|
-
"line":
|
|
12145
|
+
"line": 358
|
|
12117
12146
|
},
|
|
12118
12147
|
"parameters": [
|
|
12119
12148
|
{
|
|
@@ -12134,7 +12163,7 @@
|
|
|
12134
12163
|
"kind": "class",
|
|
12135
12164
|
"locationInModule": {
|
|
12136
12165
|
"filename": "lib/component.ts",
|
|
12137
|
-
"line":
|
|
12166
|
+
"line": 338
|
|
12138
12167
|
},
|
|
12139
12168
|
"methods": [
|
|
12140
12169
|
{
|
|
@@ -12144,7 +12173,7 @@
|
|
|
12144
12173
|
},
|
|
12145
12174
|
"locationInModule": {
|
|
12146
12175
|
"filename": "lib/component.ts",
|
|
12147
|
-
"line":
|
|
12176
|
+
"line": 344
|
|
12148
12177
|
},
|
|
12149
12178
|
"name": "fromString",
|
|
12150
12179
|
"parameters": [
|
|
@@ -12176,7 +12205,7 @@
|
|
|
12176
12205
|
"immutable": true,
|
|
12177
12206
|
"locationInModule": {
|
|
12178
12207
|
"filename": "lib/component.ts",
|
|
12179
|
-
"line":
|
|
12208
|
+
"line": 351
|
|
12180
12209
|
},
|
|
12181
12210
|
"name": "type",
|
|
12182
12211
|
"type": {
|
|
@@ -12191,7 +12220,7 @@
|
|
|
12191
12220
|
"immutable": true,
|
|
12192
12221
|
"locationInModule": {
|
|
12193
12222
|
"filename": "lib/component.ts",
|
|
12194
|
-
"line":
|
|
12223
|
+
"line": 356
|
|
12195
12224
|
},
|
|
12196
12225
|
"name": "value",
|
|
12197
12226
|
"type": {
|
|
@@ -12221,7 +12250,7 @@
|
|
|
12221
12250
|
"kind": "class",
|
|
12222
12251
|
"locationInModule": {
|
|
12223
12252
|
"filename": "lib/component.ts",
|
|
12224
|
-
"line":
|
|
12253
|
+
"line": 691
|
|
12225
12254
|
},
|
|
12226
12255
|
"methods": [
|
|
12227
12256
|
{
|
|
@@ -12231,7 +12260,7 @@
|
|
|
12231
12260
|
},
|
|
12232
12261
|
"locationInModule": {
|
|
12233
12262
|
"filename": "lib/component.ts",
|
|
12234
|
-
"line":
|
|
12263
|
+
"line": 700
|
|
12235
12264
|
},
|
|
12236
12265
|
"name": "fromAsset",
|
|
12237
12266
|
"parameters": [
|
|
@@ -12287,7 +12316,7 @@
|
|
|
12287
12316
|
},
|
|
12288
12317
|
"locationInModule": {
|
|
12289
12318
|
"filename": "lib/component.ts",
|
|
12290
|
-
"line":
|
|
12319
|
+
"line": 735
|
|
12291
12320
|
},
|
|
12292
12321
|
"name": "fromComponentDocumentJsonObject",
|
|
12293
12322
|
"parameters": [
|
|
@@ -12315,7 +12344,7 @@
|
|
|
12315
12344
|
},
|
|
12316
12345
|
"locationInModule": {
|
|
12317
12346
|
"filename": "lib/component.ts",
|
|
12318
|
-
"line":
|
|
12347
|
+
"line": 769
|
|
12319
12348
|
},
|
|
12320
12349
|
"name": "fromInline",
|
|
12321
12350
|
"parameters": [
|
|
@@ -12343,7 +12372,7 @@
|
|
|
12343
12372
|
},
|
|
12344
12373
|
"locationInModule": {
|
|
12345
12374
|
"filename": "lib/component.ts",
|
|
12346
|
-
"line":
|
|
12375
|
+
"line": 725
|
|
12347
12376
|
},
|
|
12348
12377
|
"name": "fromJsonObject",
|
|
12349
12378
|
"parameters": [
|
|
@@ -12376,7 +12405,7 @@
|
|
|
12376
12405
|
},
|
|
12377
12406
|
"locationInModule": {
|
|
12378
12407
|
"filename": "lib/component.ts",
|
|
12379
|
-
"line":
|
|
12408
|
+
"line": 716
|
|
12380
12409
|
},
|
|
12381
12410
|
"name": "fromS3",
|
|
12382
12411
|
"parameters": [
|
|
@@ -12415,7 +12444,7 @@
|
|
|
12415
12444
|
},
|
|
12416
12445
|
"locationInModule": {
|
|
12417
12446
|
"filename": "lib/component.ts",
|
|
12418
|
-
"line":
|
|
12447
|
+
"line": 778
|
|
12419
12448
|
},
|
|
12420
12449
|
"name": "render",
|
|
12421
12450
|
"returns": {
|
|
@@ -12444,7 +12473,7 @@
|
|
|
12444
12473
|
"kind": "interface",
|
|
12445
12474
|
"locationInModule": {
|
|
12446
12475
|
"filename": "lib/component.ts",
|
|
12447
|
-
"line":
|
|
12476
|
+
"line": 672
|
|
12448
12477
|
},
|
|
12449
12478
|
"name": "ComponentDataConfig",
|
|
12450
12479
|
"properties": [
|
|
@@ -12458,7 +12487,7 @@
|
|
|
12458
12487
|
"immutable": true,
|
|
12459
12488
|
"locationInModule": {
|
|
12460
12489
|
"filename": "lib/component.ts",
|
|
12461
|
-
"line":
|
|
12490
|
+
"line": 678
|
|
12462
12491
|
},
|
|
12463
12492
|
"name": "data",
|
|
12464
12493
|
"optional": true,
|
|
@@ -12476,7 +12505,7 @@
|
|
|
12476
12505
|
"immutable": true,
|
|
12477
12506
|
"locationInModule": {
|
|
12478
12507
|
"filename": "lib/component.ts",
|
|
12479
|
-
"line":
|
|
12508
|
+
"line": 685
|
|
12480
12509
|
},
|
|
12481
12510
|
"name": "uri",
|
|
12482
12511
|
"optional": true,
|
|
@@ -12502,7 +12531,7 @@
|
|
|
12502
12531
|
"kind": "interface",
|
|
12503
12532
|
"locationInModule": {
|
|
12504
12533
|
"filename": "lib/component.ts",
|
|
12505
|
-
"line":
|
|
12534
|
+
"line": 178
|
|
12506
12535
|
},
|
|
12507
12536
|
"name": "ComponentDocument",
|
|
12508
12537
|
"properties": [
|
|
@@ -12515,7 +12544,7 @@
|
|
|
12515
12544
|
"immutable": true,
|
|
12516
12545
|
"locationInModule": {
|
|
12517
12546
|
"filename": "lib/component.ts",
|
|
12518
|
-
"line":
|
|
12547
|
+
"line": 187
|
|
12519
12548
|
},
|
|
12520
12549
|
"name": "phases",
|
|
12521
12550
|
"type": {
|
|
@@ -12536,7 +12565,7 @@
|
|
|
12536
12565
|
"immutable": true,
|
|
12537
12566
|
"locationInModule": {
|
|
12538
12567
|
"filename": "lib/component.ts",
|
|
12539
|
-
"line":
|
|
12568
|
+
"line": 182
|
|
12540
12569
|
},
|
|
12541
12570
|
"name": "schemaVersion",
|
|
12542
12571
|
"type": {
|
|
@@ -12553,7 +12582,7 @@
|
|
|
12553
12582
|
"immutable": true,
|
|
12554
12583
|
"locationInModule": {
|
|
12555
12584
|
"filename": "lib/component.ts",
|
|
12556
|
-
"line":
|
|
12585
|
+
"line": 208
|
|
12557
12586
|
},
|
|
12558
12587
|
"name": "constants",
|
|
12559
12588
|
"optional": true,
|
|
@@ -12576,7 +12605,7 @@
|
|
|
12576
12605
|
"immutable": true,
|
|
12577
12606
|
"locationInModule": {
|
|
12578
12607
|
"filename": "lib/component.ts",
|
|
12579
|
-
"line":
|
|
12608
|
+
"line": 201
|
|
12580
12609
|
},
|
|
12581
12610
|
"name": "description",
|
|
12582
12611
|
"optional": true,
|
|
@@ -12594,7 +12623,7 @@
|
|
|
12594
12623
|
"immutable": true,
|
|
12595
12624
|
"locationInModule": {
|
|
12596
12625
|
"filename": "lib/component.ts",
|
|
12597
|
-
"line":
|
|
12626
|
+
"line": 194
|
|
12598
12627
|
},
|
|
12599
12628
|
"name": "name",
|
|
12600
12629
|
"optional": true,
|
|
@@ -12612,7 +12641,7 @@
|
|
|
12612
12641
|
"immutable": true,
|
|
12613
12642
|
"locationInModule": {
|
|
12614
12643
|
"filename": "lib/component.ts",
|
|
12615
|
-
"line":
|
|
12644
|
+
"line": 215
|
|
12616
12645
|
},
|
|
12617
12646
|
"name": "parameters",
|
|
12618
12647
|
"optional": true,
|
|
@@ -12644,7 +12673,7 @@
|
|
|
12644
12673
|
"kind": "interface",
|
|
12645
12674
|
"locationInModule": {
|
|
12646
12675
|
"filename": "lib/component.ts",
|
|
12647
|
-
"line":
|
|
12676
|
+
"line": 319
|
|
12648
12677
|
},
|
|
12649
12678
|
"name": "ComponentDocumentForLoop",
|
|
12650
12679
|
"properties": [
|
|
@@ -12658,7 +12687,7 @@
|
|
|
12658
12687
|
"immutable": true,
|
|
12659
12688
|
"locationInModule": {
|
|
12660
12689
|
"filename": "lib/component.ts",
|
|
12661
|
-
"line":
|
|
12690
|
+
"line": 327
|
|
12662
12691
|
},
|
|
12663
12692
|
"name": "end",
|
|
12664
12693
|
"type": {
|
|
@@ -12675,7 +12704,7 @@
|
|
|
12675
12704
|
"immutable": true,
|
|
12676
12705
|
"locationInModule": {
|
|
12677
12706
|
"filename": "lib/component.ts",
|
|
12678
|
-
"line":
|
|
12707
|
+
"line": 323
|
|
12679
12708
|
},
|
|
12680
12709
|
"name": "start",
|
|
12681
12710
|
"type": {
|
|
@@ -12692,7 +12721,7 @@
|
|
|
12692
12721
|
"immutable": true,
|
|
12693
12722
|
"locationInModule": {
|
|
12694
12723
|
"filename": "lib/component.ts",
|
|
12695
|
-
"line":
|
|
12724
|
+
"line": 332
|
|
12696
12725
|
},
|
|
12697
12726
|
"name": "updateBy",
|
|
12698
12727
|
"type": {
|
|
@@ -12717,7 +12746,7 @@
|
|
|
12717
12746
|
"kind": "interface",
|
|
12718
12747
|
"locationInModule": {
|
|
12719
12748
|
"filename": "lib/component.ts",
|
|
12720
|
-
"line":
|
|
12749
|
+
"line": 291
|
|
12721
12750
|
},
|
|
12722
12751
|
"name": "ComponentDocumentLoop",
|
|
12723
12752
|
"properties": [
|
|
@@ -12731,7 +12760,7 @@
|
|
|
12731
12760
|
"immutable": true,
|
|
12732
12761
|
"locationInModule": {
|
|
12733
12762
|
"filename": "lib/component.ts",
|
|
12734
|
-
"line":
|
|
12763
|
+
"line": 305
|
|
12735
12764
|
},
|
|
12736
12765
|
"name": "for",
|
|
12737
12766
|
"optional": true,
|
|
@@ -12749,7 +12778,7 @@
|
|
|
12749
12778
|
"immutable": true,
|
|
12750
12779
|
"locationInModule": {
|
|
12751
12780
|
"filename": "lib/component.ts",
|
|
12752
|
-
"line":
|
|
12781
|
+
"line": 312
|
|
12753
12782
|
},
|
|
12754
12783
|
"name": "forEach",
|
|
12755
12784
|
"optional": true,
|
|
@@ -12772,7 +12801,7 @@
|
|
|
12772
12801
|
"immutable": true,
|
|
12773
12802
|
"locationInModule": {
|
|
12774
12803
|
"filename": "lib/component.ts",
|
|
12775
|
-
"line":
|
|
12804
|
+
"line": 297
|
|
12776
12805
|
},
|
|
12777
12806
|
"name": "name",
|
|
12778
12807
|
"optional": true,
|
|
@@ -12798,7 +12827,7 @@
|
|
|
12798
12827
|
"kind": "interface",
|
|
12799
12828
|
"locationInModule": {
|
|
12800
12829
|
"filename": "lib/component.ts",
|
|
12801
|
-
"line":
|
|
12830
|
+
"line": 367
|
|
12802
12831
|
},
|
|
12803
12832
|
"name": "ComponentDocumentParameterDefinition",
|
|
12804
12833
|
"properties": [
|
|
@@ -12811,7 +12840,7 @@
|
|
|
12811
12840
|
"immutable": true,
|
|
12812
12841
|
"locationInModule": {
|
|
12813
12842
|
"filename": "lib/component.ts",
|
|
12814
|
-
"line":
|
|
12843
|
+
"line": 371
|
|
12815
12844
|
},
|
|
12816
12845
|
"name": "type",
|
|
12817
12846
|
"type": {
|
|
@@ -12828,7 +12857,7 @@
|
|
|
12828
12857
|
"immutable": true,
|
|
12829
12858
|
"locationInModule": {
|
|
12830
12859
|
"filename": "lib/component.ts",
|
|
12831
|
-
"line":
|
|
12860
|
+
"line": 378
|
|
12832
12861
|
},
|
|
12833
12862
|
"name": "default",
|
|
12834
12863
|
"optional": true,
|
|
@@ -12846,7 +12875,7 @@
|
|
|
12846
12875
|
"immutable": true,
|
|
12847
12876
|
"locationInModule": {
|
|
12848
12877
|
"filename": "lib/component.ts",
|
|
12849
|
-
"line":
|
|
12878
|
+
"line": 385
|
|
12850
12879
|
},
|
|
12851
12880
|
"name": "description",
|
|
12852
12881
|
"optional": true,
|
|
@@ -12872,7 +12901,7 @@
|
|
|
12872
12901
|
"kind": "interface",
|
|
12873
12902
|
"locationInModule": {
|
|
12874
12903
|
"filename": "lib/component.ts",
|
|
12875
|
-
"line":
|
|
12904
|
+
"line": 222
|
|
12876
12905
|
},
|
|
12877
12906
|
"name": "ComponentDocumentPhase",
|
|
12878
12907
|
"properties": [
|
|
@@ -12885,7 +12914,7 @@
|
|
|
12885
12914
|
"immutable": true,
|
|
12886
12915
|
"locationInModule": {
|
|
12887
12916
|
"filename": "lib/component.ts",
|
|
12888
|
-
"line":
|
|
12917
|
+
"line": 226
|
|
12889
12918
|
},
|
|
12890
12919
|
"name": "name",
|
|
12891
12920
|
"type": {
|
|
@@ -12901,7 +12930,7 @@
|
|
|
12901
12930
|
"immutable": true,
|
|
12902
12931
|
"locationInModule": {
|
|
12903
12932
|
"filename": "lib/component.ts",
|
|
12904
|
-
"line":
|
|
12933
|
+
"line": 231
|
|
12905
12934
|
},
|
|
12906
12935
|
"name": "steps",
|
|
12907
12936
|
"type": {
|
|
@@ -12931,7 +12960,7 @@
|
|
|
12931
12960
|
"kind": "interface",
|
|
12932
12961
|
"locationInModule": {
|
|
12933
12962
|
"filename": "lib/component.ts",
|
|
12934
|
-
"line":
|
|
12963
|
+
"line": 238
|
|
12935
12964
|
},
|
|
12936
12965
|
"name": "ComponentDocumentStep",
|
|
12937
12966
|
"properties": [
|
|
@@ -12944,7 +12973,7 @@
|
|
|
12944
12973
|
"immutable": true,
|
|
12945
12974
|
"locationInModule": {
|
|
12946
12975
|
"filename": "lib/component.ts",
|
|
12947
|
-
"line":
|
|
12976
|
+
"line": 247
|
|
12948
12977
|
},
|
|
12949
12978
|
"name": "action",
|
|
12950
12979
|
"type": {
|
|
@@ -12961,7 +12990,7 @@
|
|
|
12961
12990
|
"immutable": true,
|
|
12962
12991
|
"locationInModule": {
|
|
12963
12992
|
"filename": "lib/component.ts",
|
|
12964
|
-
"line":
|
|
12993
|
+
"line": 254
|
|
12965
12994
|
},
|
|
12966
12995
|
"name": "inputs",
|
|
12967
12996
|
"type": {
|
|
@@ -12977,7 +13006,7 @@
|
|
|
12977
13006
|
"immutable": true,
|
|
12978
13007
|
"locationInModule": {
|
|
12979
13008
|
"filename": "lib/component.ts",
|
|
12980
|
-
"line":
|
|
13009
|
+
"line": 242
|
|
12981
13010
|
},
|
|
12982
13011
|
"name": "name",
|
|
12983
13012
|
"type": {
|
|
@@ -12996,7 +13025,7 @@
|
|
|
12996
13025
|
"immutable": true,
|
|
12997
13026
|
"locationInModule": {
|
|
12998
13027
|
"filename": "lib/component.ts",
|
|
12999
|
-
"line":
|
|
13028
|
+
"line": 264
|
|
13000
13029
|
},
|
|
13001
13030
|
"name": "if",
|
|
13002
13031
|
"optional": true,
|
|
@@ -13014,7 +13043,7 @@
|
|
|
13014
13043
|
"immutable": true,
|
|
13015
13044
|
"locationInModule": {
|
|
13016
13045
|
"filename": "lib/component.ts",
|
|
13017
|
-
"line":
|
|
13046
|
+
"line": 271
|
|
13018
13047
|
},
|
|
13019
13048
|
"name": "loop",
|
|
13020
13049
|
"optional": true,
|
|
@@ -13032,7 +13061,7 @@
|
|
|
13032
13061
|
"immutable": true,
|
|
13033
13062
|
"locationInModule": {
|
|
13034
13063
|
"filename": "lib/component.ts",
|
|
13035
|
-
"line":
|
|
13064
|
+
"line": 285
|
|
13036
13065
|
},
|
|
13037
13066
|
"name": "onFailure",
|
|
13038
13067
|
"optional": true,
|
|
@@ -13050,7 +13079,7 @@
|
|
|
13050
13079
|
"immutable": true,
|
|
13051
13080
|
"locationInModule": {
|
|
13052
13081
|
"filename": "lib/component.ts",
|
|
13053
|
-
"line":
|
|
13082
|
+
"line": 278
|
|
13054
13083
|
},
|
|
13055
13084
|
"name": "timeout",
|
|
13056
13085
|
"optional": true,
|
|
@@ -13075,7 +13104,7 @@
|
|
|
13075
13104
|
"kind": "enum",
|
|
13076
13105
|
"locationInModule": {
|
|
13077
13106
|
"filename": "lib/component.ts",
|
|
13078
|
-
"line":
|
|
13107
|
+
"line": 548
|
|
13079
13108
|
},
|
|
13080
13109
|
"members": [
|
|
13081
13110
|
{
|
|
@@ -13113,7 +13142,7 @@
|
|
|
13113
13142
|
"kind": "enum",
|
|
13114
13143
|
"locationInModule": {
|
|
13115
13144
|
"filename": "lib/component.ts",
|
|
13116
|
-
"line":
|
|
13145
|
+
"line": 568
|
|
13117
13146
|
},
|
|
13118
13147
|
"members": [
|
|
13119
13148
|
{
|
|
@@ -13235,7 +13264,7 @@
|
|
|
13235
13264
|
"kind": "enum",
|
|
13236
13265
|
"locationInModule": {
|
|
13237
13266
|
"filename": "lib/component.ts",
|
|
13238
|
-
"line":
|
|
13267
|
+
"line": 578
|
|
13239
13268
|
},
|
|
13240
13269
|
"members": [
|
|
13241
13270
|
{
|
|
@@ -13289,7 +13318,7 @@
|
|
|
13289
13318
|
"kind": "interface",
|
|
13290
13319
|
"locationInModule": {
|
|
13291
13320
|
"filename": "lib/component.ts",
|
|
13292
|
-
"line":
|
|
13321
|
+
"line": 62
|
|
13293
13322
|
},
|
|
13294
13323
|
"name": "ComponentProps",
|
|
13295
13324
|
"properties": [
|
|
@@ -13302,7 +13331,7 @@
|
|
|
13302
13331
|
"immutable": true,
|
|
13303
13332
|
"locationInModule": {
|
|
13304
13333
|
"filename": "lib/component.ts",
|
|
13305
|
-
"line":
|
|
13334
|
+
"line": 67
|
|
13306
13335
|
},
|
|
13307
13336
|
"name": "data",
|
|
13308
13337
|
"type": {
|
|
@@ -13318,7 +13347,7 @@
|
|
|
13318
13347
|
"immutable": true,
|
|
13319
13348
|
"locationInModule": {
|
|
13320
13349
|
"filename": "lib/component.ts",
|
|
13321
|
-
"line":
|
|
13350
|
+
"line": 72
|
|
13322
13351
|
},
|
|
13323
13352
|
"name": "platform",
|
|
13324
13353
|
"type": {
|
|
@@ -13336,7 +13365,7 @@
|
|
|
13336
13365
|
"immutable": true,
|
|
13337
13366
|
"locationInModule": {
|
|
13338
13367
|
"filename": "lib/component.ts",
|
|
13339
|
-
"line":
|
|
13368
|
+
"line": 101
|
|
13340
13369
|
},
|
|
13341
13370
|
"name": "changeDescription",
|
|
13342
13371
|
"optional": true,
|
|
@@ -13354,7 +13383,7 @@
|
|
|
13354
13383
|
"immutable": true,
|
|
13355
13384
|
"locationInModule": {
|
|
13356
13385
|
"filename": "lib/component.ts",
|
|
13357
|
-
"line":
|
|
13386
|
+
"line": 79
|
|
13358
13387
|
},
|
|
13359
13388
|
"name": "componentName",
|
|
13360
13389
|
"optional": true,
|
|
@@ -13372,7 +13401,7 @@
|
|
|
13372
13401
|
"immutable": true,
|
|
13373
13402
|
"locationInModule": {
|
|
13374
13403
|
"filename": "lib/component.ts",
|
|
13375
|
-
"line":
|
|
13404
|
+
"line": 86
|
|
13376
13405
|
},
|
|
13377
13406
|
"name": "componentVersion",
|
|
13378
13407
|
"optional": true,
|
|
@@ -13390,7 +13419,7 @@
|
|
|
13390
13419
|
"immutable": true,
|
|
13391
13420
|
"locationInModule": {
|
|
13392
13421
|
"filename": "lib/component.ts",
|
|
13393
|
-
"line":
|
|
13422
|
+
"line": 93
|
|
13394
13423
|
},
|
|
13395
13424
|
"name": "description",
|
|
13396
13425
|
"optional": true,
|
|
@@ -13408,7 +13437,7 @@
|
|
|
13408
13437
|
"immutable": true,
|
|
13409
13438
|
"locationInModule": {
|
|
13410
13439
|
"filename": "lib/component.ts",
|
|
13411
|
-
"line":
|
|
13440
|
+
"line": 108
|
|
13412
13441
|
},
|
|
13413
13442
|
"name": "kmsKey",
|
|
13414
13443
|
"optional": true,
|
|
@@ -13426,7 +13455,7 @@
|
|
|
13426
13455
|
"immutable": true,
|
|
13427
13456
|
"locationInModule": {
|
|
13428
13457
|
"filename": "lib/component.ts",
|
|
13429
|
-
"line":
|
|
13458
|
+
"line": 115
|
|
13430
13459
|
},
|
|
13431
13460
|
"name": "supportedOsVersions",
|
|
13432
13461
|
"optional": true,
|
|
@@ -13449,7 +13478,7 @@
|
|
|
13449
13478
|
"immutable": true,
|
|
13450
13479
|
"locationInModule": {
|
|
13451
13480
|
"filename": "lib/component.ts",
|
|
13452
|
-
"line":
|
|
13481
|
+
"line": 122
|
|
13453
13482
|
},
|
|
13454
13483
|
"name": "tags",
|
|
13455
13484
|
"optional": true,
|
|
@@ -13479,7 +13508,7 @@
|
|
|
13479
13508
|
"kind": "enum",
|
|
13480
13509
|
"locationInModule": {
|
|
13481
13510
|
"filename": "lib/component.ts",
|
|
13482
|
-
"line":
|
|
13511
|
+
"line": 605
|
|
13483
13512
|
},
|
|
13484
13513
|
"members": [
|
|
13485
13514
|
{
|
|
@@ -13510,7 +13539,7 @@
|
|
|
13510
13539
|
},
|
|
13511
13540
|
"locationInModule": {
|
|
13512
13541
|
"filename": "lib/component.ts",
|
|
13513
|
-
"line":
|
|
13542
|
+
"line": 662
|
|
13514
13543
|
},
|
|
13515
13544
|
"parameters": [
|
|
13516
13545
|
{
|
|
@@ -13525,7 +13554,7 @@
|
|
|
13525
13554
|
"kind": "class",
|
|
13526
13555
|
"locationInModule": {
|
|
13527
13556
|
"filename": "lib/component.ts",
|
|
13528
|
-
"line":
|
|
13557
|
+
"line": 647
|
|
13529
13558
|
},
|
|
13530
13559
|
"methods": [
|
|
13531
13560
|
{
|
|
@@ -13535,7 +13564,7 @@
|
|
|
13535
13564
|
},
|
|
13536
13565
|
"locationInModule": {
|
|
13537
13566
|
"filename": "lib/component.ts",
|
|
13538
|
-
"line":
|
|
13567
|
+
"line": 653
|
|
13539
13568
|
},
|
|
13540
13569
|
"name": "fromObject",
|
|
13541
13570
|
"parameters": [
|
|
@@ -13572,7 +13601,7 @@
|
|
|
13572
13601
|
"immutable": true,
|
|
13573
13602
|
"locationInModule": {
|
|
13574
13603
|
"filename": "lib/component.ts",
|
|
13575
|
-
"line":
|
|
13604
|
+
"line": 660
|
|
13576
13605
|
},
|
|
13577
13606
|
"name": "ifCondition",
|
|
13578
13607
|
"type": {
|
|
@@ -13599,7 +13628,7 @@
|
|
|
13599
13628
|
},
|
|
13600
13629
|
"locationInModule": {
|
|
13601
13630
|
"filename": "lib/component.ts",
|
|
13602
|
-
"line":
|
|
13631
|
+
"line": 639
|
|
13603
13632
|
},
|
|
13604
13633
|
"parameters": [
|
|
13605
13634
|
{
|
|
@@ -13614,7 +13643,7 @@
|
|
|
13614
13643
|
"kind": "class",
|
|
13615
13644
|
"locationInModule": {
|
|
13616
13645
|
"filename": "lib/component.ts",
|
|
13617
|
-
"line":
|
|
13646
|
+
"line": 615
|
|
13618
13647
|
},
|
|
13619
13648
|
"methods": [
|
|
13620
13649
|
{
|
|
@@ -13624,7 +13653,7 @@
|
|
|
13624
13653
|
},
|
|
13625
13654
|
"locationInModule": {
|
|
13626
13655
|
"filename": "lib/component.ts",
|
|
13627
|
-
"line":
|
|
13656
|
+
"line": 630
|
|
13628
13657
|
},
|
|
13629
13658
|
"name": "fromList",
|
|
13630
13659
|
"parameters": [
|
|
@@ -13662,7 +13691,7 @@
|
|
|
13662
13691
|
},
|
|
13663
13692
|
"locationInModule": {
|
|
13664
13693
|
"filename": "lib/component.ts",
|
|
13665
|
-
"line":
|
|
13694
|
+
"line": 621
|
|
13666
13695
|
},
|
|
13667
13696
|
"name": "fromObject",
|
|
13668
13697
|
"parameters": [
|
|
@@ -13699,7 +13728,7 @@
|
|
|
13699
13728
|
"immutable": true,
|
|
13700
13729
|
"locationInModule": {
|
|
13701
13730
|
"filename": "lib/component.ts",
|
|
13702
|
-
"line":
|
|
13731
|
+
"line": 637
|
|
13703
13732
|
},
|
|
13704
13733
|
"name": "inputs",
|
|
13705
13734
|
"type": {
|
|
@@ -13724,7 +13753,7 @@
|
|
|
13724
13753
|
"kind": "interface",
|
|
13725
13754
|
"locationInModule": {
|
|
13726
13755
|
"filename": "lib/distribution-configuration.ts",
|
|
13727
|
-
"line":
|
|
13756
|
+
"line": 272
|
|
13728
13757
|
},
|
|
13729
13758
|
"name": "ContainerDistribution",
|
|
13730
13759
|
"properties": [
|
|
@@ -13738,7 +13767,7 @@
|
|
|
13738
13767
|
"immutable": true,
|
|
13739
13768
|
"locationInModule": {
|
|
13740
13769
|
"filename": "lib/distribution-configuration.ts",
|
|
13741
|
-
"line":
|
|
13770
|
+
"line": 285
|
|
13742
13771
|
},
|
|
13743
13772
|
"name": "containerRepository",
|
|
13744
13773
|
"type": {
|
|
@@ -13755,7 +13784,7 @@
|
|
|
13755
13784
|
"immutable": true,
|
|
13756
13785
|
"locationInModule": {
|
|
13757
13786
|
"filename": "lib/distribution-configuration.ts",
|
|
13758
|
-
"line":
|
|
13787
|
+
"line": 292
|
|
13759
13788
|
},
|
|
13760
13789
|
"name": "containerDescription",
|
|
13761
13790
|
"optional": true,
|
|
@@ -13773,7 +13802,7 @@
|
|
|
13773
13802
|
"immutable": true,
|
|
13774
13803
|
"locationInModule": {
|
|
13775
13804
|
"filename": "lib/distribution-configuration.ts",
|
|
13776
|
-
"line":
|
|
13805
|
+
"line": 299
|
|
13777
13806
|
},
|
|
13778
13807
|
"name": "containerTags",
|
|
13779
13808
|
"optional": true,
|
|
@@ -13796,7 +13825,7 @@
|
|
|
13796
13825
|
"immutable": true,
|
|
13797
13826
|
"locationInModule": {
|
|
13798
13827
|
"filename": "lib/distribution-configuration.ts",
|
|
13799
|
-
"line":
|
|
13828
|
+
"line": 278
|
|
13800
13829
|
},
|
|
13801
13830
|
"name": "region",
|
|
13802
13831
|
"optional": true,
|
|
@@ -13995,7 +14024,7 @@
|
|
|
13995
14024
|
},
|
|
13996
14025
|
"locationInModule": {
|
|
13997
14026
|
"filename": "lib/container-recipe.ts",
|
|
13998
|
-
"line":
|
|
14027
|
+
"line": 482
|
|
13999
14028
|
},
|
|
14000
14029
|
"parameters": [
|
|
14001
14030
|
{
|
|
@@ -14021,7 +14050,7 @@
|
|
|
14021
14050
|
"kind": "class",
|
|
14022
14051
|
"locationInModule": {
|
|
14023
14052
|
"filename": "lib/container-recipe.ts",
|
|
14024
|
-
"line":
|
|
14053
|
+
"line": 404
|
|
14025
14054
|
},
|
|
14026
14055
|
"methods": [
|
|
14027
14056
|
{
|
|
@@ -14031,7 +14060,7 @@
|
|
|
14031
14060
|
},
|
|
14032
14061
|
"locationInModule": {
|
|
14033
14062
|
"filename": "lib/container-recipe.ts",
|
|
14034
|
-
"line":
|
|
14063
|
+
"line": 412
|
|
14035
14064
|
},
|
|
14036
14065
|
"name": "fromContainerRecipeArn",
|
|
14037
14066
|
"parameters": [
|
|
@@ -14069,7 +14098,7 @@
|
|
|
14069
14098
|
},
|
|
14070
14099
|
"locationInModule": {
|
|
14071
14100
|
"filename": "lib/container-recipe.ts",
|
|
14072
|
-
"line":
|
|
14101
|
+
"line": 429
|
|
14073
14102
|
},
|
|
14074
14103
|
"name": "fromContainerRecipeAttributes",
|
|
14075
14104
|
"parameters": [
|
|
@@ -14107,7 +14136,7 @@
|
|
|
14107
14136
|
},
|
|
14108
14137
|
"locationInModule": {
|
|
14109
14138
|
"filename": "lib/container-recipe.ts",
|
|
14110
|
-
"line":
|
|
14139
|
+
"line": 420
|
|
14111
14140
|
},
|
|
14112
14141
|
"name": "fromContainerRecipeName",
|
|
14113
14142
|
"parameters": [
|
|
@@ -14144,7 +14173,7 @@
|
|
|
14144
14173
|
},
|
|
14145
14174
|
"locationInModule": {
|
|
14146
14175
|
"filename": "lib/container-recipe.ts",
|
|
14147
|
-
"line":
|
|
14176
|
+
"line": 475
|
|
14148
14177
|
},
|
|
14149
14178
|
"name": "isContainerRecipe",
|
|
14150
14179
|
"parameters": [
|
|
@@ -14169,7 +14198,7 @@
|
|
|
14169
14198
|
},
|
|
14170
14199
|
"locationInModule": {
|
|
14171
14200
|
"filename": "lib/container-recipe.ts",
|
|
14172
|
-
"line":
|
|
14201
|
+
"line": 570
|
|
14173
14202
|
},
|
|
14174
14203
|
"name": "addInstanceBlockDevice",
|
|
14175
14204
|
"parameters": [
|
|
@@ -14198,7 +14227,7 @@
|
|
|
14198
14227
|
"immutable": true,
|
|
14199
14228
|
"locationInModule": {
|
|
14200
14229
|
"filename": "lib/container-recipe.ts",
|
|
14201
|
-
"line":
|
|
14230
|
+
"line": 407
|
|
14202
14231
|
},
|
|
14203
14232
|
"name": "PROPERTY_INJECTION_ID",
|
|
14204
14233
|
"static": true,
|
|
@@ -14214,7 +14243,7 @@
|
|
|
14214
14243
|
"immutable": true,
|
|
14215
14244
|
"locationInModule": {
|
|
14216
14245
|
"filename": "lib/container-recipe.ts",
|
|
14217
|
-
"line":
|
|
14246
|
+
"line": 551
|
|
14218
14247
|
},
|
|
14219
14248
|
"name": "containerRecipeArn",
|
|
14220
14249
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase",
|
|
@@ -14230,7 +14259,7 @@
|
|
|
14230
14259
|
"immutable": true,
|
|
14231
14260
|
"locationInModule": {
|
|
14232
14261
|
"filename": "lib/container-recipe.ts",
|
|
14233
|
-
"line":
|
|
14262
|
+
"line": 546
|
|
14234
14263
|
},
|
|
14235
14264
|
"name": "containerRecipeName",
|
|
14236
14265
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase",
|
|
@@ -14246,7 +14275,7 @@
|
|
|
14246
14275
|
"immutable": true,
|
|
14247
14276
|
"locationInModule": {
|
|
14248
14277
|
"filename": "lib/container-recipe.ts",
|
|
14249
|
-
"line":
|
|
14278
|
+
"line": 560
|
|
14250
14279
|
},
|
|
14251
14280
|
"name": "containerRecipeVersion",
|
|
14252
14281
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase",
|
|
@@ -14272,7 +14301,7 @@
|
|
|
14272
14301
|
"kind": "interface",
|
|
14273
14302
|
"locationInModule": {
|
|
14274
14303
|
"filename": "lib/container-recipe.ts",
|
|
14275
|
-
"line":
|
|
14304
|
+
"line": 311
|
|
14276
14305
|
},
|
|
14277
14306
|
"name": "ContainerRecipeAttributes",
|
|
14278
14307
|
"properties": [
|
|
@@ -14286,7 +14315,7 @@
|
|
|
14286
14315
|
"immutable": true,
|
|
14287
14316
|
"locationInModule": {
|
|
14288
14317
|
"filename": "lib/container-recipe.ts",
|
|
14289
|
-
"line":
|
|
14318
|
+
"line": 317
|
|
14290
14319
|
},
|
|
14291
14320
|
"name": "containerRecipeArn",
|
|
14292
14321
|
"optional": true,
|
|
@@ -14304,7 +14333,7 @@
|
|
|
14304
14333
|
"immutable": true,
|
|
14305
14334
|
"locationInModule": {
|
|
14306
14335
|
"filename": "lib/container-recipe.ts",
|
|
14307
|
-
"line":
|
|
14336
|
+
"line": 324
|
|
14308
14337
|
},
|
|
14309
14338
|
"name": "containerRecipeName",
|
|
14310
14339
|
"optional": true,
|
|
@@ -14322,7 +14351,7 @@
|
|
|
14322
14351
|
"immutable": true,
|
|
14323
14352
|
"locationInModule": {
|
|
14324
14353
|
"filename": "lib/container-recipe.ts",
|
|
14325
|
-
"line":
|
|
14354
|
+
"line": 332
|
|
14326
14355
|
},
|
|
14327
14356
|
"name": "containerRecipeVersion",
|
|
14328
14357
|
"optional": true,
|
|
@@ -14348,7 +14377,7 @@
|
|
|
14348
14377
|
},
|
|
14349
14378
|
"locationInModule": {
|
|
14350
14379
|
"filename": "core/lib/resource.ts",
|
|
14351
|
-
"line":
|
|
14380
|
+
"line": 119
|
|
14352
14381
|
},
|
|
14353
14382
|
"parameters": [
|
|
14354
14383
|
{
|
|
@@ -14378,7 +14407,7 @@
|
|
|
14378
14407
|
"kind": "class",
|
|
14379
14408
|
"locationInModule": {
|
|
14380
14409
|
"filename": "lib/container-recipe.ts",
|
|
14381
|
-
"line":
|
|
14410
|
+
"line": 338
|
|
14382
14411
|
},
|
|
14383
14412
|
"methods": [
|
|
14384
14413
|
{
|
|
@@ -14388,7 +14417,7 @@
|
|
|
14388
14417
|
},
|
|
14389
14418
|
"locationInModule": {
|
|
14390
14419
|
"filename": "lib/container-recipe.ts",
|
|
14391
|
-
"line":
|
|
14420
|
+
"line": 361
|
|
14392
14421
|
},
|
|
14393
14422
|
"name": "grant",
|
|
14394
14423
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -14427,7 +14456,7 @@
|
|
|
14427
14456
|
},
|
|
14428
14457
|
"locationInModule": {
|
|
14429
14458
|
"filename": "lib/container-recipe.ts",
|
|
14430
|
-
"line":
|
|
14459
|
+
"line": 376
|
|
14431
14460
|
},
|
|
14432
14461
|
"name": "grantRead",
|
|
14433
14462
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -14460,7 +14489,7 @@
|
|
|
14460
14489
|
"immutable": true,
|
|
14461
14490
|
"locationInModule": {
|
|
14462
14491
|
"filename": "lib/container-recipe.ts",
|
|
14463
|
-
"line":
|
|
14492
|
+
"line": 342
|
|
14464
14493
|
},
|
|
14465
14494
|
"name": "containerRecipeArn",
|
|
14466
14495
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IContainerRecipe",
|
|
@@ -14477,7 +14506,7 @@
|
|
|
14477
14506
|
"immutable": true,
|
|
14478
14507
|
"locationInModule": {
|
|
14479
14508
|
"filename": "lib/container-recipe.ts",
|
|
14480
|
-
"line":
|
|
14509
|
+
"line": 347
|
|
14481
14510
|
},
|
|
14482
14511
|
"name": "containerRecipeName",
|
|
14483
14512
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IContainerRecipe",
|
|
@@ -14494,7 +14523,7 @@
|
|
|
14494
14523
|
"immutable": true,
|
|
14495
14524
|
"locationInModule": {
|
|
14496
14525
|
"filename": "lib/container-recipe.ts",
|
|
14497
|
-
"line":
|
|
14526
|
+
"line": 352
|
|
14498
14527
|
},
|
|
14499
14528
|
"name": "containerRecipeVersion",
|
|
14500
14529
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IContainerRecipe",
|
|
@@ -14520,7 +14549,7 @@
|
|
|
14520
14549
|
"kind": "interface",
|
|
14521
14550
|
"locationInModule": {
|
|
14522
14551
|
"filename": "lib/container-recipe.ts",
|
|
14523
|
-
"line":
|
|
14552
|
+
"line": 65
|
|
14524
14553
|
},
|
|
14525
14554
|
"name": "ContainerRecipeProps",
|
|
14526
14555
|
"properties": [
|
|
@@ -14533,7 +14562,7 @@
|
|
|
14533
14562
|
"immutable": true,
|
|
14534
14563
|
"locationInModule": {
|
|
14535
14564
|
"filename": "lib/container-recipe.ts",
|
|
14536
|
-
"line":
|
|
14565
|
+
"line": 69
|
|
14537
14566
|
},
|
|
14538
14567
|
"name": "baseImage",
|
|
14539
14568
|
"type": {
|
|
@@ -14549,7 +14578,7 @@
|
|
|
14549
14578
|
"immutable": true,
|
|
14550
14579
|
"locationInModule": {
|
|
14551
14580
|
"filename": "lib/container-recipe.ts",
|
|
14552
|
-
"line":
|
|
14581
|
+
"line": 74
|
|
14553
14582
|
},
|
|
14554
14583
|
"name": "targetRepository",
|
|
14555
14584
|
"type": {
|
|
@@ -14566,7 +14595,7 @@
|
|
|
14566
14595
|
"immutable": true,
|
|
14567
14596
|
"locationInModule": {
|
|
14568
14597
|
"filename": "lib/container-recipe.ts",
|
|
14569
|
-
"line":
|
|
14598
|
+
"line": 110
|
|
14570
14599
|
},
|
|
14571
14600
|
"name": "components",
|
|
14572
14601
|
"optional": true,
|
|
@@ -14589,7 +14618,7 @@
|
|
|
14589
14618
|
"immutable": true,
|
|
14590
14619
|
"locationInModule": {
|
|
14591
14620
|
"filename": "lib/container-recipe.ts",
|
|
14592
|
-
"line":
|
|
14621
|
+
"line": 81
|
|
14593
14622
|
},
|
|
14594
14623
|
"name": "containerRecipeName",
|
|
14595
14624
|
"optional": true,
|
|
@@ -14607,7 +14636,7 @@
|
|
|
14607
14636
|
"immutable": true,
|
|
14608
14637
|
"locationInModule": {
|
|
14609
14638
|
"filename": "lib/container-recipe.ts",
|
|
14610
|
-
"line":
|
|
14639
|
+
"line": 88
|
|
14611
14640
|
},
|
|
14612
14641
|
"name": "containerRecipeVersion",
|
|
14613
14642
|
"optional": true,
|
|
@@ -14625,7 +14654,7 @@
|
|
|
14625
14654
|
"immutable": true,
|
|
14626
14655
|
"locationInModule": {
|
|
14627
14656
|
"filename": "lib/container-recipe.ts",
|
|
14628
|
-
"line":
|
|
14657
|
+
"line": 95
|
|
14629
14658
|
},
|
|
14630
14659
|
"name": "description",
|
|
14631
14660
|
"optional": true,
|
|
@@ -14643,7 +14672,7 @@
|
|
|
14643
14672
|
"immutable": true,
|
|
14644
14673
|
"locationInModule": {
|
|
14645
14674
|
"filename": "lib/container-recipe.ts",
|
|
14646
|
-
"line":
|
|
14675
|
+
"line": 103
|
|
14647
14676
|
},
|
|
14648
14677
|
"name": "dockerfile",
|
|
14649
14678
|
"optional": true,
|
|
@@ -14661,7 +14690,7 @@
|
|
|
14661
14690
|
"immutable": true,
|
|
14662
14691
|
"locationInModule": {
|
|
14663
14692
|
"filename": "lib/container-recipe.ts",
|
|
14664
|
-
"line":
|
|
14693
|
+
"line": 140
|
|
14665
14694
|
},
|
|
14666
14695
|
"name": "instanceBlockDevices",
|
|
14667
14696
|
"optional": true,
|
|
@@ -14684,7 +14713,7 @@
|
|
|
14684
14713
|
"immutable": true,
|
|
14685
14714
|
"locationInModule": {
|
|
14686
14715
|
"filename": "lib/container-recipe.ts",
|
|
14687
|
-
"line":
|
|
14716
|
+
"line": 147
|
|
14688
14717
|
},
|
|
14689
14718
|
"name": "instanceImage",
|
|
14690
14719
|
"optional": true,
|
|
@@ -14702,7 +14731,7 @@
|
|
|
14702
14731
|
"immutable": true,
|
|
14703
14732
|
"locationInModule": {
|
|
14704
14733
|
"filename": "lib/container-recipe.ts",
|
|
14705
|
-
"line":
|
|
14734
|
+
"line": 117
|
|
14706
14735
|
},
|
|
14707
14736
|
"name": "kmsKey",
|
|
14708
14737
|
"optional": true,
|
|
@@ -14720,7 +14749,7 @@
|
|
|
14720
14749
|
"immutable": true,
|
|
14721
14750
|
"locationInModule": {
|
|
14722
14751
|
"filename": "lib/container-recipe.ts",
|
|
14723
|
-
"line":
|
|
14752
|
+
"line": 133
|
|
14724
14753
|
},
|
|
14725
14754
|
"name": "osVersion",
|
|
14726
14755
|
"optional": true,
|
|
@@ -14738,7 +14767,7 @@
|
|
|
14738
14767
|
"immutable": true,
|
|
14739
14768
|
"locationInModule": {
|
|
14740
14769
|
"filename": "lib/container-recipe.ts",
|
|
14741
|
-
"line":
|
|
14770
|
+
"line": 154
|
|
14742
14771
|
},
|
|
14743
14772
|
"name": "tags",
|
|
14744
14773
|
"optional": true,
|
|
@@ -14761,7 +14790,7 @@
|
|
|
14761
14790
|
"immutable": true,
|
|
14762
14791
|
"locationInModule": {
|
|
14763
14792
|
"filename": "lib/container-recipe.ts",
|
|
14764
|
-
"line":
|
|
14793
|
+
"line": 125
|
|
14765
14794
|
},
|
|
14766
14795
|
"name": "workingDirectory",
|
|
14767
14796
|
"optional": true,
|
|
@@ -14782,7 +14811,7 @@
|
|
|
14782
14811
|
"kind": "enum",
|
|
14783
14812
|
"locationInModule": {
|
|
14784
14813
|
"filename": "lib/container-recipe.ts",
|
|
14785
|
-
"line":
|
|
14814
|
+
"line": 160
|
|
14786
14815
|
},
|
|
14787
14816
|
"members": [
|
|
14788
14817
|
{
|
|
@@ -14815,7 +14844,7 @@
|
|
|
14815
14844
|
},
|
|
14816
14845
|
"locationInModule": {
|
|
14817
14846
|
"filename": "lib/distribution-configuration.ts",
|
|
14818
|
-
"line":
|
|
14847
|
+
"line": 490
|
|
14819
14848
|
},
|
|
14820
14849
|
"parameters": [
|
|
14821
14850
|
{
|
|
@@ -14845,7 +14874,7 @@
|
|
|
14845
14874
|
"kind": "class",
|
|
14846
14875
|
"locationInModule": {
|
|
14847
14876
|
"filename": "lib/distribution-configuration.ts",
|
|
14848
|
-
"line":
|
|
14877
|
+
"line": 431
|
|
14849
14878
|
},
|
|
14850
14879
|
"methods": [
|
|
14851
14880
|
{
|
|
@@ -14855,7 +14884,7 @@
|
|
|
14855
14884
|
},
|
|
14856
14885
|
"locationInModule": {
|
|
14857
14886
|
"filename": "lib/distribution-configuration.ts",
|
|
14858
|
-
"line":
|
|
14887
|
+
"line": 439
|
|
14859
14888
|
},
|
|
14860
14889
|
"name": "fromDistributionConfigurationArn",
|
|
14861
14890
|
"parameters": [
|
|
@@ -14893,7 +14922,7 @@
|
|
|
14893
14922
|
},
|
|
14894
14923
|
"locationInModule": {
|
|
14895
14924
|
"filename": "lib/distribution-configuration.ts",
|
|
14896
|
-
"line":
|
|
14925
|
+
"line": 461
|
|
14897
14926
|
},
|
|
14898
14927
|
"name": "fromDistributionConfigurationName",
|
|
14899
14928
|
"parameters": [
|
|
@@ -14930,7 +14959,7 @@
|
|
|
14930
14959
|
},
|
|
14931
14960
|
"locationInModule": {
|
|
14932
14961
|
"filename": "lib/distribution-configuration.ts",
|
|
14933
|
-
"line":
|
|
14962
|
+
"line": 480
|
|
14934
14963
|
},
|
|
14935
14964
|
"name": "isDistributionConfiguration",
|
|
14936
14965
|
"parameters": [
|
|
@@ -14955,7 +14984,7 @@
|
|
|
14955
14984
|
},
|
|
14956
14985
|
"locationInModule": {
|
|
14957
14986
|
"filename": "lib/distribution-configuration.ts",
|
|
14958
|
-
"line":
|
|
14987
|
+
"line": 540
|
|
14959
14988
|
},
|
|
14960
14989
|
"name": "addAmiDistributions",
|
|
14961
14990
|
"parameters": [
|
|
@@ -14979,7 +15008,7 @@
|
|
|
14979
15008
|
},
|
|
14980
15009
|
"locationInModule": {
|
|
14981
15010
|
"filename": "lib/distribution-configuration.ts",
|
|
14982
|
-
"line":
|
|
15011
|
+
"line": 560
|
|
14983
15012
|
},
|
|
14984
15013
|
"name": "addContainerDistributions",
|
|
14985
15014
|
"parameters": [
|
|
@@ -15003,7 +15032,7 @@
|
|
|
15003
15032
|
},
|
|
15004
15033
|
"locationInModule": {
|
|
15005
15034
|
"filename": "lib/distribution-configuration.ts",
|
|
15006
|
-
"line":
|
|
15035
|
+
"line": 367
|
|
15007
15036
|
},
|
|
15008
15037
|
"name": "grant",
|
|
15009
15038
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15042,7 +15071,7 @@
|
|
|
15042
15071
|
},
|
|
15043
15072
|
"locationInModule": {
|
|
15044
15073
|
"filename": "lib/distribution-configuration.ts",
|
|
15045
|
-
"line":
|
|
15074
|
+
"line": 382
|
|
15046
15075
|
},
|
|
15047
15076
|
"name": "grantRead",
|
|
15048
15077
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15075,7 +15104,7 @@
|
|
|
15075
15104
|
"immutable": true,
|
|
15076
15105
|
"locationInModule": {
|
|
15077
15106
|
"filename": "lib/distribution-configuration.ts",
|
|
15078
|
-
"line":
|
|
15107
|
+
"line": 434
|
|
15079
15108
|
},
|
|
15080
15109
|
"name": "PROPERTY_INJECTION_ID",
|
|
15081
15110
|
"static": true,
|
|
@@ -15091,7 +15120,7 @@
|
|
|
15091
15120
|
"immutable": true,
|
|
15092
15121
|
"locationInModule": {
|
|
15093
15122
|
"filename": "lib/distribution-configuration.ts",
|
|
15094
|
-
"line":
|
|
15123
|
+
"line": 526
|
|
15095
15124
|
},
|
|
15096
15125
|
"name": "distributionConfigurationArn",
|
|
15097
15126
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15107,7 +15136,7 @@
|
|
|
15107
15136
|
"immutable": true,
|
|
15108
15137
|
"locationInModule": {
|
|
15109
15138
|
"filename": "lib/distribution-configuration.ts",
|
|
15110
|
-
"line":
|
|
15139
|
+
"line": 521
|
|
15111
15140
|
},
|
|
15112
15141
|
"name": "distributionConfigurationName",
|
|
15113
15142
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15133,7 +15162,7 @@
|
|
|
15133
15162
|
"kind": "interface",
|
|
15134
15163
|
"locationInModule": {
|
|
15135
15164
|
"filename": "lib/distribution-configuration.ts",
|
|
15136
|
-
"line":
|
|
15165
|
+
"line": 305
|
|
15137
15166
|
},
|
|
15138
15167
|
"name": "DistributionConfigurationProps",
|
|
15139
15168
|
"properties": [
|
|
@@ -15148,7 +15177,7 @@
|
|
|
15148
15177
|
"immutable": true,
|
|
15149
15178
|
"locationInModule": {
|
|
15150
15179
|
"filename": "lib/distribution-configuration.ts",
|
|
15151
|
-
"line":
|
|
15180
|
+
"line": 313
|
|
15152
15181
|
},
|
|
15153
15182
|
"name": "amiDistributions",
|
|
15154
15183
|
"optional": true,
|
|
@@ -15172,7 +15201,7 @@
|
|
|
15172
15201
|
"immutable": true,
|
|
15173
15202
|
"locationInModule": {
|
|
15174
15203
|
"filename": "lib/distribution-configuration.ts",
|
|
15175
|
-
"line":
|
|
15204
|
+
"line": 322
|
|
15176
15205
|
},
|
|
15177
15206
|
"name": "containerDistributions",
|
|
15178
15207
|
"optional": true,
|
|
@@ -15195,7 +15224,7 @@
|
|
|
15195
15224
|
"immutable": true,
|
|
15196
15225
|
"locationInModule": {
|
|
15197
15226
|
"filename": "lib/distribution-configuration.ts",
|
|
15198
|
-
"line":
|
|
15227
|
+
"line": 336
|
|
15199
15228
|
},
|
|
15200
15229
|
"name": "description",
|
|
15201
15230
|
"optional": true,
|
|
@@ -15213,7 +15242,7 @@
|
|
|
15213
15242
|
"immutable": true,
|
|
15214
15243
|
"locationInModule": {
|
|
15215
15244
|
"filename": "lib/distribution-configuration.ts",
|
|
15216
|
-
"line":
|
|
15245
|
+
"line": 329
|
|
15217
15246
|
},
|
|
15218
15247
|
"name": "distributionConfigurationName",
|
|
15219
15248
|
"optional": true,
|
|
@@ -15231,7 +15260,7 @@
|
|
|
15231
15260
|
"immutable": true,
|
|
15232
15261
|
"locationInModule": {
|
|
15233
15262
|
"filename": "lib/distribution-configuration.ts",
|
|
15234
|
-
"line":
|
|
15263
|
+
"line": 343
|
|
15235
15264
|
},
|
|
15236
15265
|
"name": "tags",
|
|
15237
15266
|
"optional": true,
|
|
@@ -15267,7 +15296,7 @@
|
|
|
15267
15296
|
"kind": "class",
|
|
15268
15297
|
"locationInModule": {
|
|
15269
15298
|
"filename": "lib/container-recipe.ts",
|
|
15270
|
-
"line":
|
|
15299
|
+
"line": 191
|
|
15271
15300
|
},
|
|
15272
15301
|
"methods": [
|
|
15273
15302
|
{
|
|
@@ -15277,7 +15306,7 @@
|
|
|
15277
15306
|
},
|
|
15278
15307
|
"locationInModule": {
|
|
15279
15308
|
"filename": "lib/container-recipe.ts",
|
|
15280
|
-
"line":
|
|
15309
|
+
"line": 200
|
|
15281
15310
|
},
|
|
15282
15311
|
"name": "fromAsset",
|
|
15283
15312
|
"parameters": [
|
|
@@ -15333,7 +15362,7 @@
|
|
|
15333
15362
|
},
|
|
15334
15363
|
"locationInModule": {
|
|
15335
15364
|
"filename": "lib/container-recipe.ts",
|
|
15336
|
-
"line":
|
|
15365
|
+
"line": 225
|
|
15337
15366
|
},
|
|
15338
15367
|
"name": "fromInline",
|
|
15339
15368
|
"parameters": [
|
|
@@ -15361,7 +15390,7 @@
|
|
|
15361
15390
|
},
|
|
15362
15391
|
"locationInModule": {
|
|
15363
15392
|
"filename": "lib/container-recipe.ts",
|
|
15364
|
-
"line":
|
|
15393
|
+
"line": 216
|
|
15365
15394
|
},
|
|
15366
15395
|
"name": "fromS3",
|
|
15367
15396
|
"parameters": [
|
|
@@ -15400,7 +15429,7 @@
|
|
|
15400
15429
|
},
|
|
15401
15430
|
"locationInModule": {
|
|
15402
15431
|
"filename": "lib/container-recipe.ts",
|
|
15403
|
-
"line":
|
|
15432
|
+
"line": 234
|
|
15404
15433
|
},
|
|
15405
15434
|
"name": "render",
|
|
15406
15435
|
"returns": {
|
|
@@ -15429,7 +15458,7 @@
|
|
|
15429
15458
|
"kind": "interface",
|
|
15430
15459
|
"locationInModule": {
|
|
15431
15460
|
"filename": "lib/container-recipe.ts",
|
|
15432
|
-
"line":
|
|
15461
|
+
"line": 172
|
|
15433
15462
|
},
|
|
15434
15463
|
"name": "DockerfileTemplateConfig",
|
|
15435
15464
|
"properties": [
|
|
@@ -15443,7 +15472,7 @@
|
|
|
15443
15472
|
"immutable": true,
|
|
15444
15473
|
"locationInModule": {
|
|
15445
15474
|
"filename": "lib/container-recipe.ts",
|
|
15446
|
-
"line":
|
|
15475
|
+
"line": 178
|
|
15447
15476
|
},
|
|
15448
15477
|
"name": "dockerfileTemplateData",
|
|
15449
15478
|
"optional": true,
|
|
@@ -15461,7 +15490,7 @@
|
|
|
15461
15490
|
"immutable": true,
|
|
15462
15491
|
"locationInModule": {
|
|
15463
15492
|
"filename": "lib/container-recipe.ts",
|
|
15464
|
-
"line":
|
|
15493
|
+
"line": 185
|
|
15465
15494
|
},
|
|
15466
15495
|
"name": "dockerfileTemplateUri",
|
|
15467
15496
|
"optional": true,
|
|
@@ -15487,7 +15516,7 @@
|
|
|
15487
15516
|
"kind": "interface",
|
|
15488
15517
|
"locationInModule": {
|
|
15489
15518
|
"filename": "lib/distribution-configuration.ts",
|
|
15490
|
-
"line":
|
|
15519
|
+
"line": 153
|
|
15491
15520
|
},
|
|
15492
15521
|
"name": "FastLaunchConfiguration",
|
|
15493
15522
|
"properties": [
|
|
@@ -15501,7 +15530,7 @@
|
|
|
15501
15530
|
"immutable": true,
|
|
15502
15531
|
"locationInModule": {
|
|
15503
15532
|
"filename": "lib/distribution-configuration.ts",
|
|
15504
|
-
"line":
|
|
15533
|
+
"line": 159
|
|
15505
15534
|
},
|
|
15506
15535
|
"name": "enabled",
|
|
15507
15536
|
"optional": true,
|
|
@@ -15519,7 +15548,7 @@
|
|
|
15519
15548
|
"immutable": true,
|
|
15520
15549
|
"locationInModule": {
|
|
15521
15550
|
"filename": "lib/distribution-configuration.ts",
|
|
15522
|
-
"line":
|
|
15551
|
+
"line": 167
|
|
15523
15552
|
},
|
|
15524
15553
|
"name": "launchTemplate",
|
|
15525
15554
|
"optional": true,
|
|
@@ -15538,7 +15567,7 @@
|
|
|
15538
15567
|
"immutable": true,
|
|
15539
15568
|
"locationInModule": {
|
|
15540
15569
|
"filename": "lib/distribution-configuration.ts",
|
|
15541
|
-
"line":
|
|
15570
|
+
"line": 175
|
|
15542
15571
|
},
|
|
15543
15572
|
"name": "maxParallelLaunches",
|
|
15544
15573
|
"optional": true,
|
|
@@ -15557,7 +15586,7 @@
|
|
|
15557
15586
|
"immutable": true,
|
|
15558
15587
|
"locationInModule": {
|
|
15559
15588
|
"filename": "lib/distribution-configuration.ts",
|
|
15560
|
-
"line":
|
|
15589
|
+
"line": 183
|
|
15561
15590
|
},
|
|
15562
15591
|
"name": "targetSnapshotCount",
|
|
15563
15592
|
"optional": true,
|
|
@@ -15583,7 +15612,7 @@
|
|
|
15583
15612
|
"kind": "enum",
|
|
15584
15613
|
"locationInModule": {
|
|
15585
15614
|
"filename": "lib/infrastructure-configuration.ts",
|
|
15586
|
-
"line":
|
|
15615
|
+
"line": 53
|
|
15587
15616
|
},
|
|
15588
15617
|
"members": [
|
|
15589
15618
|
{
|
|
@@ -15617,7 +15646,7 @@
|
|
|
15617
15646
|
"kind": "interface",
|
|
15618
15647
|
"locationInModule": {
|
|
15619
15648
|
"filename": "lib/component.ts",
|
|
15620
|
-
"line":
|
|
15649
|
+
"line": 21
|
|
15621
15650
|
},
|
|
15622
15651
|
"methods": [
|
|
15623
15652
|
{
|
|
@@ -15628,7 +15657,7 @@
|
|
|
15628
15657
|
},
|
|
15629
15658
|
"locationInModule": {
|
|
15630
15659
|
"filename": "lib/component.ts",
|
|
15631
|
-
"line":
|
|
15660
|
+
"line": 49
|
|
15632
15661
|
},
|
|
15633
15662
|
"name": "grant",
|
|
15634
15663
|
"parameters": [
|
|
@@ -15667,7 +15696,7 @@
|
|
|
15667
15696
|
},
|
|
15668
15697
|
"locationInModule": {
|
|
15669
15698
|
"filename": "lib/component.ts",
|
|
15670
|
-
"line":
|
|
15699
|
+
"line": 56
|
|
15671
15700
|
},
|
|
15672
15701
|
"name": "grantRead",
|
|
15673
15702
|
"parameters": [
|
|
@@ -15702,7 +15731,7 @@
|
|
|
15702
15731
|
"immutable": true,
|
|
15703
15732
|
"locationInModule": {
|
|
15704
15733
|
"filename": "lib/component.ts",
|
|
15705
|
-
"line":
|
|
15734
|
+
"line": 27
|
|
15706
15735
|
},
|
|
15707
15736
|
"name": "componentArn",
|
|
15708
15737
|
"type": {
|
|
@@ -15721,7 +15750,7 @@
|
|
|
15721
15750
|
"immutable": true,
|
|
15722
15751
|
"locationInModule": {
|
|
15723
15752
|
"filename": "lib/component.ts",
|
|
15724
|
-
"line":
|
|
15753
|
+
"line": 34
|
|
15725
15754
|
},
|
|
15726
15755
|
"name": "componentName",
|
|
15727
15756
|
"type": {
|
|
@@ -15740,7 +15769,7 @@
|
|
|
15740
15769
|
"immutable": true,
|
|
15741
15770
|
"locationInModule": {
|
|
15742
15771
|
"filename": "lib/component.ts",
|
|
15743
|
-
"line":
|
|
15772
|
+
"line": 41
|
|
15744
15773
|
},
|
|
15745
15774
|
"name": "componentVersion",
|
|
15746
15775
|
"type": {
|
|
@@ -15763,7 +15792,7 @@
|
|
|
15763
15792
|
"kind": "interface",
|
|
15764
15793
|
"locationInModule": {
|
|
15765
15794
|
"filename": "lib/container-recipe.ts",
|
|
15766
|
-
"line":
|
|
15795
|
+
"line": 39
|
|
15767
15796
|
},
|
|
15768
15797
|
"name": "IContainerRecipe",
|
|
15769
15798
|
"properties": [
|
|
@@ -15779,7 +15808,7 @@
|
|
|
15779
15808
|
"immutable": true,
|
|
15780
15809
|
"locationInModule": {
|
|
15781
15810
|
"filename": "lib/container-recipe.ts",
|
|
15782
|
-
"line":
|
|
15811
|
+
"line": 45
|
|
15783
15812
|
},
|
|
15784
15813
|
"name": "containerRecipeArn",
|
|
15785
15814
|
"type": {
|
|
@@ -15798,7 +15827,7 @@
|
|
|
15798
15827
|
"immutable": true,
|
|
15799
15828
|
"locationInModule": {
|
|
15800
15829
|
"filename": "lib/container-recipe.ts",
|
|
15801
|
-
"line":
|
|
15830
|
+
"line": 52
|
|
15802
15831
|
},
|
|
15803
15832
|
"name": "containerRecipeName",
|
|
15804
15833
|
"type": {
|
|
@@ -15817,7 +15846,7 @@
|
|
|
15817
15846
|
"immutable": true,
|
|
15818
15847
|
"locationInModule": {
|
|
15819
15848
|
"filename": "lib/container-recipe.ts",
|
|
15820
|
-
"line":
|
|
15849
|
+
"line": 59
|
|
15821
15850
|
},
|
|
15822
15851
|
"name": "containerRecipeVersion",
|
|
15823
15852
|
"type": {
|
|
@@ -15840,7 +15869,7 @@
|
|
|
15840
15869
|
"kind": "interface",
|
|
15841
15870
|
"locationInModule": {
|
|
15842
15871
|
"filename": "lib/distribution-configuration.ts",
|
|
15843
|
-
"line":
|
|
15872
|
+
"line": 21
|
|
15844
15873
|
},
|
|
15845
15874
|
"methods": [
|
|
15846
15875
|
{
|
|
@@ -15851,7 +15880,7 @@
|
|
|
15851
15880
|
},
|
|
15852
15881
|
"locationInModule": {
|
|
15853
15882
|
"filename": "lib/distribution-configuration.ts",
|
|
15854
|
-
"line":
|
|
15883
|
+
"line": 42
|
|
15855
15884
|
},
|
|
15856
15885
|
"name": "grant",
|
|
15857
15886
|
"parameters": [
|
|
@@ -15890,7 +15919,7 @@
|
|
|
15890
15919
|
},
|
|
15891
15920
|
"locationInModule": {
|
|
15892
15921
|
"filename": "lib/distribution-configuration.ts",
|
|
15893
|
-
"line":
|
|
15922
|
+
"line": 49
|
|
15894
15923
|
},
|
|
15895
15924
|
"name": "grantRead",
|
|
15896
15925
|
"parameters": [
|
|
@@ -15925,7 +15954,7 @@
|
|
|
15925
15954
|
"immutable": true,
|
|
15926
15955
|
"locationInModule": {
|
|
15927
15956
|
"filename": "lib/distribution-configuration.ts",
|
|
15928
|
-
"line":
|
|
15957
|
+
"line": 27
|
|
15929
15958
|
},
|
|
15930
15959
|
"name": "distributionConfigurationArn",
|
|
15931
15960
|
"type": {
|
|
@@ -15944,7 +15973,7 @@
|
|
|
15944
15973
|
"immutable": true,
|
|
15945
15974
|
"locationInModule": {
|
|
15946
15975
|
"filename": "lib/distribution-configuration.ts",
|
|
15947
|
-
"line":
|
|
15976
|
+
"line": 34
|
|
15948
15977
|
},
|
|
15949
15978
|
"name": "distributionConfigurationName",
|
|
15950
15979
|
"type": {
|
|
@@ -15967,7 +15996,7 @@
|
|
|
15967
15996
|
"kind": "interface",
|
|
15968
15997
|
"locationInModule": {
|
|
15969
15998
|
"filename": "lib/image.ts",
|
|
15970
|
-
"line":
|
|
15999
|
+
"line": 28
|
|
15971
16000
|
},
|
|
15972
16001
|
"methods": [
|
|
15973
16002
|
{
|
|
@@ -15978,7 +16007,7 @@
|
|
|
15978
16007
|
},
|
|
15979
16008
|
"locationInModule": {
|
|
15980
16009
|
"filename": "lib/image.ts",
|
|
15981
|
-
"line":
|
|
16010
|
+
"line": 56
|
|
15982
16011
|
},
|
|
15983
16012
|
"name": "grant",
|
|
15984
16013
|
"parameters": [
|
|
@@ -16017,7 +16046,7 @@
|
|
|
16017
16046
|
},
|
|
16018
16047
|
"locationInModule": {
|
|
16019
16048
|
"filename": "lib/image.ts",
|
|
16020
|
-
"line":
|
|
16049
|
+
"line": 63
|
|
16021
16050
|
},
|
|
16022
16051
|
"name": "grantDefaultExecutionRolePermissions",
|
|
16023
16052
|
"parameters": [
|
|
@@ -16050,7 +16079,7 @@
|
|
|
16050
16079
|
},
|
|
16051
16080
|
"locationInModule": {
|
|
16052
16081
|
"filename": "lib/image.ts",
|
|
16053
|
-
"line":
|
|
16082
|
+
"line": 70
|
|
16054
16083
|
},
|
|
16055
16084
|
"name": "grantRead",
|
|
16056
16085
|
"parameters": [
|
|
@@ -16078,7 +16107,7 @@
|
|
|
16078
16107
|
},
|
|
16079
16108
|
"locationInModule": {
|
|
16080
16109
|
"filename": "lib/image.ts",
|
|
16081
|
-
"line":
|
|
16110
|
+
"line": 75
|
|
16082
16111
|
},
|
|
16083
16112
|
"name": "toBaseImage",
|
|
16084
16113
|
"returns": {
|
|
@@ -16095,7 +16124,7 @@
|
|
|
16095
16124
|
},
|
|
16096
16125
|
"locationInModule": {
|
|
16097
16126
|
"filename": "lib/image.ts",
|
|
16098
|
-
"line":
|
|
16127
|
+
"line": 80
|
|
16099
16128
|
},
|
|
16100
16129
|
"name": "toContainerBaseImage",
|
|
16101
16130
|
"returns": {
|
|
@@ -16119,7 +16148,7 @@
|
|
|
16119
16148
|
"immutable": true,
|
|
16120
16149
|
"locationInModule": {
|
|
16121
16150
|
"filename": "lib/image.ts",
|
|
16122
|
-
"line":
|
|
16151
|
+
"line": 34
|
|
16123
16152
|
},
|
|
16124
16153
|
"name": "imageArn",
|
|
16125
16154
|
"type": {
|
|
@@ -16138,7 +16167,7 @@
|
|
|
16138
16167
|
"immutable": true,
|
|
16139
16168
|
"locationInModule": {
|
|
16140
16169
|
"filename": "lib/image.ts",
|
|
16141
|
-
"line":
|
|
16170
|
+
"line": 41
|
|
16142
16171
|
},
|
|
16143
16172
|
"name": "imageName",
|
|
16144
16173
|
"type": {
|
|
@@ -16157,7 +16186,7 @@
|
|
|
16157
16186
|
"immutable": true,
|
|
16158
16187
|
"locationInModule": {
|
|
16159
16188
|
"filename": "lib/image.ts",
|
|
16160
|
-
"line":
|
|
16189
|
+
"line": 48
|
|
16161
16190
|
},
|
|
16162
16191
|
"name": "imageVersion",
|
|
16163
16192
|
"type": {
|
|
@@ -16180,7 +16209,7 @@
|
|
|
16180
16209
|
"kind": "interface",
|
|
16181
16210
|
"locationInModule": {
|
|
16182
16211
|
"filename": "lib/image-pipeline.ts",
|
|
16183
|
-
"line":
|
|
16212
|
+
"line": 27
|
|
16184
16213
|
},
|
|
16185
16214
|
"methods": [
|
|
16186
16215
|
{
|
|
@@ -16191,7 +16220,7 @@
|
|
|
16191
16220
|
},
|
|
16192
16221
|
"locationInModule": {
|
|
16193
16222
|
"filename": "lib/image-pipeline.ts",
|
|
16194
|
-
"line":
|
|
16223
|
+
"line": 48
|
|
16195
16224
|
},
|
|
16196
16225
|
"name": "grant",
|
|
16197
16226
|
"parameters": [
|
|
@@ -16230,7 +16259,7 @@
|
|
|
16230
16259
|
},
|
|
16231
16260
|
"locationInModule": {
|
|
16232
16261
|
"filename": "lib/image-pipeline.ts",
|
|
16233
|
-
"line":
|
|
16262
|
+
"line": 55
|
|
16234
16263
|
},
|
|
16235
16264
|
"name": "grantDefaultExecutionRolePermissions",
|
|
16236
16265
|
"parameters": [
|
|
@@ -16263,7 +16292,7 @@
|
|
|
16263
16292
|
},
|
|
16264
16293
|
"locationInModule": {
|
|
16265
16294
|
"filename": "lib/image-pipeline.ts",
|
|
16266
|
-
"line":
|
|
16295
|
+
"line": 62
|
|
16267
16296
|
},
|
|
16268
16297
|
"name": "grantRead",
|
|
16269
16298
|
"parameters": [
|
|
@@ -16291,7 +16320,7 @@
|
|
|
16291
16320
|
},
|
|
16292
16321
|
"locationInModule": {
|
|
16293
16322
|
"filename": "lib/image-pipeline.ts",
|
|
16294
|
-
"line":
|
|
16323
|
+
"line": 69
|
|
16295
16324
|
},
|
|
16296
16325
|
"name": "grantStartExecution",
|
|
16297
16326
|
"parameters": [
|
|
@@ -16320,7 +16349,7 @@
|
|
|
16320
16349
|
},
|
|
16321
16350
|
"locationInModule": {
|
|
16322
16351
|
"filename": "lib/image-pipeline.ts",
|
|
16323
|
-
"line":
|
|
16352
|
+
"line": 89
|
|
16324
16353
|
},
|
|
16325
16354
|
"name": "onCVEDetected",
|
|
16326
16355
|
"parameters": [
|
|
@@ -16359,7 +16388,7 @@
|
|
|
16359
16388
|
},
|
|
16360
16389
|
"locationInModule": {
|
|
16361
16390
|
"filename": "lib/image-pipeline.ts",
|
|
16362
|
-
"line":
|
|
16391
|
+
"line": 79
|
|
16363
16392
|
},
|
|
16364
16393
|
"name": "onEvent",
|
|
16365
16394
|
"parameters": [
|
|
@@ -16398,7 +16427,7 @@
|
|
|
16398
16427
|
},
|
|
16399
16428
|
"locationInModule": {
|
|
16400
16429
|
"filename": "lib/image-pipeline.ts",
|
|
16401
|
-
"line":
|
|
16430
|
+
"line": 109
|
|
16402
16431
|
},
|
|
16403
16432
|
"name": "onImageBuildCompleted",
|
|
16404
16433
|
"parameters": [
|
|
@@ -16437,7 +16466,7 @@
|
|
|
16437
16466
|
},
|
|
16438
16467
|
"locationInModule": {
|
|
16439
16468
|
"filename": "lib/image-pipeline.ts",
|
|
16440
|
-
"line":
|
|
16469
|
+
"line": 119
|
|
16441
16470
|
},
|
|
16442
16471
|
"name": "onImageBuildFailed",
|
|
16443
16472
|
"parameters": [
|
|
@@ -16476,7 +16505,7 @@
|
|
|
16476
16505
|
},
|
|
16477
16506
|
"locationInModule": {
|
|
16478
16507
|
"filename": "lib/image-pipeline.ts",
|
|
16479
|
-
"line":
|
|
16508
|
+
"line": 99
|
|
16480
16509
|
},
|
|
16481
16510
|
"name": "onImageBuildStateChange",
|
|
16482
16511
|
"parameters": [
|
|
@@ -16515,7 +16544,7 @@
|
|
|
16515
16544
|
},
|
|
16516
16545
|
"locationInModule": {
|
|
16517
16546
|
"filename": "lib/image-pipeline.ts",
|
|
16518
|
-
"line":
|
|
16547
|
+
"line": 129
|
|
16519
16548
|
},
|
|
16520
16549
|
"name": "onImageBuildSucceeded",
|
|
16521
16550
|
"parameters": [
|
|
@@ -16554,7 +16583,7 @@
|
|
|
16554
16583
|
},
|
|
16555
16584
|
"locationInModule": {
|
|
16556
16585
|
"filename": "lib/image-pipeline.ts",
|
|
16557
|
-
"line":
|
|
16586
|
+
"line": 139
|
|
16558
16587
|
},
|
|
16559
16588
|
"name": "onImagePipelineAutoDisabled",
|
|
16560
16589
|
"parameters": [
|
|
@@ -16593,7 +16622,7 @@
|
|
|
16593
16622
|
},
|
|
16594
16623
|
"locationInModule": {
|
|
16595
16624
|
"filename": "lib/image-pipeline.ts",
|
|
16596
|
-
"line":
|
|
16625
|
+
"line": 149
|
|
16597
16626
|
},
|
|
16598
16627
|
"name": "onWaitForAction",
|
|
16599
16628
|
"parameters": [
|
|
@@ -16638,7 +16667,7 @@
|
|
|
16638
16667
|
"immutable": true,
|
|
16639
16668
|
"locationInModule": {
|
|
16640
16669
|
"filename": "lib/image-pipeline.ts",
|
|
16641
|
-
"line":
|
|
16670
|
+
"line": 33
|
|
16642
16671
|
},
|
|
16643
16672
|
"name": "imagePipelineArn",
|
|
16644
16673
|
"type": {
|
|
@@ -16657,7 +16686,7 @@
|
|
|
16657
16686
|
"immutable": true,
|
|
16658
16687
|
"locationInModule": {
|
|
16659
16688
|
"filename": "lib/image-pipeline.ts",
|
|
16660
|
-
"line":
|
|
16689
|
+
"line": 40
|
|
16661
16690
|
},
|
|
16662
16691
|
"name": "imagePipelineName",
|
|
16663
16692
|
"type": {
|
|
@@ -16680,7 +16709,7 @@
|
|
|
16680
16709
|
"kind": "interface",
|
|
16681
16710
|
"locationInModule": {
|
|
16682
16711
|
"filename": "lib/image-recipe.ts",
|
|
16683
|
-
"line":
|
|
16712
|
+
"line": 34
|
|
16684
16713
|
},
|
|
16685
16714
|
"name": "IImageRecipe",
|
|
16686
16715
|
"properties": [
|
|
@@ -16696,7 +16725,7 @@
|
|
|
16696
16725
|
"immutable": true,
|
|
16697
16726
|
"locationInModule": {
|
|
16698
16727
|
"filename": "lib/image-recipe.ts",
|
|
16699
|
-
"line":
|
|
16728
|
+
"line": 40
|
|
16700
16729
|
},
|
|
16701
16730
|
"name": "imageRecipeArn",
|
|
16702
16731
|
"type": {
|
|
@@ -16715,7 +16744,7 @@
|
|
|
16715
16744
|
"immutable": true,
|
|
16716
16745
|
"locationInModule": {
|
|
16717
16746
|
"filename": "lib/image-recipe.ts",
|
|
16718
|
-
"line":
|
|
16747
|
+
"line": 47
|
|
16719
16748
|
},
|
|
16720
16749
|
"name": "imageRecipeName",
|
|
16721
16750
|
"type": {
|
|
@@ -16734,7 +16763,7 @@
|
|
|
16734
16763
|
"immutable": true,
|
|
16735
16764
|
"locationInModule": {
|
|
16736
16765
|
"filename": "lib/image-recipe.ts",
|
|
16737
|
-
"line":
|
|
16766
|
+
"line": 54
|
|
16738
16767
|
},
|
|
16739
16768
|
"name": "imageRecipeVersion",
|
|
16740
16769
|
"type": {
|
|
@@ -16757,7 +16786,7 @@
|
|
|
16757
16786
|
"kind": "interface",
|
|
16758
16787
|
"locationInModule": {
|
|
16759
16788
|
"filename": "lib/infrastructure-configuration.ts",
|
|
16760
|
-
"line":
|
|
16789
|
+
"line": 17
|
|
16761
16790
|
},
|
|
16762
16791
|
"methods": [
|
|
16763
16792
|
{
|
|
@@ -16768,7 +16797,7 @@
|
|
|
16768
16797
|
},
|
|
16769
16798
|
"locationInModule": {
|
|
16770
16799
|
"filename": "lib/infrastructure-configuration.ts",
|
|
16771
|
-
"line":
|
|
16800
|
+
"line": 38
|
|
16772
16801
|
},
|
|
16773
16802
|
"name": "grant",
|
|
16774
16803
|
"parameters": [
|
|
@@ -16807,7 +16836,7 @@
|
|
|
16807
16836
|
},
|
|
16808
16837
|
"locationInModule": {
|
|
16809
16838
|
"filename": "lib/infrastructure-configuration.ts",
|
|
16810
|
-
"line":
|
|
16839
|
+
"line": 45
|
|
16811
16840
|
},
|
|
16812
16841
|
"name": "grantRead",
|
|
16813
16842
|
"parameters": [
|
|
@@ -16842,7 +16871,7 @@
|
|
|
16842
16871
|
"immutable": true,
|
|
16843
16872
|
"locationInModule": {
|
|
16844
16873
|
"filename": "lib/infrastructure-configuration.ts",
|
|
16845
|
-
"line":
|
|
16874
|
+
"line": 23
|
|
16846
16875
|
},
|
|
16847
16876
|
"name": "infrastructureConfigurationArn",
|
|
16848
16877
|
"type": {
|
|
@@ -16861,7 +16890,7 @@
|
|
|
16861
16890
|
"immutable": true,
|
|
16862
16891
|
"locationInModule": {
|
|
16863
16892
|
"filename": "lib/infrastructure-configuration.ts",
|
|
16864
|
-
"line":
|
|
16893
|
+
"line": 30
|
|
16865
16894
|
},
|
|
16866
16895
|
"name": "infrastructureConfigurationName",
|
|
16867
16896
|
"type": {
|
|
@@ -16884,7 +16913,7 @@
|
|
|
16884
16913
|
"kind": "interface",
|
|
16885
16914
|
"locationInModule": {
|
|
16886
16915
|
"filename": "lib/lifecycle-policy.ts",
|
|
16887
|
-
"line":
|
|
16916
|
+
"line": 15
|
|
16888
16917
|
},
|
|
16889
16918
|
"methods": [
|
|
16890
16919
|
{
|
|
@@ -16895,7 +16924,7 @@
|
|
|
16895
16924
|
},
|
|
16896
16925
|
"locationInModule": {
|
|
16897
16926
|
"filename": "lib/lifecycle-policy.ts",
|
|
16898
|
-
"line":
|
|
16927
|
+
"line": 36
|
|
16899
16928
|
},
|
|
16900
16929
|
"name": "grant",
|
|
16901
16930
|
"parameters": [
|
|
@@ -16934,7 +16963,7 @@
|
|
|
16934
16963
|
},
|
|
16935
16964
|
"locationInModule": {
|
|
16936
16965
|
"filename": "lib/lifecycle-policy.ts",
|
|
16937
|
-
"line":
|
|
16966
|
+
"line": 43
|
|
16938
16967
|
},
|
|
16939
16968
|
"name": "grantRead",
|
|
16940
16969
|
"parameters": [
|
|
@@ -16969,7 +16998,7 @@
|
|
|
16969
16998
|
"immutable": true,
|
|
16970
16999
|
"locationInModule": {
|
|
16971
17000
|
"filename": "lib/lifecycle-policy.ts",
|
|
16972
|
-
"line":
|
|
17001
|
+
"line": 21
|
|
16973
17002
|
},
|
|
16974
17003
|
"name": "lifecyclePolicyArn",
|
|
16975
17004
|
"type": {
|
|
@@ -16988,7 +17017,7 @@
|
|
|
16988
17017
|
"immutable": true,
|
|
16989
17018
|
"locationInModule": {
|
|
16990
17019
|
"filename": "lib/lifecycle-policy.ts",
|
|
16991
|
-
"line":
|
|
17020
|
+
"line": 28
|
|
16992
17021
|
},
|
|
16993
17022
|
"name": "lifecyclePolicyName",
|
|
16994
17023
|
"type": {
|
|
@@ -17098,7 +17127,7 @@
|
|
|
17098
17127
|
"kind": "interface",
|
|
17099
17128
|
"locationInModule": {
|
|
17100
17129
|
"filename": "lib/workflow.ts",
|
|
17101
|
-
"line":
|
|
17130
|
+
"line": 26
|
|
17102
17131
|
},
|
|
17103
17132
|
"methods": [
|
|
17104
17133
|
{
|
|
@@ -17109,7 +17138,7 @@
|
|
|
17109
17138
|
},
|
|
17110
17139
|
"locationInModule": {
|
|
17111
17140
|
"filename": "lib/workflow.ts",
|
|
17112
|
-
"line":
|
|
17141
|
+
"line": 61
|
|
17113
17142
|
},
|
|
17114
17143
|
"name": "grant",
|
|
17115
17144
|
"parameters": [
|
|
@@ -17148,7 +17177,7 @@
|
|
|
17148
17177
|
},
|
|
17149
17178
|
"locationInModule": {
|
|
17150
17179
|
"filename": "lib/workflow.ts",
|
|
17151
|
-
"line":
|
|
17180
|
+
"line": 68
|
|
17152
17181
|
},
|
|
17153
17182
|
"name": "grantRead",
|
|
17154
17183
|
"parameters": [
|
|
@@ -17183,7 +17212,7 @@
|
|
|
17183
17212
|
"immutable": true,
|
|
17184
17213
|
"locationInModule": {
|
|
17185
17214
|
"filename": "lib/workflow.ts",
|
|
17186
|
-
"line":
|
|
17215
|
+
"line": 32
|
|
17187
17216
|
},
|
|
17188
17217
|
"name": "workflowArn",
|
|
17189
17218
|
"type": {
|
|
@@ -17202,7 +17231,7 @@
|
|
|
17202
17231
|
"immutable": true,
|
|
17203
17232
|
"locationInModule": {
|
|
17204
17233
|
"filename": "lib/workflow.ts",
|
|
17205
|
-
"line":
|
|
17234
|
+
"line": 39
|
|
17206
17235
|
},
|
|
17207
17236
|
"name": "workflowName",
|
|
17208
17237
|
"type": {
|
|
@@ -17221,7 +17250,7 @@
|
|
|
17221
17250
|
"immutable": true,
|
|
17222
17251
|
"locationInModule": {
|
|
17223
17252
|
"filename": "lib/workflow.ts",
|
|
17224
|
-
"line":
|
|
17253
|
+
"line": 46
|
|
17225
17254
|
},
|
|
17226
17255
|
"name": "workflowType",
|
|
17227
17256
|
"type": {
|
|
@@ -17240,7 +17269,7 @@
|
|
|
17240
17269
|
"immutable": true,
|
|
17241
17270
|
"locationInModule": {
|
|
17242
17271
|
"filename": "lib/workflow.ts",
|
|
17243
|
-
"line":
|
|
17272
|
+
"line": 53
|
|
17244
17273
|
},
|
|
17245
17274
|
"name": "workflowVersion",
|
|
17246
17275
|
"type": {
|
|
@@ -17269,7 +17298,7 @@
|
|
|
17269
17298
|
},
|
|
17270
17299
|
"locationInModule": {
|
|
17271
17300
|
"filename": "lib/image.ts",
|
|
17272
|
-
"line":
|
|
17301
|
+
"line": 417
|
|
17273
17302
|
},
|
|
17274
17303
|
"parameters": [
|
|
17275
17304
|
{
|
|
@@ -17298,7 +17327,7 @@
|
|
|
17298
17327
|
"kind": "class",
|
|
17299
17328
|
"locationInModule": {
|
|
17300
17329
|
"filename": "lib/image.ts",
|
|
17301
|
-
"line":
|
|
17330
|
+
"line": 339
|
|
17302
17331
|
},
|
|
17303
17332
|
"methods": [
|
|
17304
17333
|
{
|
|
@@ -17308,7 +17337,7 @@
|
|
|
17308
17337
|
},
|
|
17309
17338
|
"locationInModule": {
|
|
17310
17339
|
"filename": "lib/image.ts",
|
|
17311
|
-
"line":
|
|
17340
|
+
"line": 347
|
|
17312
17341
|
},
|
|
17313
17342
|
"name": "fromImageArn",
|
|
17314
17343
|
"parameters": [
|
|
@@ -17346,7 +17375,7 @@
|
|
|
17346
17375
|
},
|
|
17347
17376
|
"locationInModule": {
|
|
17348
17377
|
"filename": "lib/image.ts",
|
|
17349
|
-
"line":
|
|
17378
|
+
"line": 364
|
|
17350
17379
|
},
|
|
17351
17380
|
"name": "fromImageAttributes",
|
|
17352
17381
|
"parameters": [
|
|
@@ -17384,7 +17413,7 @@
|
|
|
17384
17413
|
},
|
|
17385
17414
|
"locationInModule": {
|
|
17386
17415
|
"filename": "lib/image.ts",
|
|
17387
|
-
"line":
|
|
17416
|
+
"line": 355
|
|
17388
17417
|
},
|
|
17389
17418
|
"name": "fromImageName",
|
|
17390
17419
|
"parameters": [
|
|
@@ -17421,7 +17450,7 @@
|
|
|
17421
17450
|
},
|
|
17422
17451
|
"locationInModule": {
|
|
17423
17452
|
"filename": "lib/image.ts",
|
|
17424
|
-
"line":
|
|
17453
|
+
"line": 400
|
|
17425
17454
|
},
|
|
17426
17455
|
"name": "isImage",
|
|
17427
17456
|
"parameters": [
|
|
@@ -17447,7 +17476,7 @@
|
|
|
17447
17476
|
},
|
|
17448
17477
|
"locationInModule": {
|
|
17449
17478
|
"filename": "lib/image.ts",
|
|
17450
|
-
"line":
|
|
17479
|
+
"line": 280
|
|
17451
17480
|
},
|
|
17452
17481
|
"name": "grant",
|
|
17453
17482
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17487,7 +17516,7 @@
|
|
|
17487
17516
|
},
|
|
17488
17517
|
"locationInModule": {
|
|
17489
17518
|
"filename": "lib/image.ts",
|
|
17490
|
-
"line":
|
|
17519
|
+
"line": 449
|
|
17491
17520
|
},
|
|
17492
17521
|
"name": "grantDefaultExecutionRolePermissions",
|
|
17493
17522
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17521,7 +17550,7 @@
|
|
|
17521
17550
|
},
|
|
17522
17551
|
"locationInModule": {
|
|
17523
17552
|
"filename": "lib/image.ts",
|
|
17524
|
-
"line":
|
|
17553
|
+
"line": 315
|
|
17525
17554
|
},
|
|
17526
17555
|
"name": "grantRead",
|
|
17527
17556
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17549,7 +17578,7 @@
|
|
|
17549
17578
|
},
|
|
17550
17579
|
"locationInModule": {
|
|
17551
17580
|
"filename": "lib/image.ts",
|
|
17552
|
-
"line":
|
|
17581
|
+
"line": 322
|
|
17553
17582
|
},
|
|
17554
17583
|
"name": "toBaseImage",
|
|
17555
17584
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17566,7 +17595,7 @@
|
|
|
17566
17595
|
},
|
|
17567
17596
|
"locationInModule": {
|
|
17568
17597
|
"filename": "lib/image.ts",
|
|
17569
|
-
"line":
|
|
17598
|
+
"line": 329
|
|
17570
17599
|
},
|
|
17571
17600
|
"name": "toContainerBaseImage",
|
|
17572
17601
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17588,7 +17617,7 @@
|
|
|
17588
17617
|
"immutable": true,
|
|
17589
17618
|
"locationInModule": {
|
|
17590
17619
|
"filename": "lib/image.ts",
|
|
17591
|
-
"line":
|
|
17620
|
+
"line": 342
|
|
17592
17621
|
},
|
|
17593
17622
|
"name": "PROPERTY_INJECTION_ID",
|
|
17594
17623
|
"static": true,
|
|
@@ -17604,7 +17633,7 @@
|
|
|
17604
17633
|
"immutable": true,
|
|
17605
17634
|
"locationInModule": {
|
|
17606
17635
|
"filename": "lib/image.ts",
|
|
17607
|
-
"line":
|
|
17636
|
+
"line": 468
|
|
17608
17637
|
},
|
|
17609
17638
|
"name": "imageArn",
|
|
17610
17639
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17623,7 +17652,7 @@
|
|
|
17623
17652
|
"immutable": true,
|
|
17624
17653
|
"locationInModule": {
|
|
17625
17654
|
"filename": "lib/image.ts",
|
|
17626
|
-
"line":
|
|
17655
|
+
"line": 490
|
|
17627
17656
|
},
|
|
17628
17657
|
"name": "imageId",
|
|
17629
17658
|
"type": {
|
|
@@ -17638,7 +17667,7 @@
|
|
|
17638
17667
|
"immutable": true,
|
|
17639
17668
|
"locationInModule": {
|
|
17640
17669
|
"filename": "lib/image.ts",
|
|
17641
|
-
"line":
|
|
17670
|
+
"line": 463
|
|
17642
17671
|
},
|
|
17643
17672
|
"name": "imageName",
|
|
17644
17673
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17654,7 +17683,7 @@
|
|
|
17654
17683
|
"immutable": true,
|
|
17655
17684
|
"locationInModule": {
|
|
17656
17685
|
"filename": "lib/image.ts",
|
|
17657
|
-
"line":
|
|
17686
|
+
"line": 473
|
|
17658
17687
|
},
|
|
17659
17688
|
"name": "imageVersion",
|
|
17660
17689
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17670,7 +17699,7 @@
|
|
|
17670
17699
|
"immutable": true,
|
|
17671
17700
|
"locationInModule": {
|
|
17672
17701
|
"filename": "lib/image.ts",
|
|
17673
|
-
"line":
|
|
17702
|
+
"line": 407
|
|
17674
17703
|
},
|
|
17675
17704
|
"name": "infrastructureConfiguration",
|
|
17676
17705
|
"type": {
|
|
@@ -17685,7 +17714,7 @@
|
|
|
17685
17714
|
"immutable": true,
|
|
17686
17715
|
"locationInModule": {
|
|
17687
17716
|
"filename": "lib/image.ts",
|
|
17688
|
-
"line":
|
|
17717
|
+
"line": 412
|
|
17689
17718
|
},
|
|
17690
17719
|
"name": "executionRole",
|
|
17691
17720
|
"optional": true,
|
|
@@ -17710,7 +17739,7 @@
|
|
|
17710
17739
|
"kind": "enum",
|
|
17711
17740
|
"locationInModule": {
|
|
17712
17741
|
"filename": "lib/image.ts",
|
|
17713
|
-
"line":
|
|
17742
|
+
"line": 226
|
|
17714
17743
|
},
|
|
17715
17744
|
"members": [
|
|
17716
17745
|
{
|
|
@@ -17746,7 +17775,7 @@
|
|
|
17746
17775
|
"kind": "interface",
|
|
17747
17776
|
"locationInModule": {
|
|
17748
17777
|
"filename": "lib/image.ts",
|
|
17749
|
-
"line":
|
|
17778
|
+
"line": 200
|
|
17750
17779
|
},
|
|
17751
17780
|
"name": "ImageAttributes",
|
|
17752
17781
|
"properties": [
|
|
@@ -17760,7 +17789,7 @@
|
|
|
17760
17789
|
"immutable": true,
|
|
17761
17790
|
"locationInModule": {
|
|
17762
17791
|
"filename": "lib/image.ts",
|
|
17763
|
-
"line":
|
|
17792
|
+
"line": 206
|
|
17764
17793
|
},
|
|
17765
17794
|
"name": "imageArn",
|
|
17766
17795
|
"optional": true,
|
|
@@ -17778,7 +17807,7 @@
|
|
|
17778
17807
|
"immutable": true,
|
|
17779
17808
|
"locationInModule": {
|
|
17780
17809
|
"filename": "lib/image.ts",
|
|
17781
|
-
"line":
|
|
17810
|
+
"line": 213
|
|
17782
17811
|
},
|
|
17783
17812
|
"name": "imageName",
|
|
17784
17813
|
"optional": true,
|
|
@@ -17796,7 +17825,7 @@
|
|
|
17796
17825
|
"immutable": true,
|
|
17797
17826
|
"locationInModule": {
|
|
17798
17827
|
"filename": "lib/image.ts",
|
|
17799
|
-
"line":
|
|
17828
|
+
"line": 220
|
|
17800
17829
|
},
|
|
17801
17830
|
"name": "imageVersion",
|
|
17802
17831
|
"optional": true,
|
|
@@ -17826,7 +17855,7 @@
|
|
|
17826
17855
|
},
|
|
17827
17856
|
"locationInModule": {
|
|
17828
17857
|
"filename": "lib/image-pipeline.ts",
|
|
17829
|
-
"line":
|
|
17858
|
+
"line": 623
|
|
17830
17859
|
},
|
|
17831
17860
|
"parameters": [
|
|
17832
17861
|
{
|
|
@@ -17855,7 +17884,7 @@
|
|
|
17855
17884
|
"kind": "class",
|
|
17856
17885
|
"locationInModule": {
|
|
17857
17886
|
"filename": "lib/image-pipeline.ts",
|
|
17858
|
-
"line":
|
|
17887
|
+
"line": 564
|
|
17859
17888
|
},
|
|
17860
17889
|
"methods": [
|
|
17861
17890
|
{
|
|
@@ -17865,7 +17894,7 @@
|
|
|
17865
17894
|
},
|
|
17866
17895
|
"locationInModule": {
|
|
17867
17896
|
"filename": "lib/image-pipeline.ts",
|
|
17868
|
-
"line":
|
|
17897
|
+
"line": 572
|
|
17869
17898
|
},
|
|
17870
17899
|
"name": "fromImagePipelineArn",
|
|
17871
17900
|
"parameters": [
|
|
@@ -17903,7 +17932,7 @@
|
|
|
17903
17932
|
},
|
|
17904
17933
|
"locationInModule": {
|
|
17905
17934
|
"filename": "lib/image-pipeline.ts",
|
|
17906
|
-
"line":
|
|
17935
|
+
"line": 590
|
|
17907
17936
|
},
|
|
17908
17937
|
"name": "fromImagePipelineName",
|
|
17909
17938
|
"parameters": [
|
|
@@ -17940,7 +17969,7 @@
|
|
|
17940
17969
|
},
|
|
17941
17970
|
"locationInModule": {
|
|
17942
17971
|
"filename": "lib/image-pipeline.ts",
|
|
17943
|
-
"line":
|
|
17972
|
+
"line": 605
|
|
17944
17973
|
},
|
|
17945
17974
|
"name": "isImagePipeline",
|
|
17946
17975
|
"parameters": [
|
|
@@ -17965,7 +17994,7 @@
|
|
|
17965
17994
|
},
|
|
17966
17995
|
"locationInModule": {
|
|
17967
17996
|
"filename": "lib/image-pipeline.ts",
|
|
17968
|
-
"line":
|
|
17997
|
+
"line": 369
|
|
17969
17998
|
},
|
|
17970
17999
|
"name": "grant",
|
|
17971
18000
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18005,7 +18034,7 @@
|
|
|
18005
18034
|
},
|
|
18006
18035
|
"locationInModule": {
|
|
18007
18036
|
"filename": "lib/image-pipeline.ts",
|
|
18008
|
-
"line":
|
|
18037
|
+
"line": 712
|
|
18009
18038
|
},
|
|
18010
18039
|
"name": "grantDefaultExecutionRolePermissions",
|
|
18011
18040
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18038,7 +18067,7 @@
|
|
|
18038
18067
|
},
|
|
18039
18068
|
"locationInModule": {
|
|
18040
18069
|
"filename": "lib/image-pipeline.ts",
|
|
18041
|
-
"line":
|
|
18070
|
+
"line": 403
|
|
18042
18071
|
},
|
|
18043
18072
|
"name": "grantRead",
|
|
18044
18073
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18066,7 +18095,7 @@
|
|
|
18066
18095
|
},
|
|
18067
18096
|
"locationInModule": {
|
|
18068
18097
|
"filename": "lib/image-pipeline.ts",
|
|
18069
|
-
"line":
|
|
18098
|
+
"line": 413
|
|
18070
18099
|
},
|
|
18071
18100
|
"name": "grantStartExecution",
|
|
18072
18101
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18095,7 +18124,7 @@
|
|
|
18095
18124
|
},
|
|
18096
18125
|
"locationInModule": {
|
|
18097
18126
|
"filename": "lib/image-pipeline.ts",
|
|
18098
|
-
"line":
|
|
18127
|
+
"line": 445
|
|
18099
18128
|
},
|
|
18100
18129
|
"name": "onCVEDetected",
|
|
18101
18130
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18134,7 +18163,7 @@
|
|
|
18134
18163
|
},
|
|
18135
18164
|
"locationInModule": {
|
|
18136
18165
|
"filename": "lib/image-pipeline.ts",
|
|
18137
|
-
"line":
|
|
18166
|
+
"line": 425
|
|
18138
18167
|
},
|
|
18139
18168
|
"name": "onEvent",
|
|
18140
18169
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18173,7 +18202,7 @@
|
|
|
18173
18202
|
},
|
|
18174
18203
|
"locationInModule": {
|
|
18175
18204
|
"filename": "lib/image-pipeline.ts",
|
|
18176
|
-
"line":
|
|
18205
|
+
"line": 479
|
|
18177
18206
|
},
|
|
18178
18207
|
"name": "onImageBuildCompleted",
|
|
18179
18208
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18212,7 +18241,7 @@
|
|
|
18212
18241
|
},
|
|
18213
18242
|
"locationInModule": {
|
|
18214
18243
|
"filename": "lib/image-pipeline.ts",
|
|
18215
|
-
"line":
|
|
18244
|
+
"line": 497
|
|
18216
18245
|
},
|
|
18217
18246
|
"name": "onImageBuildFailed",
|
|
18218
18247
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18251,7 +18280,7 @@
|
|
|
18251
18280
|
},
|
|
18252
18281
|
"locationInModule": {
|
|
18253
18282
|
"filename": "lib/image-pipeline.ts",
|
|
18254
|
-
"line":
|
|
18283
|
+
"line": 464
|
|
18255
18284
|
},
|
|
18256
18285
|
"name": "onImageBuildStateChange",
|
|
18257
18286
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18290,7 +18319,7 @@
|
|
|
18290
18319
|
},
|
|
18291
18320
|
"locationInModule": {
|
|
18292
18321
|
"filename": "lib/image-pipeline.ts",
|
|
18293
|
-
"line":
|
|
18322
|
+
"line": 515
|
|
18294
18323
|
},
|
|
18295
18324
|
"name": "onImageBuildSucceeded",
|
|
18296
18325
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18329,7 +18358,7 @@
|
|
|
18329
18358
|
},
|
|
18330
18359
|
"locationInModule": {
|
|
18331
18360
|
"filename": "lib/image-pipeline.ts",
|
|
18332
|
-
"line":
|
|
18361
|
+
"line": 533
|
|
18333
18362
|
},
|
|
18334
18363
|
"name": "onImagePipelineAutoDisabled",
|
|
18335
18364
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18368,7 +18397,7 @@
|
|
|
18368
18397
|
},
|
|
18369
18398
|
"locationInModule": {
|
|
18370
18399
|
"filename": "lib/image-pipeline.ts",
|
|
18371
|
-
"line":
|
|
18400
|
+
"line": 551
|
|
18372
18401
|
},
|
|
18373
18402
|
"name": "onWaitForAction",
|
|
18374
18403
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18411,7 +18440,7 @@
|
|
|
18411
18440
|
"immutable": true,
|
|
18412
18441
|
"locationInModule": {
|
|
18413
18442
|
"filename": "lib/image-pipeline.ts",
|
|
18414
|
-
"line":
|
|
18443
|
+
"line": 567
|
|
18415
18444
|
},
|
|
18416
18445
|
"name": "PROPERTY_INJECTION_ID",
|
|
18417
18446
|
"static": true,
|
|
@@ -18427,7 +18456,7 @@
|
|
|
18427
18456
|
"immutable": true,
|
|
18428
18457
|
"locationInModule": {
|
|
18429
18458
|
"filename": "lib/image-pipeline.ts",
|
|
18430
|
-
"line":
|
|
18459
|
+
"line": 697
|
|
18431
18460
|
},
|
|
18432
18461
|
"name": "imagePipelineArn",
|
|
18433
18462
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18443,7 +18472,7 @@
|
|
|
18443
18472
|
"immutable": true,
|
|
18444
18473
|
"locationInModule": {
|
|
18445
18474
|
"filename": "lib/image-pipeline.ts",
|
|
18446
|
-
"line":
|
|
18475
|
+
"line": 692
|
|
18447
18476
|
},
|
|
18448
18477
|
"name": "imagePipelineName",
|
|
18449
18478
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18459,7 +18488,7 @@
|
|
|
18459
18488
|
"immutable": true,
|
|
18460
18489
|
"locationInModule": {
|
|
18461
18490
|
"filename": "lib/image-pipeline.ts",
|
|
18462
|
-
"line":
|
|
18491
|
+
"line": 612
|
|
18463
18492
|
},
|
|
18464
18493
|
"name": "infrastructureConfiguration",
|
|
18465
18494
|
"type": {
|
|
@@ -18475,7 +18504,7 @@
|
|
|
18475
18504
|
"immutable": true,
|
|
18476
18505
|
"locationInModule": {
|
|
18477
18506
|
"filename": "lib/image-pipeline.ts",
|
|
18478
|
-
"line":
|
|
18507
|
+
"line": 618
|
|
18479
18508
|
},
|
|
18480
18509
|
"name": "executionRole",
|
|
18481
18510
|
"optional": true,
|
|
@@ -18501,7 +18530,7 @@
|
|
|
18501
18530
|
"kind": "interface",
|
|
18502
18531
|
"locationInModule": {
|
|
18503
18532
|
"filename": "lib/image-pipeline.ts",
|
|
18504
|
-
"line":
|
|
18533
|
+
"line": 155
|
|
18505
18534
|
},
|
|
18506
18535
|
"name": "ImagePipelineProps",
|
|
18507
18536
|
"properties": [
|
|
@@ -18515,7 +18544,7 @@
|
|
|
18515
18544
|
"immutable": true,
|
|
18516
18545
|
"locationInModule": {
|
|
18517
18546
|
"filename": "lib/image-pipeline.ts",
|
|
18518
|
-
"line":
|
|
18547
|
+
"line": 160
|
|
18519
18548
|
},
|
|
18520
18549
|
"name": "recipe",
|
|
18521
18550
|
"type": {
|
|
@@ -18532,7 +18561,7 @@
|
|
|
18532
18561
|
"immutable": true,
|
|
18533
18562
|
"locationInModule": {
|
|
18534
18563
|
"filename": "lib/image-pipeline.ts",
|
|
18535
|
-
"line":
|
|
18564
|
+
"line": 174
|
|
18536
18565
|
},
|
|
18537
18566
|
"name": "description",
|
|
18538
18567
|
"optional": true,
|
|
@@ -18550,7 +18579,7 @@
|
|
|
18550
18579
|
"immutable": true,
|
|
18551
18580
|
"locationInModule": {
|
|
18552
18581
|
"filename": "lib/image-pipeline.ts",
|
|
18553
|
-
"line":
|
|
18582
|
+
"line": 208
|
|
18554
18583
|
},
|
|
18555
18584
|
"name": "distributionConfiguration",
|
|
18556
18585
|
"optional": true,
|
|
@@ -18568,7 +18597,7 @@
|
|
|
18568
18597
|
"immutable": true,
|
|
18569
18598
|
"locationInModule": {
|
|
18570
18599
|
"filename": "lib/image-pipeline.ts",
|
|
18571
|
-
"line":
|
|
18600
|
+
"line": 274
|
|
18572
18601
|
},
|
|
18573
18602
|
"name": "enhancedImageMetadataEnabled",
|
|
18574
18603
|
"optional": true,
|
|
@@ -18587,7 +18616,7 @@
|
|
|
18587
18616
|
"immutable": true,
|
|
18588
18617
|
"locationInModule": {
|
|
18589
18618
|
"filename": "lib/image-pipeline.ts",
|
|
18590
|
-
"line":
|
|
18619
|
+
"line": 226
|
|
18591
18620
|
},
|
|
18592
18621
|
"name": "executionRole",
|
|
18593
18622
|
"optional": true,
|
|
@@ -18606,7 +18635,7 @@
|
|
|
18606
18635
|
"immutable": true,
|
|
18607
18636
|
"locationInModule": {
|
|
18608
18637
|
"filename": "lib/image-pipeline.ts",
|
|
18609
|
-
"line":
|
|
18638
|
+
"line": 242
|
|
18610
18639
|
},
|
|
18611
18640
|
"name": "imageLogGroup",
|
|
18612
18641
|
"optional": true,
|
|
@@ -18625,7 +18654,7 @@
|
|
|
18625
18654
|
"immutable": true,
|
|
18626
18655
|
"locationInModule": {
|
|
18627
18656
|
"filename": "lib/image-pipeline.ts",
|
|
18628
|
-
"line":
|
|
18657
|
+
"line": 234
|
|
18629
18658
|
},
|
|
18630
18659
|
"name": "imagePipelineLogGroup",
|
|
18631
18660
|
"optional": true,
|
|
@@ -18643,7 +18672,7 @@
|
|
|
18643
18672
|
"immutable": true,
|
|
18644
18673
|
"locationInModule": {
|
|
18645
18674
|
"filename": "lib/image-pipeline.ts",
|
|
18646
|
-
"line":
|
|
18675
|
+
"line": 167
|
|
18647
18676
|
},
|
|
18648
18677
|
"name": "imagePipelineName",
|
|
18649
18678
|
"optional": true,
|
|
@@ -18662,7 +18691,7 @@
|
|
|
18662
18691
|
"immutable": true,
|
|
18663
18692
|
"locationInModule": {
|
|
18664
18693
|
"filename": "lib/image-pipeline.ts",
|
|
18665
|
-
"line":
|
|
18694
|
+
"line": 259
|
|
18666
18695
|
},
|
|
18667
18696
|
"name": "imageScanningEcrRepository",
|
|
18668
18697
|
"optional": true,
|
|
@@ -18680,7 +18709,7 @@
|
|
|
18680
18709
|
"immutable": true,
|
|
18681
18710
|
"locationInModule": {
|
|
18682
18711
|
"filename": "lib/image-pipeline.ts",
|
|
18683
|
-
"line":
|
|
18712
|
+
"line": 266
|
|
18684
18713
|
},
|
|
18685
18714
|
"name": "imageScanningEcrTags",
|
|
18686
18715
|
"optional": true,
|
|
@@ -18703,7 +18732,7 @@
|
|
|
18703
18732
|
"immutable": true,
|
|
18704
18733
|
"locationInModule": {
|
|
18705
18734
|
"filename": "lib/image-pipeline.ts",
|
|
18706
|
-
"line":
|
|
18735
|
+
"line": 250
|
|
18707
18736
|
},
|
|
18708
18737
|
"name": "imageScanningEnabled",
|
|
18709
18738
|
"optional": true,
|
|
@@ -18721,7 +18750,7 @@
|
|
|
18721
18750
|
"immutable": true,
|
|
18722
18751
|
"locationInModule": {
|
|
18723
18752
|
"filename": "lib/image-pipeline.ts",
|
|
18724
|
-
"line":
|
|
18753
|
+
"line": 281
|
|
18725
18754
|
},
|
|
18726
18755
|
"name": "imageTestsEnabled",
|
|
18727
18756
|
"optional": true,
|
|
@@ -18740,7 +18769,7 @@
|
|
|
18740
18769
|
"immutable": true,
|
|
18741
18770
|
"locationInModule": {
|
|
18742
18771
|
"filename": "lib/image-pipeline.ts",
|
|
18743
|
-
"line":
|
|
18772
|
+
"line": 201
|
|
18744
18773
|
},
|
|
18745
18774
|
"name": "infrastructureConfiguration",
|
|
18746
18775
|
"optional": true,
|
|
@@ -18759,7 +18788,7 @@
|
|
|
18759
18788
|
"immutable": true,
|
|
18760
18789
|
"locationInModule": {
|
|
18761
18790
|
"filename": "lib/image-pipeline.ts",
|
|
18762
|
-
"line":
|
|
18791
|
+
"line": 182
|
|
18763
18792
|
},
|
|
18764
18793
|
"name": "schedule",
|
|
18765
18794
|
"optional": true,
|
|
@@ -18777,7 +18806,7 @@
|
|
|
18777
18806
|
"immutable": true,
|
|
18778
18807
|
"locationInModule": {
|
|
18779
18808
|
"filename": "lib/image-pipeline.ts",
|
|
18780
|
-
"line":
|
|
18809
|
+
"line": 189
|
|
18781
18810
|
},
|
|
18782
18811
|
"name": "status",
|
|
18783
18812
|
"optional": true,
|
|
@@ -18795,7 +18824,7 @@
|
|
|
18795
18824
|
"immutable": true,
|
|
18796
18825
|
"locationInModule": {
|
|
18797
18826
|
"filename": "lib/image-pipeline.ts",
|
|
18798
|
-
"line":
|
|
18827
|
+
"line": 288
|
|
18799
18828
|
},
|
|
18800
18829
|
"name": "tags",
|
|
18801
18830
|
"optional": true,
|
|
@@ -18818,7 +18847,7 @@
|
|
|
18818
18847
|
"immutable": true,
|
|
18819
18848
|
"locationInModule": {
|
|
18820
18849
|
"filename": "lib/image-pipeline.ts",
|
|
18821
|
-
"line":
|
|
18850
|
+
"line": 215
|
|
18822
18851
|
},
|
|
18823
18852
|
"name": "workflows",
|
|
18824
18853
|
"optional": true,
|
|
@@ -18849,7 +18878,7 @@
|
|
|
18849
18878
|
"kind": "interface",
|
|
18850
18879
|
"locationInModule": {
|
|
18851
18880
|
"filename": "lib/image-pipeline.ts",
|
|
18852
|
-
"line":
|
|
18881
|
+
"line": 294
|
|
18853
18882
|
},
|
|
18854
18883
|
"name": "ImagePipelineSchedule",
|
|
18855
18884
|
"properties": [
|
|
@@ -18863,7 +18892,7 @@
|
|
|
18863
18892
|
"immutable": true,
|
|
18864
18893
|
"locationInModule": {
|
|
18865
18894
|
"filename": "lib/image-pipeline.ts",
|
|
18866
|
-
"line":
|
|
18895
|
+
"line": 298
|
|
18867
18896
|
},
|
|
18868
18897
|
"name": "expression",
|
|
18869
18898
|
"type": {
|
|
@@ -18881,7 +18910,7 @@
|
|
|
18881
18910
|
"immutable": true,
|
|
18882
18911
|
"locationInModule": {
|
|
18883
18912
|
"filename": "lib/image-pipeline.ts",
|
|
18884
|
-
"line":
|
|
18913
|
+
"line": 307
|
|
18885
18914
|
},
|
|
18886
18915
|
"name": "autoDisableFailureCount",
|
|
18887
18916
|
"optional": true,
|
|
@@ -18899,7 +18928,7 @@
|
|
|
18899
18928
|
"immutable": true,
|
|
18900
18929
|
"locationInModule": {
|
|
18901
18930
|
"filename": "lib/image-pipeline.ts",
|
|
18902
|
-
"line":
|
|
18931
|
+
"line": 314
|
|
18903
18932
|
},
|
|
18904
18933
|
"name": "startCondition",
|
|
18905
18934
|
"optional": true,
|
|
@@ -18924,7 +18953,7 @@
|
|
|
18924
18953
|
"kind": "enum",
|
|
18925
18954
|
"locationInModule": {
|
|
18926
18955
|
"filename": "lib/image-pipeline.ts",
|
|
18927
|
-
"line":
|
|
18956
|
+
"line": 336
|
|
18928
18957
|
},
|
|
18929
18958
|
"members": [
|
|
18930
18959
|
{
|
|
@@ -18960,7 +18989,7 @@
|
|
|
18960
18989
|
"kind": "interface",
|
|
18961
18990
|
"locationInModule": {
|
|
18962
18991
|
"filename": "lib/image.ts",
|
|
18963
|
-
"line":
|
|
18992
|
+
"line": 86
|
|
18964
18993
|
},
|
|
18965
18994
|
"name": "ImageProps",
|
|
18966
18995
|
"properties": [
|
|
@@ -18974,7 +19003,7 @@
|
|
|
18974
19003
|
"immutable": true,
|
|
18975
19004
|
"locationInModule": {
|
|
18976
19005
|
"filename": "lib/image.ts",
|
|
18977
|
-
"line":
|
|
19006
|
+
"line": 91
|
|
18978
19007
|
},
|
|
18979
19008
|
"name": "recipe",
|
|
18980
19009
|
"type": {
|
|
@@ -18992,7 +19021,7 @@
|
|
|
18992
19021
|
"immutable": true,
|
|
18993
19022
|
"locationInModule": {
|
|
18994
19023
|
"filename": "lib/image.ts",
|
|
18995
|
-
"line":
|
|
19024
|
+
"line": 187
|
|
18996
19025
|
},
|
|
18997
19026
|
"name": "deletionExecutionRole",
|
|
18998
19027
|
"optional": true,
|
|
@@ -19010,7 +19039,7 @@
|
|
|
19010
19039
|
"immutable": true,
|
|
19011
19040
|
"locationInModule": {
|
|
19012
19041
|
"filename": "lib/image.ts",
|
|
19013
|
-
"line":
|
|
19042
|
+
"line": 112
|
|
19014
19043
|
},
|
|
19015
19044
|
"name": "distributionConfiguration",
|
|
19016
19045
|
"optional": true,
|
|
@@ -19028,7 +19057,7 @@
|
|
|
19028
19057
|
"immutable": true,
|
|
19029
19058
|
"locationInModule": {
|
|
19030
19059
|
"filename": "lib/image.ts",
|
|
19031
|
-
"line":
|
|
19060
|
+
"line": 171
|
|
19032
19061
|
},
|
|
19033
19062
|
"name": "enhancedImageMetadataEnabled",
|
|
19034
19063
|
"optional": true,
|
|
@@ -19047,7 +19076,7 @@
|
|
|
19047
19076
|
"immutable": true,
|
|
19048
19077
|
"locationInModule": {
|
|
19049
19078
|
"filename": "lib/image.ts",
|
|
19050
|
-
"line":
|
|
19079
|
+
"line": 131
|
|
19051
19080
|
},
|
|
19052
19081
|
"name": "executionRole",
|
|
19053
19082
|
"optional": true,
|
|
@@ -19066,7 +19095,7 @@
|
|
|
19066
19095
|
"immutable": true,
|
|
19067
19096
|
"locationInModule": {
|
|
19068
19097
|
"filename": "lib/image.ts",
|
|
19069
|
-
"line":
|
|
19098
|
+
"line": 156
|
|
19070
19099
|
},
|
|
19071
19100
|
"name": "imageScanningEcrRepository",
|
|
19072
19101
|
"optional": true,
|
|
@@ -19084,7 +19113,7 @@
|
|
|
19084
19113
|
"immutable": true,
|
|
19085
19114
|
"locationInModule": {
|
|
19086
19115
|
"filename": "lib/image.ts",
|
|
19087
|
-
"line":
|
|
19116
|
+
"line": 163
|
|
19088
19117
|
},
|
|
19089
19118
|
"name": "imageScanningEcrTags",
|
|
19090
19119
|
"optional": true,
|
|
@@ -19107,7 +19136,7 @@
|
|
|
19107
19136
|
"immutable": true,
|
|
19108
19137
|
"locationInModule": {
|
|
19109
19138
|
"filename": "lib/image.ts",
|
|
19110
|
-
"line":
|
|
19139
|
+
"line": 147
|
|
19111
19140
|
},
|
|
19112
19141
|
"name": "imageScanningEnabled",
|
|
19113
19142
|
"optional": true,
|
|
@@ -19125,7 +19154,7 @@
|
|
|
19125
19154
|
"immutable": true,
|
|
19126
19155
|
"locationInModule": {
|
|
19127
19156
|
"filename": "lib/image.ts",
|
|
19128
|
-
"line":
|
|
19157
|
+
"line": 178
|
|
19129
19158
|
},
|
|
19130
19159
|
"name": "imageTestsEnabled",
|
|
19131
19160
|
"optional": true,
|
|
@@ -19144,7 +19173,7 @@
|
|
|
19144
19173
|
"immutable": true,
|
|
19145
19174
|
"locationInModule": {
|
|
19146
19175
|
"filename": "lib/image.ts",
|
|
19147
|
-
"line":
|
|
19176
|
+
"line": 105
|
|
19148
19177
|
},
|
|
19149
19178
|
"name": "infrastructureConfiguration",
|
|
19150
19179
|
"optional": true,
|
|
@@ -19163,7 +19192,7 @@
|
|
|
19163
19192
|
"immutable": true,
|
|
19164
19193
|
"locationInModule": {
|
|
19165
19194
|
"filename": "lib/image.ts",
|
|
19166
|
-
"line":
|
|
19195
|
+
"line": 139
|
|
19167
19196
|
},
|
|
19168
19197
|
"name": "logGroup",
|
|
19169
19198
|
"optional": true,
|
|
@@ -19181,7 +19210,7 @@
|
|
|
19181
19210
|
"immutable": true,
|
|
19182
19211
|
"locationInModule": {
|
|
19183
19212
|
"filename": "lib/image.ts",
|
|
19184
|
-
"line":
|
|
19213
|
+
"line": 194
|
|
19185
19214
|
},
|
|
19186
19215
|
"name": "tags",
|
|
19187
19216
|
"optional": true,
|
|
@@ -19204,7 +19233,7 @@
|
|
|
19204
19233
|
"immutable": true,
|
|
19205
19234
|
"locationInModule": {
|
|
19206
19235
|
"filename": "lib/image.ts",
|
|
19207
|
-
"line":
|
|
19236
|
+
"line": 120
|
|
19208
19237
|
},
|
|
19209
19238
|
"name": "workflows",
|
|
19210
19239
|
"optional": true,
|
|
@@ -19239,7 +19268,7 @@
|
|
|
19239
19268
|
},
|
|
19240
19269
|
"locationInModule": {
|
|
19241
19270
|
"filename": "lib/image-recipe.ts",
|
|
19242
|
-
"line":
|
|
19271
|
+
"line": 310
|
|
19243
19272
|
},
|
|
19244
19273
|
"parameters": [
|
|
19245
19274
|
{
|
|
@@ -19268,7 +19297,7 @@
|
|
|
19268
19297
|
"kind": "class",
|
|
19269
19298
|
"locationInModule": {
|
|
19270
19299
|
"filename": "lib/image-recipe.ts",
|
|
19271
|
-
"line":
|
|
19300
|
+
"line": 236
|
|
19272
19301
|
},
|
|
19273
19302
|
"methods": [
|
|
19274
19303
|
{
|
|
@@ -19278,7 +19307,7 @@
|
|
|
19278
19307
|
},
|
|
19279
19308
|
"locationInModule": {
|
|
19280
19309
|
"filename": "lib/image-recipe.ts",
|
|
19281
|
-
"line":
|
|
19310
|
+
"line": 244
|
|
19282
19311
|
},
|
|
19283
19312
|
"name": "fromImageRecipeArn",
|
|
19284
19313
|
"parameters": [
|
|
@@ -19316,7 +19345,7 @@
|
|
|
19316
19345
|
},
|
|
19317
19346
|
"locationInModule": {
|
|
19318
19347
|
"filename": "lib/image-recipe.ts",
|
|
19319
|
-
"line":
|
|
19348
|
+
"line": 261
|
|
19320
19349
|
},
|
|
19321
19350
|
"name": "fromImageRecipeAttributes",
|
|
19322
19351
|
"parameters": [
|
|
@@ -19354,7 +19383,7 @@
|
|
|
19354
19383
|
},
|
|
19355
19384
|
"locationInModule": {
|
|
19356
19385
|
"filename": "lib/image-recipe.ts",
|
|
19357
|
-
"line":
|
|
19386
|
+
"line": 252
|
|
19358
19387
|
},
|
|
19359
19388
|
"name": "fromImageRecipeName",
|
|
19360
19389
|
"parameters": [
|
|
@@ -19391,7 +19420,7 @@
|
|
|
19391
19420
|
},
|
|
19392
19421
|
"locationInModule": {
|
|
19393
19422
|
"filename": "lib/image-recipe.ts",
|
|
19394
|
-
"line":
|
|
19423
|
+
"line": 303
|
|
19395
19424
|
},
|
|
19396
19425
|
"name": "isImageRecipe",
|
|
19397
19426
|
"parameters": [
|
|
@@ -19416,7 +19445,7 @@
|
|
|
19416
19445
|
},
|
|
19417
19446
|
"locationInModule": {
|
|
19418
19447
|
"filename": "lib/image-recipe.ts",
|
|
19419
|
-
"line":
|
|
19448
|
+
"line": 385
|
|
19420
19449
|
},
|
|
19421
19450
|
"name": "addBlockDevice",
|
|
19422
19451
|
"parameters": [
|
|
@@ -19440,7 +19469,7 @@
|
|
|
19440
19469
|
},
|
|
19441
19470
|
"locationInModule": {
|
|
19442
19471
|
"filename": "lib/image-recipe.ts",
|
|
19443
|
-
"line":
|
|
19472
|
+
"line": 193
|
|
19444
19473
|
},
|
|
19445
19474
|
"name": "grant",
|
|
19446
19475
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -19479,7 +19508,7 @@
|
|
|
19479
19508
|
},
|
|
19480
19509
|
"locationInModule": {
|
|
19481
19510
|
"filename": "lib/image-recipe.ts",
|
|
19482
|
-
"line":
|
|
19511
|
+
"line": 208
|
|
19483
19512
|
},
|
|
19484
19513
|
"name": "grantRead",
|
|
19485
19514
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -19512,7 +19541,7 @@
|
|
|
19512
19541
|
"immutable": true,
|
|
19513
19542
|
"locationInModule": {
|
|
19514
19543
|
"filename": "lib/image-recipe.ts",
|
|
19515
|
-
"line":
|
|
19544
|
+
"line": 239
|
|
19516
19545
|
},
|
|
19517
19546
|
"name": "PROPERTY_INJECTION_ID",
|
|
19518
19547
|
"static": true,
|
|
@@ -19528,7 +19557,7 @@
|
|
|
19528
19557
|
"immutable": true,
|
|
19529
19558
|
"locationInModule": {
|
|
19530
19559
|
"filename": "lib/image-recipe.ts",
|
|
19531
|
-
"line":
|
|
19560
|
+
"line": 366
|
|
19532
19561
|
},
|
|
19533
19562
|
"name": "imageRecipeArn",
|
|
19534
19563
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImageRecipe",
|
|
@@ -19544,7 +19573,7 @@
|
|
|
19544
19573
|
"immutable": true,
|
|
19545
19574
|
"locationInModule": {
|
|
19546
19575
|
"filename": "lib/image-recipe.ts",
|
|
19547
|
-
"line":
|
|
19576
|
+
"line": 361
|
|
19548
19577
|
},
|
|
19549
19578
|
"name": "imageRecipeName",
|
|
19550
19579
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImageRecipe",
|
|
@@ -19560,7 +19589,7 @@
|
|
|
19560
19589
|
"immutable": true,
|
|
19561
19590
|
"locationInModule": {
|
|
19562
19591
|
"filename": "lib/image-recipe.ts",
|
|
19563
|
-
"line":
|
|
19592
|
+
"line": 375
|
|
19564
19593
|
},
|
|
19565
19594
|
"name": "imageRecipeVersion",
|
|
19566
19595
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImageRecipe",
|
|
@@ -19586,7 +19615,7 @@
|
|
|
19586
19615
|
"kind": "interface",
|
|
19587
19616
|
"locationInModule": {
|
|
19588
19617
|
"filename": "lib/image-recipe.ts",
|
|
19589
|
-
"line":
|
|
19618
|
+
"line": 143
|
|
19590
19619
|
},
|
|
19591
19620
|
"name": "ImageRecipeAttributes",
|
|
19592
19621
|
"properties": [
|
|
@@ -19600,7 +19629,7 @@
|
|
|
19600
19629
|
"immutable": true,
|
|
19601
19630
|
"locationInModule": {
|
|
19602
19631
|
"filename": "lib/image-recipe.ts",
|
|
19603
|
-
"line":
|
|
19632
|
+
"line": 149
|
|
19604
19633
|
},
|
|
19605
19634
|
"name": "imageRecipeArn",
|
|
19606
19635
|
"optional": true,
|
|
@@ -19618,7 +19647,7 @@
|
|
|
19618
19647
|
"immutable": true,
|
|
19619
19648
|
"locationInModule": {
|
|
19620
19649
|
"filename": "lib/image-recipe.ts",
|
|
19621
|
-
"line":
|
|
19650
|
+
"line": 156
|
|
19622
19651
|
},
|
|
19623
19652
|
"name": "imageRecipeName",
|
|
19624
19653
|
"optional": true,
|
|
@@ -19636,7 +19665,7 @@
|
|
|
19636
19665
|
"immutable": true,
|
|
19637
19666
|
"locationInModule": {
|
|
19638
19667
|
"filename": "lib/image-recipe.ts",
|
|
19639
|
-
"line":
|
|
19668
|
+
"line": 164
|
|
19640
19669
|
},
|
|
19641
19670
|
"name": "imageRecipeVersion",
|
|
19642
19671
|
"optional": true,
|
|
@@ -19662,7 +19691,7 @@
|
|
|
19662
19691
|
"kind": "interface",
|
|
19663
19692
|
"locationInModule": {
|
|
19664
19693
|
"filename": "lib/image-recipe.ts",
|
|
19665
|
-
"line":
|
|
19694
|
+
"line": 60
|
|
19666
19695
|
},
|
|
19667
19696
|
"name": "ImageRecipeProps",
|
|
19668
19697
|
"properties": [
|
|
@@ -19675,7 +19704,7 @@
|
|
|
19675
19704
|
"immutable": true,
|
|
19676
19705
|
"locationInModule": {
|
|
19677
19706
|
"filename": "lib/image-recipe.ts",
|
|
19678
|
-
"line":
|
|
19707
|
+
"line": 64
|
|
19679
19708
|
},
|
|
19680
19709
|
"name": "baseImage",
|
|
19681
19710
|
"type": {
|
|
@@ -19692,7 +19721,7 @@
|
|
|
19692
19721
|
"immutable": true,
|
|
19693
19722
|
"locationInModule": {
|
|
19694
19723
|
"filename": "lib/image-recipe.ts",
|
|
19695
|
-
"line":
|
|
19724
|
+
"line": 99
|
|
19696
19725
|
},
|
|
19697
19726
|
"name": "amiTags",
|
|
19698
19727
|
"optional": true,
|
|
@@ -19715,7 +19744,7 @@
|
|
|
19715
19744
|
"immutable": true,
|
|
19716
19745
|
"locationInModule": {
|
|
19717
19746
|
"filename": "lib/image-recipe.ts",
|
|
19718
|
-
"line":
|
|
19747
|
+
"line": 106
|
|
19719
19748
|
},
|
|
19720
19749
|
"name": "blockDevices",
|
|
19721
19750
|
"optional": true,
|
|
@@ -19738,7 +19767,7 @@
|
|
|
19738
19767
|
"immutable": true,
|
|
19739
19768
|
"locationInModule": {
|
|
19740
19769
|
"filename": "lib/image-recipe.ts",
|
|
19741
|
-
"line":
|
|
19770
|
+
"line": 92
|
|
19742
19771
|
},
|
|
19743
19772
|
"name": "components",
|
|
19744
19773
|
"optional": true,
|
|
@@ -19761,7 +19790,7 @@
|
|
|
19761
19790
|
"immutable": true,
|
|
19762
19791
|
"locationInModule": {
|
|
19763
19792
|
"filename": "lib/image-recipe.ts",
|
|
19764
|
-
"line":
|
|
19793
|
+
"line": 85
|
|
19765
19794
|
},
|
|
19766
19795
|
"name": "description",
|
|
19767
19796
|
"optional": true,
|
|
@@ -19779,7 +19808,7 @@
|
|
|
19779
19808
|
"immutable": true,
|
|
19780
19809
|
"locationInModule": {
|
|
19781
19810
|
"filename": "lib/image-recipe.ts",
|
|
19782
|
-
"line":
|
|
19811
|
+
"line": 71
|
|
19783
19812
|
},
|
|
19784
19813
|
"name": "imageRecipeName",
|
|
19785
19814
|
"optional": true,
|
|
@@ -19797,7 +19826,7 @@
|
|
|
19797
19826
|
"immutable": true,
|
|
19798
19827
|
"locationInModule": {
|
|
19799
19828
|
"filename": "lib/image-recipe.ts",
|
|
19800
|
-
"line":
|
|
19829
|
+
"line": 78
|
|
19801
19830
|
},
|
|
19802
19831
|
"name": "imageRecipeVersion",
|
|
19803
19832
|
"optional": true,
|
|
@@ -19815,7 +19844,7 @@
|
|
|
19815
19844
|
"immutable": true,
|
|
19816
19845
|
"locationInModule": {
|
|
19817
19846
|
"filename": "lib/image-recipe.ts",
|
|
19818
|
-
"line":
|
|
19847
|
+
"line": 137
|
|
19819
19848
|
},
|
|
19820
19849
|
"name": "tags",
|
|
19821
19850
|
"optional": true,
|
|
@@ -19838,7 +19867,7 @@
|
|
|
19838
19867
|
"immutable": true,
|
|
19839
19868
|
"locationInModule": {
|
|
19840
19869
|
"filename": "lib/image-recipe.ts",
|
|
19841
|
-
"line":
|
|
19870
|
+
"line": 121
|
|
19842
19871
|
},
|
|
19843
19872
|
"name": "uninstallSsmAgentAfterBuild",
|
|
19844
19873
|
"optional": true,
|
|
@@ -19857,7 +19886,7 @@
|
|
|
19857
19886
|
"immutable": true,
|
|
19858
19887
|
"locationInModule": {
|
|
19859
19888
|
"filename": "lib/image-recipe.ts",
|
|
19860
|
-
"line":
|
|
19889
|
+
"line": 130
|
|
19861
19890
|
},
|
|
19862
19891
|
"name": "userDataOverride",
|
|
19863
19892
|
"optional": true,
|
|
@@ -19875,7 +19904,7 @@
|
|
|
19875
19904
|
"immutable": true,
|
|
19876
19905
|
"locationInModule": {
|
|
19877
19906
|
"filename": "lib/image-recipe.ts",
|
|
19878
|
-
"line":
|
|
19907
|
+
"line": 114
|
|
19879
19908
|
},
|
|
19880
19909
|
"name": "workingDirectory",
|
|
19881
19910
|
"optional": true,
|
|
@@ -19900,7 +19929,7 @@
|
|
|
19900
19929
|
"kind": "enum",
|
|
19901
19930
|
"locationInModule": {
|
|
19902
19931
|
"filename": "lib/image.ts",
|
|
19903
|
-
"line":
|
|
19932
|
+
"line": 241
|
|
19904
19933
|
},
|
|
19905
19934
|
"members": [
|
|
19906
19935
|
{
|
|
@@ -19940,7 +19969,7 @@
|
|
|
19940
19969
|
},
|
|
19941
19970
|
"locationInModule": {
|
|
19942
19971
|
"filename": "lib/infrastructure-configuration.ts",
|
|
19943
|
-
"line":
|
|
19972
|
+
"line": 398
|
|
19944
19973
|
},
|
|
19945
19974
|
"parameters": [
|
|
19946
19975
|
{
|
|
@@ -19970,7 +19999,7 @@
|
|
|
19970
19999
|
"kind": "class",
|
|
19971
20000
|
"locationInModule": {
|
|
19972
20001
|
"filename": "lib/infrastructure-configuration.ts",
|
|
19973
|
-
"line":
|
|
20002
|
+
"line": 327
|
|
19974
20003
|
},
|
|
19975
20004
|
"methods": [
|
|
19976
20005
|
{
|
|
@@ -19980,7 +20009,7 @@
|
|
|
19980
20009
|
},
|
|
19981
20010
|
"locationInModule": {
|
|
19982
20011
|
"filename": "lib/infrastructure-configuration.ts",
|
|
19983
|
-
"line":
|
|
20012
|
+
"line": 335
|
|
19984
20013
|
},
|
|
19985
20014
|
"name": "fromInfrastructureConfigurationArn",
|
|
19986
20015
|
"parameters": [
|
|
@@ -20018,7 +20047,7 @@
|
|
|
20018
20047
|
},
|
|
20019
20048
|
"locationInModule": {
|
|
20020
20049
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20021
|
-
"line":
|
|
20050
|
+
"line": 357
|
|
20022
20051
|
},
|
|
20023
20052
|
"name": "fromInfrastructureConfigurationName",
|
|
20024
20053
|
"parameters": [
|
|
@@ -20055,7 +20084,7 @@
|
|
|
20055
20084
|
},
|
|
20056
20085
|
"locationInModule": {
|
|
20057
20086
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20058
|
-
"line":
|
|
20087
|
+
"line": 376
|
|
20059
20088
|
},
|
|
20060
20089
|
"name": "isInfrastructureConfiguration",
|
|
20061
20090
|
"parameters": [
|
|
@@ -20080,7 +20109,7 @@
|
|
|
20080
20109
|
},
|
|
20081
20110
|
"locationInModule": {
|
|
20082
20111
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20083
|
-
"line":
|
|
20112
|
+
"line": 302
|
|
20084
20113
|
},
|
|
20085
20114
|
"name": "grant",
|
|
20086
20115
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20119,7 +20148,7 @@
|
|
|
20119
20148
|
},
|
|
20120
20149
|
"locationInModule": {
|
|
20121
20150
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20122
|
-
"line":
|
|
20151
|
+
"line": 317
|
|
20123
20152
|
},
|
|
20124
20153
|
"name": "grantRead",
|
|
20125
20154
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20152,7 +20181,7 @@
|
|
|
20152
20181
|
"immutable": true,
|
|
20153
20182
|
"locationInModule": {
|
|
20154
20183
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20155
|
-
"line":
|
|
20184
|
+
"line": 330
|
|
20156
20185
|
},
|
|
20157
20186
|
"name": "PROPERTY_INJECTION_ID",
|
|
20158
20187
|
"static": true,
|
|
@@ -20168,7 +20197,7 @@
|
|
|
20168
20197
|
"immutable": true,
|
|
20169
20198
|
"locationInModule": {
|
|
20170
20199
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20171
|
-
"line":
|
|
20200
|
+
"line": 550
|
|
20172
20201
|
},
|
|
20173
20202
|
"name": "infrastructureConfigurationArn",
|
|
20174
20203
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20184,7 +20213,7 @@
|
|
|
20184
20213
|
"immutable": true,
|
|
20185
20214
|
"locationInModule": {
|
|
20186
20215
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20187
|
-
"line":
|
|
20216
|
+
"line": 545
|
|
20188
20217
|
},
|
|
20189
20218
|
"name": "infrastructureConfigurationName",
|
|
20190
20219
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20200,7 +20229,7 @@
|
|
|
20200
20229
|
"immutable": true,
|
|
20201
20230
|
"locationInModule": {
|
|
20202
20231
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20203
|
-
"line":
|
|
20232
|
+
"line": 383
|
|
20204
20233
|
},
|
|
20205
20234
|
"name": "instanceProfile",
|
|
20206
20235
|
"type": {
|
|
@@ -20215,7 +20244,7 @@
|
|
|
20215
20244
|
"immutable": true,
|
|
20216
20245
|
"locationInModule": {
|
|
20217
20246
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20218
|
-
"line":
|
|
20247
|
+
"line": 393
|
|
20219
20248
|
},
|
|
20220
20249
|
"name": "logBucket",
|
|
20221
20250
|
"optional": true,
|
|
@@ -20231,7 +20260,7 @@
|
|
|
20231
20260
|
"immutable": true,
|
|
20232
20261
|
"locationInModule": {
|
|
20233
20262
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20234
|
-
"line":
|
|
20263
|
+
"line": 388
|
|
20235
20264
|
},
|
|
20236
20265
|
"name": "role",
|
|
20237
20266
|
"optional": true,
|
|
@@ -20257,7 +20286,7 @@
|
|
|
20257
20286
|
"kind": "interface",
|
|
20258
20287
|
"locationInModule": {
|
|
20259
20288
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20260
|
-
"line":
|
|
20289
|
+
"line": 90
|
|
20261
20290
|
},
|
|
20262
20291
|
"name": "InfrastructureConfigurationLogging",
|
|
20263
20292
|
"properties": [
|
|
@@ -20270,7 +20299,7 @@
|
|
|
20270
20299
|
"immutable": true,
|
|
20271
20300
|
"locationInModule": {
|
|
20272
20301
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20273
|
-
"line":
|
|
20302
|
+
"line": 94
|
|
20274
20303
|
},
|
|
20275
20304
|
"name": "s3Bucket",
|
|
20276
20305
|
"type": {
|
|
@@ -20287,7 +20316,7 @@
|
|
|
20287
20316
|
"immutable": true,
|
|
20288
20317
|
"locationInModule": {
|
|
20289
20318
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20290
|
-
"line":
|
|
20319
|
+
"line": 101
|
|
20291
20320
|
},
|
|
20292
20321
|
"name": "s3KeyPrefix",
|
|
20293
20322
|
"optional": true,
|
|
@@ -20313,7 +20342,7 @@
|
|
|
20313
20342
|
"kind": "interface",
|
|
20314
20343
|
"locationInModule": {
|
|
20315
20344
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20316
|
-
"line":
|
|
20345
|
+
"line": 107
|
|
20317
20346
|
},
|
|
20318
20347
|
"name": "InfrastructureConfigurationProps",
|
|
20319
20348
|
"properties": [
|
|
@@ -20327,7 +20356,7 @@
|
|
|
20327
20356
|
"immutable": true,
|
|
20328
20357
|
"locationInModule": {
|
|
20329
20358
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20330
|
-
"line":
|
|
20359
|
+
"line": 121
|
|
20331
20360
|
},
|
|
20332
20361
|
"name": "description",
|
|
20333
20362
|
"optional": true,
|
|
@@ -20345,7 +20374,7 @@
|
|
|
20345
20374
|
"immutable": true,
|
|
20346
20375
|
"locationInModule": {
|
|
20347
20376
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20348
|
-
"line":
|
|
20377
|
+
"line": 229
|
|
20349
20378
|
},
|
|
20350
20379
|
"name": "ec2InstanceAvailabilityZone",
|
|
20351
20380
|
"optional": true,
|
|
@@ -20364,7 +20393,7 @@
|
|
|
20364
20393
|
"immutable": true,
|
|
20365
20394
|
"locationInModule": {
|
|
20366
20395
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20367
|
-
"line":
|
|
20396
|
+
"line": 237
|
|
20368
20397
|
},
|
|
20369
20398
|
"name": "ec2InstanceHostId",
|
|
20370
20399
|
"optional": true,
|
|
@@ -20383,7 +20412,7 @@
|
|
|
20383
20412
|
"immutable": true,
|
|
20384
20413
|
"locationInModule": {
|
|
20385
20414
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20386
|
-
"line":
|
|
20415
|
+
"line": 245
|
|
20387
20416
|
},
|
|
20388
20417
|
"name": "ec2InstanceHostResourceGroupArn",
|
|
20389
20418
|
"optional": true,
|
|
@@ -20402,7 +20431,7 @@
|
|
|
20402
20431
|
"immutable": true,
|
|
20403
20432
|
"locationInModule": {
|
|
20404
20433
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20405
|
-
"line":
|
|
20434
|
+
"line": 253
|
|
20406
20435
|
},
|
|
20407
20436
|
"name": "ec2InstanceTenancy",
|
|
20408
20437
|
"optional": true,
|
|
@@ -20421,7 +20450,7 @@
|
|
|
20421
20450
|
"immutable": true,
|
|
20422
20451
|
"locationInModule": {
|
|
20423
20452
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20424
|
-
"line":
|
|
20453
|
+
"line": 200
|
|
20425
20454
|
},
|
|
20426
20455
|
"name": "httpPutResponseHopLimit",
|
|
20427
20456
|
"optional": true,
|
|
@@ -20440,7 +20469,7 @@
|
|
|
20440
20469
|
"immutable": true,
|
|
20441
20470
|
"locationInModule": {
|
|
20442
20471
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20443
|
-
"line":
|
|
20472
|
+
"line": 208
|
|
20444
20473
|
},
|
|
20445
20474
|
"name": "httpTokens",
|
|
20446
20475
|
"optional": true,
|
|
@@ -20459,7 +20488,7 @@
|
|
|
20459
20488
|
"immutable": true,
|
|
20460
20489
|
"locationInModule": {
|
|
20461
20490
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20462
|
-
"line":
|
|
20491
|
+
"line": 114
|
|
20463
20492
|
},
|
|
20464
20493
|
"name": "infrastructureConfigurationName",
|
|
20465
20494
|
"optional": true,
|
|
@@ -20478,7 +20507,7 @@
|
|
|
20478
20507
|
"immutable": true,
|
|
20479
20508
|
"locationInModule": {
|
|
20480
20509
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20481
|
-
"line":
|
|
20510
|
+
"line": 141
|
|
20482
20511
|
},
|
|
20483
20512
|
"name": "instanceProfile",
|
|
20484
20513
|
"optional": true,
|
|
@@ -20496,7 +20525,7 @@
|
|
|
20496
20525
|
"immutable": true,
|
|
20497
20526
|
"locationInModule": {
|
|
20498
20527
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20499
|
-
"line":
|
|
20528
|
+
"line": 128
|
|
20500
20529
|
},
|
|
20501
20530
|
"name": "instanceTypes",
|
|
20502
20531
|
"optional": true,
|
|
@@ -20520,7 +20549,7 @@
|
|
|
20520
20549
|
"immutable": true,
|
|
20521
20550
|
"locationInModule": {
|
|
20522
20551
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20523
|
-
"line":
|
|
20552
|
+
"line": 185
|
|
20524
20553
|
},
|
|
20525
20554
|
"name": "keyPair",
|
|
20526
20555
|
"optional": true,
|
|
@@ -20538,7 +20567,7 @@
|
|
|
20538
20567
|
"immutable": true,
|
|
20539
20568
|
"locationInModule": {
|
|
20540
20569
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20541
|
-
"line":
|
|
20570
|
+
"line": 222
|
|
20542
20571
|
},
|
|
20543
20572
|
"name": "logging",
|
|
20544
20573
|
"optional": true,
|
|
@@ -20556,7 +20585,7 @@
|
|
|
20556
20585
|
"immutable": true,
|
|
20557
20586
|
"locationInModule": {
|
|
20558
20587
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20559
|
-
"line":
|
|
20588
|
+
"line": 215
|
|
20560
20589
|
},
|
|
20561
20590
|
"name": "notificationTopic",
|
|
20562
20591
|
"optional": true,
|
|
@@ -20574,7 +20603,7 @@
|
|
|
20574
20603
|
"immutable": true,
|
|
20575
20604
|
"locationInModule": {
|
|
20576
20605
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20577
|
-
"line":
|
|
20606
|
+
"line": 260
|
|
20578
20607
|
},
|
|
20579
20608
|
"name": "resourceTags",
|
|
20580
20609
|
"optional": true,
|
|
@@ -20599,7 +20628,7 @@
|
|
|
20599
20628
|
"immutable": true,
|
|
20600
20629
|
"locationInModule": {
|
|
20601
20630
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20602
|
-
"line":
|
|
20631
|
+
"line": 155
|
|
20603
20632
|
},
|
|
20604
20633
|
"name": "role",
|
|
20605
20634
|
"optional": true,
|
|
@@ -20617,7 +20646,7 @@
|
|
|
20617
20646
|
"immutable": true,
|
|
20618
20647
|
"locationInModule": {
|
|
20619
20648
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20620
|
-
"line":
|
|
20649
|
+
"line": 177
|
|
20621
20650
|
},
|
|
20622
20651
|
"name": "securityGroups",
|
|
20623
20652
|
"optional": true,
|
|
@@ -20641,7 +20670,7 @@
|
|
|
20641
20670
|
"immutable": true,
|
|
20642
20671
|
"locationInModule": {
|
|
20643
20672
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20644
|
-
"line":
|
|
20673
|
+
"line": 170
|
|
20645
20674
|
},
|
|
20646
20675
|
"name": "subnetSelection",
|
|
20647
20676
|
"optional": true,
|
|
@@ -20659,7 +20688,7 @@
|
|
|
20659
20688
|
"immutable": true,
|
|
20660
20689
|
"locationInModule": {
|
|
20661
20690
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20662
|
-
"line":
|
|
20691
|
+
"line": 267
|
|
20663
20692
|
},
|
|
20664
20693
|
"name": "tags",
|
|
20665
20694
|
"optional": true,
|
|
@@ -20682,7 +20711,7 @@
|
|
|
20682
20711
|
"immutable": true,
|
|
20683
20712
|
"locationInModule": {
|
|
20684
20713
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20685
|
-
"line":
|
|
20714
|
+
"line": 192
|
|
20686
20715
|
},
|
|
20687
20716
|
"name": "terminateInstanceOnFailure",
|
|
20688
20717
|
"optional": true,
|
|
@@ -20700,7 +20729,7 @@
|
|
|
20700
20729
|
"immutable": true,
|
|
20701
20730
|
"locationInModule": {
|
|
20702
20731
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20703
|
-
"line":
|
|
20732
|
+
"line": 162
|
|
20704
20733
|
},
|
|
20705
20734
|
"name": "vpc",
|
|
20706
20735
|
"optional": true,
|
|
@@ -20726,7 +20755,7 @@
|
|
|
20726
20755
|
"kind": "interface",
|
|
20727
20756
|
"locationInModule": {
|
|
20728
20757
|
"filename": "lib/distribution-configuration.ts",
|
|
20729
|
-
"line":
|
|
20758
|
+
"line": 122
|
|
20730
20759
|
},
|
|
20731
20760
|
"name": "LaunchTemplateConfiguration",
|
|
20732
20761
|
"properties": [
|
|
@@ -20740,7 +20769,7 @@
|
|
|
20740
20769
|
"immutable": true,
|
|
20741
20770
|
"locationInModule": {
|
|
20742
20771
|
"filename": "lib/distribution-configuration.ts",
|
|
20743
|
-
"line":
|
|
20772
|
+
"line": 131
|
|
20744
20773
|
},
|
|
20745
20774
|
"name": "launchTemplate",
|
|
20746
20775
|
"type": {
|
|
@@ -20757,7 +20786,7 @@
|
|
|
20757
20786
|
"immutable": true,
|
|
20758
20787
|
"locationInModule": {
|
|
20759
20788
|
"filename": "lib/distribution-configuration.ts",
|
|
20760
|
-
"line":
|
|
20789
|
+
"line": 138
|
|
20761
20790
|
},
|
|
20762
20791
|
"name": "accountId",
|
|
20763
20792
|
"optional": true,
|
|
@@ -20776,7 +20805,7 @@
|
|
|
20776
20805
|
"immutable": true,
|
|
20777
20806
|
"locationInModule": {
|
|
20778
20807
|
"filename": "lib/distribution-configuration.ts",
|
|
20779
|
-
"line":
|
|
20808
|
+
"line": 147
|
|
20780
20809
|
},
|
|
20781
20810
|
"name": "setDefaultVersion",
|
|
20782
20811
|
"optional": true,
|
|
@@ -20806,7 +20835,7 @@
|
|
|
20806
20835
|
},
|
|
20807
20836
|
"locationInModule": {
|
|
20808
20837
|
"filename": "lib/lifecycle-policy.ts",
|
|
20809
|
-
"line":
|
|
20838
|
+
"line": 422
|
|
20810
20839
|
},
|
|
20811
20840
|
"parameters": [
|
|
20812
20841
|
{
|
|
@@ -20835,7 +20864,7 @@
|
|
|
20835
20864
|
"kind": "class",
|
|
20836
20865
|
"locationInModule": {
|
|
20837
20866
|
"filename": "lib/lifecycle-policy.ts",
|
|
20838
|
-
"line":
|
|
20867
|
+
"line": 370
|
|
20839
20868
|
},
|
|
20840
20869
|
"methods": [
|
|
20841
20870
|
{
|
|
@@ -20845,7 +20874,7 @@
|
|
|
20845
20874
|
},
|
|
20846
20875
|
"locationInModule": {
|
|
20847
20876
|
"filename": "lib/lifecycle-policy.ts",
|
|
20848
|
-
"line":
|
|
20877
|
+
"line": 378
|
|
20849
20878
|
},
|
|
20850
20879
|
"name": "fromLifecyclePolicyArn",
|
|
20851
20880
|
"parameters": [
|
|
@@ -20883,7 +20912,7 @@
|
|
|
20883
20912
|
},
|
|
20884
20913
|
"locationInModule": {
|
|
20885
20914
|
"filename": "lib/lifecycle-policy.ts",
|
|
20886
|
-
"line":
|
|
20915
|
+
"line": 396
|
|
20887
20916
|
},
|
|
20888
20917
|
"name": "fromLifecyclePolicyName",
|
|
20889
20918
|
"parameters": [
|
|
@@ -20920,7 +20949,7 @@
|
|
|
20920
20949
|
},
|
|
20921
20950
|
"locationInModule": {
|
|
20922
20951
|
"filename": "lib/lifecycle-policy.ts",
|
|
20923
|
-
"line":
|
|
20952
|
+
"line": 411
|
|
20924
20953
|
},
|
|
20925
20954
|
"name": "isLifecyclePolicy",
|
|
20926
20955
|
"parameters": [
|
|
@@ -20945,7 +20974,7 @@
|
|
|
20945
20974
|
},
|
|
20946
20975
|
"locationInModule": {
|
|
20947
20976
|
"filename": "lib/lifecycle-policy.ts",
|
|
20948
|
-
"line":
|
|
20977
|
+
"line": 348
|
|
20949
20978
|
},
|
|
20950
20979
|
"name": "grant",
|
|
20951
20980
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -20978,7 +21007,7 @@
|
|
|
20978
21007
|
},
|
|
20979
21008
|
"locationInModule": {
|
|
20980
21009
|
"filename": "lib/lifecycle-policy.ts",
|
|
20981
|
-
"line":
|
|
21010
|
+
"line": 360
|
|
20982
21011
|
},
|
|
20983
21012
|
"name": "grantRead",
|
|
20984
21013
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -21008,7 +21037,7 @@
|
|
|
21008
21037
|
"immutable": true,
|
|
21009
21038
|
"locationInModule": {
|
|
21010
21039
|
"filename": "lib/lifecycle-policy.ts",
|
|
21011
|
-
"line":
|
|
21040
|
+
"line": 373
|
|
21012
21041
|
},
|
|
21013
21042
|
"name": "PROPERTY_INJECTION_ID",
|
|
21014
21043
|
"static": true,
|
|
@@ -21024,7 +21053,7 @@
|
|
|
21024
21053
|
"immutable": true,
|
|
21025
21054
|
"locationInModule": {
|
|
21026
21055
|
"filename": "lib/lifecycle-policy.ts",
|
|
21027
|
-
"line":
|
|
21056
|
+
"line": 418
|
|
21028
21057
|
},
|
|
21029
21058
|
"name": "executionRole",
|
|
21030
21059
|
"type": {
|
|
@@ -21039,7 +21068,7 @@
|
|
|
21039
21068
|
"immutable": true,
|
|
21040
21069
|
"locationInModule": {
|
|
21041
21070
|
"filename": "lib/lifecycle-policy.ts",
|
|
21042
|
-
"line":
|
|
21071
|
+
"line": 476
|
|
21043
21072
|
},
|
|
21044
21073
|
"name": "lifecyclePolicyArn",
|
|
21045
21074
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -21055,7 +21084,7 @@
|
|
|
21055
21084
|
"immutable": true,
|
|
21056
21085
|
"locationInModule": {
|
|
21057
21086
|
"filename": "lib/lifecycle-policy.ts",
|
|
21058
|
-
"line":
|
|
21087
|
+
"line": 471
|
|
21059
21088
|
},
|
|
21060
21089
|
"name": "lifecyclePolicyName",
|
|
21061
21090
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -21081,7 +21110,7 @@
|
|
|
21081
21110
|
"kind": "interface",
|
|
21082
21111
|
"locationInModule": {
|
|
21083
21112
|
"filename": "lib/lifecycle-policy.ts",
|
|
21084
|
-
"line":
|
|
21113
|
+
"line": 97
|
|
21085
21114
|
},
|
|
21086
21115
|
"name": "LifecyclePolicyAction",
|
|
21087
21116
|
"properties": [
|
|
@@ -21094,7 +21123,7 @@
|
|
|
21094
21123
|
"immutable": true,
|
|
21095
21124
|
"locationInModule": {
|
|
21096
21125
|
"filename": "lib/lifecycle-policy.ts",
|
|
21097
|
-
"line":
|
|
21126
|
+
"line": 101
|
|
21098
21127
|
},
|
|
21099
21128
|
"name": "type",
|
|
21100
21129
|
"type": {
|
|
@@ -21111,7 +21140,7 @@
|
|
|
21111
21140
|
"immutable": true,
|
|
21112
21141
|
"locationInModule": {
|
|
21113
21142
|
"filename": "lib/lifecycle-policy.ts",
|
|
21114
|
-
"line":
|
|
21143
|
+
"line": 108
|
|
21115
21144
|
},
|
|
21116
21145
|
"name": "includeAmis",
|
|
21117
21146
|
"optional": true,
|
|
@@ -21129,7 +21158,7 @@
|
|
|
21129
21158
|
"immutable": true,
|
|
21130
21159
|
"locationInModule": {
|
|
21131
21160
|
"filename": "lib/lifecycle-policy.ts",
|
|
21132
|
-
"line":
|
|
21161
|
+
"line": 115
|
|
21133
21162
|
},
|
|
21134
21163
|
"name": "includeContainers",
|
|
21135
21164
|
"optional": true,
|
|
@@ -21147,7 +21176,7 @@
|
|
|
21147
21176
|
"immutable": true,
|
|
21148
21177
|
"locationInModule": {
|
|
21149
21178
|
"filename": "lib/lifecycle-policy.ts",
|
|
21150
|
-
"line":
|
|
21179
|
+
"line": 122
|
|
21151
21180
|
},
|
|
21152
21181
|
"name": "includeSnapshots",
|
|
21153
21182
|
"optional": true,
|
|
@@ -21172,7 +21201,7 @@
|
|
|
21172
21201
|
"kind": "enum",
|
|
21173
21202
|
"locationInModule": {
|
|
21174
21203
|
"filename": "lib/lifecycle-policy.ts",
|
|
21175
|
-
"line":
|
|
21204
|
+
"line": 49
|
|
21176
21205
|
},
|
|
21177
21206
|
"members": [
|
|
21178
21207
|
{
|
|
@@ -21215,7 +21244,7 @@
|
|
|
21215
21244
|
"kind": "interface",
|
|
21216
21245
|
"locationInModule": {
|
|
21217
21246
|
"filename": "lib/lifecycle-policy.ts",
|
|
21218
|
-
"line":
|
|
21247
|
+
"line": 157
|
|
21219
21248
|
},
|
|
21220
21249
|
"name": "LifecyclePolicyAgeFilter",
|
|
21221
21250
|
"properties": [
|
|
@@ -21229,7 +21258,7 @@
|
|
|
21229
21258
|
"immutable": true,
|
|
21230
21259
|
"locationInModule": {
|
|
21231
21260
|
"filename": "lib/lifecycle-policy.ts",
|
|
21232
|
-
"line":
|
|
21261
|
+
"line": 162
|
|
21233
21262
|
},
|
|
21234
21263
|
"name": "age",
|
|
21235
21264
|
"type": {
|
|
@@ -21247,7 +21276,7 @@
|
|
|
21247
21276
|
"immutable": true,
|
|
21248
21277
|
"locationInModule": {
|
|
21249
21278
|
"filename": "lib/lifecycle-policy.ts",
|
|
21250
|
-
"line":
|
|
21279
|
+
"line": 170
|
|
21251
21280
|
},
|
|
21252
21281
|
"name": "retainAtLeast",
|
|
21253
21282
|
"optional": true,
|
|
@@ -21273,7 +21302,7 @@
|
|
|
21273
21302
|
"kind": "interface",
|
|
21274
21303
|
"locationInModule": {
|
|
21275
21304
|
"filename": "lib/lifecycle-policy.ts",
|
|
21276
|
-
"line":
|
|
21305
|
+
"line": 186
|
|
21277
21306
|
},
|
|
21278
21307
|
"name": "LifecyclePolicyAmiExclusionRules",
|
|
21279
21308
|
"properties": [
|
|
@@ -21287,7 +21316,7 @@
|
|
|
21287
21316
|
"immutable": true,
|
|
21288
21317
|
"locationInModule": {
|
|
21289
21318
|
"filename": "lib/lifecycle-policy.ts",
|
|
21290
|
-
"line":
|
|
21319
|
+
"line": 192
|
|
21291
21320
|
},
|
|
21292
21321
|
"name": "isPublic",
|
|
21293
21322
|
"optional": true,
|
|
@@ -21305,7 +21334,7 @@
|
|
|
21305
21334
|
"immutable": true,
|
|
21306
21335
|
"locationInModule": {
|
|
21307
21336
|
"filename": "lib/lifecycle-policy.ts",
|
|
21308
|
-
"line":
|
|
21337
|
+
"line": 199
|
|
21309
21338
|
},
|
|
21310
21339
|
"name": "lastLaunched",
|
|
21311
21340
|
"optional": true,
|
|
@@ -21323,7 +21352,7 @@
|
|
|
21323
21352
|
"immutable": true,
|
|
21324
21353
|
"locationInModule": {
|
|
21325
21354
|
"filename": "lib/lifecycle-policy.ts",
|
|
21326
|
-
"line":
|
|
21355
|
+
"line": 206
|
|
21327
21356
|
},
|
|
21328
21357
|
"name": "regions",
|
|
21329
21358
|
"optional": true,
|
|
@@ -21346,7 +21375,7 @@
|
|
|
21346
21375
|
"immutable": true,
|
|
21347
21376
|
"locationInModule": {
|
|
21348
21377
|
"filename": "lib/lifecycle-policy.ts",
|
|
21349
|
-
"line":
|
|
21378
|
+
"line": 213
|
|
21350
21379
|
},
|
|
21351
21380
|
"name": "sharedAccounts",
|
|
21352
21381
|
"optional": true,
|
|
@@ -21369,7 +21398,7 @@
|
|
|
21369
21398
|
"immutable": true,
|
|
21370
21399
|
"locationInModule": {
|
|
21371
21400
|
"filename": "lib/lifecycle-policy.ts",
|
|
21372
|
-
"line":
|
|
21401
|
+
"line": 220
|
|
21373
21402
|
},
|
|
21374
21403
|
"name": "tags",
|
|
21375
21404
|
"optional": true,
|
|
@@ -21400,7 +21429,7 @@
|
|
|
21400
21429
|
"kind": "interface",
|
|
21401
21430
|
"locationInModule": {
|
|
21402
21431
|
"filename": "lib/lifecycle-policy.ts",
|
|
21403
|
-
"line":
|
|
21432
|
+
"line": 147
|
|
21404
21433
|
},
|
|
21405
21434
|
"name": "LifecyclePolicyCountFilter",
|
|
21406
21435
|
"properties": [
|
|
@@ -21413,7 +21442,7 @@
|
|
|
21413
21442
|
"immutable": true,
|
|
21414
21443
|
"locationInModule": {
|
|
21415
21444
|
"filename": "lib/lifecycle-policy.ts",
|
|
21416
|
-
"line":
|
|
21445
|
+
"line": 151
|
|
21417
21446
|
},
|
|
21418
21447
|
"name": "count",
|
|
21419
21448
|
"type": {
|
|
@@ -21438,7 +21467,7 @@
|
|
|
21438
21467
|
"kind": "interface",
|
|
21439
21468
|
"locationInModule": {
|
|
21440
21469
|
"filename": "lib/lifecycle-policy.ts",
|
|
21441
|
-
"line":
|
|
21470
|
+
"line": 245
|
|
21442
21471
|
},
|
|
21443
21472
|
"name": "LifecyclePolicyDetail",
|
|
21444
21473
|
"properties": [
|
|
@@ -21451,7 +21480,7 @@
|
|
|
21451
21480
|
"immutable": true,
|
|
21452
21481
|
"locationInModule": {
|
|
21453
21482
|
"filename": "lib/lifecycle-policy.ts",
|
|
21454
|
-
"line":
|
|
21483
|
+
"line": 249
|
|
21455
21484
|
},
|
|
21456
21485
|
"name": "action",
|
|
21457
21486
|
"type": {
|
|
@@ -21467,7 +21496,7 @@
|
|
|
21467
21496
|
"immutable": true,
|
|
21468
21497
|
"locationInModule": {
|
|
21469
21498
|
"filename": "lib/lifecycle-policy.ts",
|
|
21470
|
-
"line":
|
|
21499
|
+
"line": 254
|
|
21471
21500
|
},
|
|
21472
21501
|
"name": "filter",
|
|
21473
21502
|
"type": {
|
|
@@ -21484,7 +21513,7 @@
|
|
|
21484
21513
|
"immutable": true,
|
|
21485
21514
|
"locationInModule": {
|
|
21486
21515
|
"filename": "lib/lifecycle-policy.ts",
|
|
21487
|
-
"line":
|
|
21516
|
+
"line": 261
|
|
21488
21517
|
},
|
|
21489
21518
|
"name": "exclusionRules",
|
|
21490
21519
|
"optional": true,
|
|
@@ -21510,7 +21539,7 @@
|
|
|
21510
21539
|
"kind": "interface",
|
|
21511
21540
|
"locationInModule": {
|
|
21512
21541
|
"filename": "lib/lifecycle-policy.ts",
|
|
21513
|
-
"line":
|
|
21542
|
+
"line": 226
|
|
21514
21543
|
},
|
|
21515
21544
|
"name": "LifecyclePolicyExclusionRules",
|
|
21516
21545
|
"properties": [
|
|
@@ -21524,7 +21553,7 @@
|
|
|
21524
21553
|
"immutable": true,
|
|
21525
21554
|
"locationInModule": {
|
|
21526
21555
|
"filename": "lib/lifecycle-policy.ts",
|
|
21527
|
-
"line":
|
|
21556
|
+
"line": 239
|
|
21528
21557
|
},
|
|
21529
21558
|
"name": "amiExclusionRules",
|
|
21530
21559
|
"optional": true,
|
|
@@ -21542,7 +21571,7 @@
|
|
|
21542
21571
|
"immutable": true,
|
|
21543
21572
|
"locationInModule": {
|
|
21544
21573
|
"filename": "lib/lifecycle-policy.ts",
|
|
21545
|
-
"line":
|
|
21574
|
+
"line": 232
|
|
21546
21575
|
},
|
|
21547
21576
|
"name": "imageExclusionRules",
|
|
21548
21577
|
"optional": true,
|
|
@@ -21568,7 +21597,7 @@
|
|
|
21568
21597
|
"kind": "interface",
|
|
21569
21598
|
"locationInModule": {
|
|
21570
21599
|
"filename": "lib/lifecycle-policy.ts",
|
|
21571
|
-
"line":
|
|
21600
|
+
"line": 128
|
|
21572
21601
|
},
|
|
21573
21602
|
"name": "LifecyclePolicyFilter",
|
|
21574
21603
|
"properties": [
|
|
@@ -21582,7 +21611,7 @@
|
|
|
21582
21611
|
"immutable": true,
|
|
21583
21612
|
"locationInModule": {
|
|
21584
21613
|
"filename": "lib/lifecycle-policy.ts",
|
|
21585
|
-
"line":
|
|
21614
|
+
"line": 134
|
|
21586
21615
|
},
|
|
21587
21616
|
"name": "ageFilter",
|
|
21588
21617
|
"optional": true,
|
|
@@ -21600,7 +21629,7 @@
|
|
|
21600
21629
|
"immutable": true,
|
|
21601
21630
|
"locationInModule": {
|
|
21602
21631
|
"filename": "lib/lifecycle-policy.ts",
|
|
21603
|
-
"line":
|
|
21632
|
+
"line": 141
|
|
21604
21633
|
},
|
|
21605
21634
|
"name": "countFilter",
|
|
21606
21635
|
"optional": true,
|
|
@@ -21626,7 +21655,7 @@
|
|
|
21626
21655
|
"kind": "interface",
|
|
21627
21656
|
"locationInModule": {
|
|
21628
21657
|
"filename": "lib/lifecycle-policy.ts",
|
|
21629
|
-
"line":
|
|
21658
|
+
"line": 176
|
|
21630
21659
|
},
|
|
21631
21660
|
"name": "LifecyclePolicyImageExclusionRules",
|
|
21632
21661
|
"properties": [
|
|
@@ -21639,7 +21668,7 @@
|
|
|
21639
21668
|
"immutable": true,
|
|
21640
21669
|
"locationInModule": {
|
|
21641
21670
|
"filename": "lib/lifecycle-policy.ts",
|
|
21642
|
-
"line":
|
|
21671
|
+
"line": 180
|
|
21643
21672
|
},
|
|
21644
21673
|
"name": "tags",
|
|
21645
21674
|
"type": {
|
|
@@ -21669,7 +21698,7 @@
|
|
|
21669
21698
|
"kind": "interface",
|
|
21670
21699
|
"locationInModule": {
|
|
21671
21700
|
"filename": "lib/lifecycle-policy.ts",
|
|
21672
|
-
"line":
|
|
21701
|
+
"line": 286
|
|
21673
21702
|
},
|
|
21674
21703
|
"name": "LifecyclePolicyProps",
|
|
21675
21704
|
"properties": [
|
|
@@ -21682,7 +21711,7 @@
|
|
|
21682
21711
|
"immutable": true,
|
|
21683
21712
|
"locationInModule": {
|
|
21684
21713
|
"filename": "lib/lifecycle-policy.ts",
|
|
21685
|
-
"line":
|
|
21714
|
+
"line": 295
|
|
21686
21715
|
},
|
|
21687
21716
|
"name": "details",
|
|
21688
21717
|
"type": {
|
|
@@ -21703,7 +21732,7 @@
|
|
|
21703
21732
|
"immutable": true,
|
|
21704
21733
|
"locationInModule": {
|
|
21705
21734
|
"filename": "lib/lifecycle-policy.ts",
|
|
21706
|
-
"line":
|
|
21735
|
+
"line": 300
|
|
21707
21736
|
},
|
|
21708
21737
|
"name": "resourceSelection",
|
|
21709
21738
|
"type": {
|
|
@@ -21719,7 +21748,7 @@
|
|
|
21719
21748
|
"immutable": true,
|
|
21720
21749
|
"locationInModule": {
|
|
21721
21750
|
"filename": "lib/lifecycle-policy.ts",
|
|
21722
|
-
"line":
|
|
21751
|
+
"line": 290
|
|
21723
21752
|
},
|
|
21724
21753
|
"name": "resourceType",
|
|
21725
21754
|
"type": {
|
|
@@ -21736,7 +21765,7 @@
|
|
|
21736
21765
|
"immutable": true,
|
|
21737
21766
|
"locationInModule": {
|
|
21738
21767
|
"filename": "lib/lifecycle-policy.ts",
|
|
21739
|
-
"line":
|
|
21768
|
+
"line": 314
|
|
21740
21769
|
},
|
|
21741
21770
|
"name": "description",
|
|
21742
21771
|
"optional": true,
|
|
@@ -21755,7 +21784,7 @@
|
|
|
21755
21784
|
"immutable": true,
|
|
21756
21785
|
"locationInModule": {
|
|
21757
21786
|
"filename": "lib/lifecycle-policy.ts",
|
|
21758
|
-
"line":
|
|
21787
|
+
"line": 331
|
|
21759
21788
|
},
|
|
21760
21789
|
"name": "executionRole",
|
|
21761
21790
|
"optional": true,
|
|
@@ -21773,7 +21802,7 @@
|
|
|
21773
21802
|
"immutable": true,
|
|
21774
21803
|
"locationInModule": {
|
|
21775
21804
|
"filename": "lib/lifecycle-policy.ts",
|
|
21776
|
-
"line":
|
|
21805
|
+
"line": 307
|
|
21777
21806
|
},
|
|
21778
21807
|
"name": "lifecyclePolicyName",
|
|
21779
21808
|
"optional": true,
|
|
@@ -21791,7 +21820,7 @@
|
|
|
21791
21820
|
"immutable": true,
|
|
21792
21821
|
"locationInModule": {
|
|
21793
21822
|
"filename": "lib/lifecycle-policy.ts",
|
|
21794
|
-
"line":
|
|
21823
|
+
"line": 321
|
|
21795
21824
|
},
|
|
21796
21825
|
"name": "status",
|
|
21797
21826
|
"optional": true,
|
|
@@ -21809,7 +21838,7 @@
|
|
|
21809
21838
|
"immutable": true,
|
|
21810
21839
|
"locationInModule": {
|
|
21811
21840
|
"filename": "lib/lifecycle-policy.ts",
|
|
21812
|
-
"line":
|
|
21841
|
+
"line": 338
|
|
21813
21842
|
},
|
|
21814
21843
|
"name": "tags",
|
|
21815
21844
|
"optional": true,
|
|
@@ -21840,7 +21869,7 @@
|
|
|
21840
21869
|
"kind": "interface",
|
|
21841
21870
|
"locationInModule": {
|
|
21842
21871
|
"filename": "lib/lifecycle-policy.ts",
|
|
21843
|
-
"line":
|
|
21872
|
+
"line": 267
|
|
21844
21873
|
},
|
|
21845
21874
|
"name": "LifecyclePolicyResourceSelection",
|
|
21846
21875
|
"properties": [
|
|
@@ -21854,7 +21883,7 @@
|
|
|
21854
21883
|
"immutable": true,
|
|
21855
21884
|
"locationInModule": {
|
|
21856
21885
|
"filename": "lib/lifecycle-policy.ts",
|
|
21857
|
-
"line":
|
|
21886
|
+
"line": 273
|
|
21858
21887
|
},
|
|
21859
21888
|
"name": "recipes",
|
|
21860
21889
|
"optional": true,
|
|
@@ -21877,7 +21906,7 @@
|
|
|
21877
21906
|
"immutable": true,
|
|
21878
21907
|
"locationInModule": {
|
|
21879
21908
|
"filename": "lib/lifecycle-policy.ts",
|
|
21880
|
-
"line":
|
|
21909
|
+
"line": 280
|
|
21881
21910
|
},
|
|
21882
21911
|
"name": "tags",
|
|
21883
21912
|
"optional": true,
|
|
@@ -21907,7 +21936,7 @@
|
|
|
21907
21936
|
"kind": "enum",
|
|
21908
21937
|
"locationInModule": {
|
|
21909
21938
|
"filename": "lib/lifecycle-policy.ts",
|
|
21910
|
-
"line":
|
|
21939
|
+
"line": 82
|
|
21911
21940
|
},
|
|
21912
21941
|
"members": [
|
|
21913
21942
|
{
|
|
@@ -21942,7 +21971,7 @@
|
|
|
21942
21971
|
"kind": "enum",
|
|
21943
21972
|
"locationInModule": {
|
|
21944
21973
|
"filename": "lib/lifecycle-policy.ts",
|
|
21945
|
-
"line":
|
|
21974
|
+
"line": 67
|
|
21946
21975
|
},
|
|
21947
21976
|
"members": [
|
|
21948
21977
|
{
|
|
@@ -22516,7 +22545,7 @@
|
|
|
22516
22545
|
"kind": "class",
|
|
22517
22546
|
"locationInModule": {
|
|
22518
22547
|
"filename": "lib/distribution-configuration.ts",
|
|
22519
|
-
"line":
|
|
22548
|
+
"line": 400
|
|
22520
22549
|
},
|
|
22521
22550
|
"methods": [
|
|
22522
22551
|
{
|
|
@@ -22526,7 +22555,7 @@
|
|
|
22526
22555
|
},
|
|
22527
22556
|
"locationInModule": {
|
|
22528
22557
|
"filename": "lib/distribution-configuration.ts",
|
|
22529
|
-
"line":
|
|
22558
|
+
"line": 406
|
|
22530
22559
|
},
|
|
22531
22560
|
"name": "fromEcr",
|
|
22532
22561
|
"parameters": [
|
|
@@ -22559,7 +22588,7 @@
|
|
|
22559
22588
|
"immutable": true,
|
|
22560
22589
|
"locationInModule": {
|
|
22561
22590
|
"filename": "lib/distribution-configuration.ts",
|
|
22562
|
-
"line":
|
|
22591
|
+
"line": 418
|
|
22563
22592
|
},
|
|
22564
22593
|
"name": "repositoryName",
|
|
22565
22594
|
"type": {
|
|
@@ -22575,7 +22604,7 @@
|
|
|
22575
22604
|
"immutable": true,
|
|
22576
22605
|
"locationInModule": {
|
|
22577
22606
|
"filename": "lib/distribution-configuration.ts",
|
|
22578
|
-
"line":
|
|
22607
|
+
"line": 423
|
|
22579
22608
|
},
|
|
22580
22609
|
"name": "service",
|
|
22581
22610
|
"type": {
|
|
@@ -22595,7 +22624,7 @@
|
|
|
22595
22624
|
"kind": "enum",
|
|
22596
22625
|
"locationInModule": {
|
|
22597
22626
|
"filename": "lib/distribution-configuration.ts",
|
|
22598
|
-
"line":
|
|
22627
|
+
"line": 390
|
|
22599
22628
|
},
|
|
22600
22629
|
"members": [
|
|
22601
22630
|
{
|
|
@@ -22628,7 +22657,7 @@
|
|
|
22628
22657
|
},
|
|
22629
22658
|
"locationInModule": {
|
|
22630
22659
|
"filename": "lib/component.ts",
|
|
22631
|
-
"line":
|
|
22660
|
+
"line": 788
|
|
22632
22661
|
},
|
|
22633
22662
|
"parameters": [
|
|
22634
22663
|
{
|
|
@@ -22649,7 +22678,7 @@
|
|
|
22649
22678
|
"kind": "class",
|
|
22650
22679
|
"locationInModule": {
|
|
22651
22680
|
"filename": "lib/component.ts",
|
|
22652
|
-
"line":
|
|
22681
|
+
"line": 784
|
|
22653
22682
|
},
|
|
22654
22683
|
"methods": [
|
|
22655
22684
|
{
|
|
@@ -22659,7 +22688,7 @@
|
|
|
22659
22688
|
},
|
|
22660
22689
|
"locationInModule": {
|
|
22661
22690
|
"filename": "lib/component.ts",
|
|
22662
|
-
"line":
|
|
22691
|
+
"line": 808
|
|
22663
22692
|
},
|
|
22664
22693
|
"name": "grantPut",
|
|
22665
22694
|
"parameters": [
|
|
@@ -22686,7 +22715,7 @@
|
|
|
22686
22715
|
},
|
|
22687
22716
|
"locationInModule": {
|
|
22688
22717
|
"filename": "lib/component.ts",
|
|
22689
|
-
"line":
|
|
22718
|
+
"line": 818
|
|
22690
22719
|
},
|
|
22691
22720
|
"name": "grantRead",
|
|
22692
22721
|
"parameters": [
|
|
@@ -22713,7 +22742,7 @@
|
|
|
22713
22742
|
},
|
|
22714
22743
|
"locationInModule": {
|
|
22715
22744
|
"filename": "lib/component.ts",
|
|
22716
|
-
"line":
|
|
22745
|
+
"line": 798
|
|
22717
22746
|
},
|
|
22718
22747
|
"name": "render",
|
|
22719
22748
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ComponentData",
|
|
@@ -22733,7 +22762,7 @@
|
|
|
22733
22762
|
"immutable": true,
|
|
22734
22763
|
"locationInModule": {
|
|
22735
22764
|
"filename": "lib/component.ts",
|
|
22736
|
-
"line":
|
|
22765
|
+
"line": 785
|
|
22737
22766
|
},
|
|
22738
22767
|
"name": "bucket",
|
|
22739
22768
|
"protected": true,
|
|
@@ -22748,7 +22777,7 @@
|
|
|
22748
22777
|
"immutable": true,
|
|
22749
22778
|
"locationInModule": {
|
|
22750
22779
|
"filename": "lib/component.ts",
|
|
22751
|
-
"line":
|
|
22780
|
+
"line": 786
|
|
22752
22781
|
},
|
|
22753
22782
|
"name": "key",
|
|
22754
22783
|
"protected": true,
|
|
@@ -22778,7 +22807,7 @@
|
|
|
22778
22807
|
},
|
|
22779
22808
|
"locationInModule": {
|
|
22780
22809
|
"filename": "lib/container-recipe.ts",
|
|
22781
|
-
"line":
|
|
22810
|
+
"line": 244
|
|
22782
22811
|
},
|
|
22783
22812
|
"parameters": [
|
|
22784
22813
|
{
|
|
@@ -22799,7 +22828,7 @@
|
|
|
22799
22828
|
"kind": "class",
|
|
22800
22829
|
"locationInModule": {
|
|
22801
22830
|
"filename": "lib/container-recipe.ts",
|
|
22802
|
-
"line":
|
|
22831
|
+
"line": 240
|
|
22803
22832
|
},
|
|
22804
22833
|
"methods": [
|
|
22805
22834
|
{
|
|
@@ -22809,7 +22838,7 @@
|
|
|
22809
22838
|
},
|
|
22810
22839
|
"locationInModule": {
|
|
22811
22840
|
"filename": "lib/container-recipe.ts",
|
|
22812
|
-
"line":
|
|
22841
|
+
"line": 264
|
|
22813
22842
|
},
|
|
22814
22843
|
"name": "grantPut",
|
|
22815
22844
|
"parameters": [
|
|
@@ -22836,7 +22865,7 @@
|
|
|
22836
22865
|
},
|
|
22837
22866
|
"locationInModule": {
|
|
22838
22867
|
"filename": "lib/container-recipe.ts",
|
|
22839
|
-
"line":
|
|
22868
|
+
"line": 274
|
|
22840
22869
|
},
|
|
22841
22870
|
"name": "grantRead",
|
|
22842
22871
|
"parameters": [
|
|
@@ -22863,7 +22892,7 @@
|
|
|
22863
22892
|
},
|
|
22864
22893
|
"locationInModule": {
|
|
22865
22894
|
"filename": "lib/container-recipe.ts",
|
|
22866
|
-
"line":
|
|
22895
|
+
"line": 254
|
|
22867
22896
|
},
|
|
22868
22897
|
"name": "render",
|
|
22869
22898
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.DockerfileData",
|
|
@@ -22883,7 +22912,7 @@
|
|
|
22883
22912
|
"immutable": true,
|
|
22884
22913
|
"locationInModule": {
|
|
22885
22914
|
"filename": "lib/container-recipe.ts",
|
|
22886
|
-
"line":
|
|
22915
|
+
"line": 241
|
|
22887
22916
|
},
|
|
22888
22917
|
"name": "bucket",
|
|
22889
22918
|
"protected": true,
|
|
@@ -22898,7 +22927,7 @@
|
|
|
22898
22927
|
"immutable": true,
|
|
22899
22928
|
"locationInModule": {
|
|
22900
22929
|
"filename": "lib/container-recipe.ts",
|
|
22901
|
-
"line":
|
|
22930
|
+
"line": 242
|
|
22902
22931
|
},
|
|
22903
22932
|
"name": "key",
|
|
22904
22933
|
"protected": true,
|
|
@@ -22928,7 +22957,7 @@
|
|
|
22928
22957
|
},
|
|
22929
22958
|
"locationInModule": {
|
|
22930
22959
|
"filename": "lib/workflow.ts",
|
|
22931
|
-
"line":
|
|
22960
|
+
"line": 417
|
|
22932
22961
|
},
|
|
22933
22962
|
"parameters": [
|
|
22934
22963
|
{
|
|
@@ -22949,7 +22978,7 @@
|
|
|
22949
22978
|
"kind": "class",
|
|
22950
22979
|
"locationInModule": {
|
|
22951
22980
|
"filename": "lib/workflow.ts",
|
|
22952
|
-
"line":
|
|
22981
|
+
"line": 413
|
|
22953
22982
|
},
|
|
22954
22983
|
"methods": [
|
|
22955
22984
|
{
|
|
@@ -22959,7 +22988,7 @@
|
|
|
22959
22988
|
},
|
|
22960
22989
|
"locationInModule": {
|
|
22961
22990
|
"filename": "lib/workflow.ts",
|
|
22962
|
-
"line":
|
|
22991
|
+
"line": 437
|
|
22963
22992
|
},
|
|
22964
22993
|
"name": "grantPut",
|
|
22965
22994
|
"parameters": [
|
|
@@ -22986,7 +23015,7 @@
|
|
|
22986
23015
|
},
|
|
22987
23016
|
"locationInModule": {
|
|
22988
23017
|
"filename": "lib/workflow.ts",
|
|
22989
|
-
"line":
|
|
23018
|
+
"line": 447
|
|
22990
23019
|
},
|
|
22991
23020
|
"name": "grantRead",
|
|
22992
23021
|
"parameters": [
|
|
@@ -23013,7 +23042,7 @@
|
|
|
23013
23042
|
},
|
|
23014
23043
|
"locationInModule": {
|
|
23015
23044
|
"filename": "lib/workflow.ts",
|
|
23016
|
-
"line":
|
|
23045
|
+
"line": 427
|
|
23017
23046
|
},
|
|
23018
23047
|
"name": "render",
|
|
23019
23048
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.WorkflowData",
|
|
@@ -23033,7 +23062,7 @@
|
|
|
23033
23062
|
"immutable": true,
|
|
23034
23063
|
"locationInModule": {
|
|
23035
23064
|
"filename": "lib/workflow.ts",
|
|
23036
|
-
"line":
|
|
23065
|
+
"line": 414
|
|
23037
23066
|
},
|
|
23038
23067
|
"name": "bucket",
|
|
23039
23068
|
"protected": true,
|
|
@@ -23048,7 +23077,7 @@
|
|
|
23048
23077
|
"immutable": true,
|
|
23049
23078
|
"locationInModule": {
|
|
23050
23079
|
"filename": "lib/workflow.ts",
|
|
23051
|
-
"line":
|
|
23080
|
+
"line": 415
|
|
23052
23081
|
},
|
|
23053
23082
|
"name": "key",
|
|
23054
23083
|
"protected": true,
|
|
@@ -23074,7 +23103,7 @@
|
|
|
23074
23103
|
"kind": "interface",
|
|
23075
23104
|
"locationInModule": {
|
|
23076
23105
|
"filename": "lib/distribution-configuration.ts",
|
|
23077
|
-
"line":
|
|
23106
|
+
"line": 97
|
|
23078
23107
|
},
|
|
23079
23108
|
"name": "SSMParameterConfigurations",
|
|
23080
23109
|
"properties": [
|
|
@@ -23087,7 +23116,7 @@
|
|
|
23087
23116
|
"immutable": true,
|
|
23088
23117
|
"locationInModule": {
|
|
23089
23118
|
"filename": "lib/distribution-configuration.ts",
|
|
23090
|
-
"line":
|
|
23119
|
+
"line": 116
|
|
23091
23120
|
},
|
|
23092
23121
|
"name": "parameter",
|
|
23093
23122
|
"type": {
|
|
@@ -23105,7 +23134,7 @@
|
|
|
23105
23134
|
"immutable": true,
|
|
23106
23135
|
"locationInModule": {
|
|
23107
23136
|
"filename": "lib/distribution-configuration.ts",
|
|
23108
|
-
"line":
|
|
23137
|
+
"line": 104
|
|
23109
23138
|
},
|
|
23110
23139
|
"name": "amiAccount",
|
|
23111
23140
|
"optional": true,
|
|
@@ -23123,7 +23152,7 @@
|
|
|
23123
23152
|
"immutable": true,
|
|
23124
23153
|
"locationInModule": {
|
|
23125
23154
|
"filename": "lib/distribution-configuration.ts",
|
|
23126
|
-
"line":
|
|
23155
|
+
"line": 111
|
|
23127
23156
|
},
|
|
23128
23157
|
"name": "dataType",
|
|
23129
23158
|
"optional": true,
|
|
@@ -23148,7 +23177,7 @@
|
|
|
23148
23177
|
"kind": "enum",
|
|
23149
23178
|
"locationInModule": {
|
|
23150
23179
|
"filename": "lib/image-pipeline.ts",
|
|
23151
|
-
"line":
|
|
23180
|
+
"line": 320
|
|
23152
23181
|
},
|
|
23153
23182
|
"members": [
|
|
23154
23183
|
{
|
|
@@ -23184,7 +23213,7 @@
|
|
|
23184
23213
|
"kind": "enum",
|
|
23185
23214
|
"locationInModule": {
|
|
23186
23215
|
"filename": "lib/infrastructure-configuration.ts",
|
|
23187
|
-
"line":
|
|
23216
|
+
"line": 70
|
|
23188
23217
|
},
|
|
23189
23218
|
"members": [
|
|
23190
23219
|
{
|
|
@@ -23231,7 +23260,7 @@
|
|
|
23231
23260
|
},
|
|
23232
23261
|
"locationInModule": {
|
|
23233
23262
|
"filename": "lib/workflow.ts",
|
|
23234
|
-
"line":
|
|
23263
|
+
"line": 728
|
|
23235
23264
|
},
|
|
23236
23265
|
"parameters": [
|
|
23237
23266
|
{
|
|
@@ -23260,7 +23289,7 @@
|
|
|
23260
23289
|
"kind": "class",
|
|
23261
23290
|
"locationInModule": {
|
|
23262
23291
|
"filename": "lib/workflow.ts",
|
|
23263
|
-
"line":
|
|
23292
|
+
"line": 618
|
|
23264
23293
|
},
|
|
23265
23294
|
"methods": [
|
|
23266
23295
|
{
|
|
@@ -23270,7 +23299,7 @@
|
|
|
23270
23299
|
},
|
|
23271
23300
|
"locationInModule": {
|
|
23272
23301
|
"filename": "lib/workflow.ts",
|
|
23273
|
-
"line":
|
|
23302
|
+
"line": 626
|
|
23274
23303
|
},
|
|
23275
23304
|
"name": "fromWorkflowArn",
|
|
23276
23305
|
"parameters": [
|
|
@@ -23308,7 +23337,7 @@
|
|
|
23308
23337
|
},
|
|
23309
23338
|
"locationInModule": {
|
|
23310
23339
|
"filename": "lib/workflow.ts",
|
|
23311
|
-
"line":
|
|
23340
|
+
"line": 635
|
|
23312
23341
|
},
|
|
23313
23342
|
"name": "fromWorkflowAttributes",
|
|
23314
23343
|
"parameters": [
|
|
@@ -23345,7 +23374,7 @@
|
|
|
23345
23374
|
},
|
|
23346
23375
|
"locationInModule": {
|
|
23347
23376
|
"filename": "lib/workflow.ts",
|
|
23348
|
-
"line":
|
|
23377
|
+
"line": 712
|
|
23349
23378
|
},
|
|
23350
23379
|
"name": "isWorkflow",
|
|
23351
23380
|
"parameters": [
|
|
@@ -23370,7 +23399,7 @@
|
|
|
23370
23399
|
},
|
|
23371
23400
|
"locationInModule": {
|
|
23372
23401
|
"filename": "lib/workflow.ts",
|
|
23373
|
-
"line":
|
|
23402
|
+
"line": 593
|
|
23374
23403
|
},
|
|
23375
23404
|
"name": "grant",
|
|
23376
23405
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23409,7 +23438,7 @@
|
|
|
23409
23438
|
},
|
|
23410
23439
|
"locationInModule": {
|
|
23411
23440
|
"filename": "lib/workflow.ts",
|
|
23412
|
-
"line":
|
|
23441
|
+
"line": 608
|
|
23413
23442
|
},
|
|
23414
23443
|
"name": "grantRead",
|
|
23415
23444
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23442,7 +23471,7 @@
|
|
|
23442
23471
|
"immutable": true,
|
|
23443
23472
|
"locationInModule": {
|
|
23444
23473
|
"filename": "lib/workflow.ts",
|
|
23445
|
-
"line":
|
|
23474
|
+
"line": 621
|
|
23446
23475
|
},
|
|
23447
23476
|
"name": "PROPERTY_INJECTION_ID",
|
|
23448
23477
|
"static": true,
|
|
@@ -23458,7 +23487,7 @@
|
|
|
23458
23487
|
"immutable": true,
|
|
23459
23488
|
"locationInModule": {
|
|
23460
23489
|
"filename": "lib/workflow.ts",
|
|
23461
|
-
"line":
|
|
23490
|
+
"line": 769
|
|
23462
23491
|
},
|
|
23463
23492
|
"name": "workflowArn",
|
|
23464
23493
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23474,7 +23503,7 @@
|
|
|
23474
23503
|
"immutable": true,
|
|
23475
23504
|
"locationInModule": {
|
|
23476
23505
|
"filename": "lib/workflow.ts",
|
|
23477
|
-
"line":
|
|
23506
|
+
"line": 764
|
|
23478
23507
|
},
|
|
23479
23508
|
"name": "workflowName",
|
|
23480
23509
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23490,7 +23519,7 @@
|
|
|
23490
23519
|
"immutable": true,
|
|
23491
23520
|
"locationInModule": {
|
|
23492
23521
|
"filename": "lib/workflow.ts",
|
|
23493
|
-
"line":
|
|
23522
|
+
"line": 719
|
|
23494
23523
|
},
|
|
23495
23524
|
"name": "workflowType",
|
|
23496
23525
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23506,7 +23535,7 @@
|
|
|
23506
23535
|
"immutable": true,
|
|
23507
23536
|
"locationInModule": {
|
|
23508
23537
|
"filename": "lib/workflow.ts",
|
|
23509
|
-
"line":
|
|
23538
|
+
"line": 724
|
|
23510
23539
|
},
|
|
23511
23540
|
"name": "workflowVersion",
|
|
23512
23541
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23531,7 +23560,7 @@
|
|
|
23531
23560
|
"kind": "enum",
|
|
23532
23561
|
"locationInModule": {
|
|
23533
23562
|
"filename": "lib/workflow.ts",
|
|
23534
|
-
"line":
|
|
23563
|
+
"line": 166
|
|
23535
23564
|
},
|
|
23536
23565
|
"members": [
|
|
23537
23566
|
{
|
|
@@ -23672,7 +23701,7 @@
|
|
|
23672
23701
|
"kind": "interface",
|
|
23673
23702
|
"locationInModule": {
|
|
23674
23703
|
"filename": "lib/workflow.ts",
|
|
23675
|
-
"line":
|
|
23704
|
+
"line": 132
|
|
23676
23705
|
},
|
|
23677
23706
|
"name": "WorkflowAttributes",
|
|
23678
23707
|
"properties": [
|
|
@@ -23686,7 +23715,7 @@
|
|
|
23686
23715
|
"immutable": true,
|
|
23687
23716
|
"locationInModule": {
|
|
23688
23717
|
"filename": "lib/workflow.ts",
|
|
23689
|
-
"line":
|
|
23718
|
+
"line": 139
|
|
23690
23719
|
},
|
|
23691
23720
|
"name": "workflowArn",
|
|
23692
23721
|
"optional": true,
|
|
@@ -23704,7 +23733,7 @@
|
|
|
23704
23733
|
"immutable": true,
|
|
23705
23734
|
"locationInModule": {
|
|
23706
23735
|
"filename": "lib/workflow.ts",
|
|
23707
|
-
"line":
|
|
23736
|
+
"line": 146
|
|
23708
23737
|
},
|
|
23709
23738
|
"name": "workflowName",
|
|
23710
23739
|
"optional": true,
|
|
@@ -23722,7 +23751,7 @@
|
|
|
23722
23751
|
"immutable": true,
|
|
23723
23752
|
"locationInModule": {
|
|
23724
23753
|
"filename": "lib/workflow.ts",
|
|
23725
|
-
"line":
|
|
23754
|
+
"line": 153
|
|
23726
23755
|
},
|
|
23727
23756
|
"name": "workflowType",
|
|
23728
23757
|
"optional": true,
|
|
@@ -23740,7 +23769,7 @@
|
|
|
23740
23769
|
"immutable": true,
|
|
23741
23770
|
"locationInModule": {
|
|
23742
23771
|
"filename": "lib/workflow.ts",
|
|
23743
|
-
"line":
|
|
23772
|
+
"line": 160
|
|
23744
23773
|
},
|
|
23745
23774
|
"name": "workflowVersion",
|
|
23746
23775
|
"optional": true,
|
|
@@ -23766,7 +23795,7 @@
|
|
|
23766
23795
|
"kind": "interface",
|
|
23767
23796
|
"locationInModule": {
|
|
23768
23797
|
"filename": "lib/workflow.ts",
|
|
23769
|
-
"line":
|
|
23798
|
+
"line": 533
|
|
23770
23799
|
},
|
|
23771
23800
|
"name": "WorkflowConfiguration",
|
|
23772
23801
|
"properties": [
|
|
@@ -23779,7 +23808,7 @@
|
|
|
23779
23808
|
"immutable": true,
|
|
23780
23809
|
"locationInModule": {
|
|
23781
23810
|
"filename": "lib/workflow.ts",
|
|
23782
|
-
"line":
|
|
23811
|
+
"line": 537
|
|
23783
23812
|
},
|
|
23784
23813
|
"name": "workflow",
|
|
23785
23814
|
"type": {
|
|
@@ -23796,7 +23825,7 @@
|
|
|
23796
23825
|
"immutable": true,
|
|
23797
23826
|
"locationInModule": {
|
|
23798
23827
|
"filename": "lib/workflow.ts",
|
|
23799
|
-
"line":
|
|
23828
|
+
"line": 544
|
|
23800
23829
|
},
|
|
23801
23830
|
"name": "onFailure",
|
|
23802
23831
|
"optional": true,
|
|
@@ -23815,7 +23844,7 @@
|
|
|
23815
23844
|
"immutable": true,
|
|
23816
23845
|
"locationInModule": {
|
|
23817
23846
|
"filename": "lib/workflow.ts",
|
|
23818
|
-
"line":
|
|
23847
|
+
"line": 552
|
|
23819
23848
|
},
|
|
23820
23849
|
"name": "parallelGroup",
|
|
23821
23850
|
"optional": true,
|
|
@@ -23833,7 +23862,7 @@
|
|
|
23833
23862
|
"immutable": true,
|
|
23834
23863
|
"locationInModule": {
|
|
23835
23864
|
"filename": "lib/workflow.ts",
|
|
23836
|
-
"line":
|
|
23865
|
+
"line": 559
|
|
23837
23866
|
},
|
|
23838
23867
|
"name": "parameters",
|
|
23839
23868
|
"optional": true,
|
|
@@ -23869,7 +23898,7 @@
|
|
|
23869
23898
|
"kind": "class",
|
|
23870
23899
|
"locationInModule": {
|
|
23871
23900
|
"filename": "lib/workflow.ts",
|
|
23872
|
-
"line":
|
|
23901
|
+
"line": 354
|
|
23873
23902
|
},
|
|
23874
23903
|
"methods": [
|
|
23875
23904
|
{
|
|
@@ -23879,7 +23908,7 @@
|
|
|
23879
23908
|
},
|
|
23880
23909
|
"locationInModule": {
|
|
23881
23910
|
"filename": "lib/workflow.ts",
|
|
23882
|
-
"line":
|
|
23911
|
+
"line": 363
|
|
23883
23912
|
},
|
|
23884
23913
|
"name": "fromAsset",
|
|
23885
23914
|
"parameters": [
|
|
@@ -23935,7 +23964,7 @@
|
|
|
23935
23964
|
},
|
|
23936
23965
|
"locationInModule": {
|
|
23937
23966
|
"filename": "lib/workflow.ts",
|
|
23938
|
-
"line":
|
|
23967
|
+
"line": 398
|
|
23939
23968
|
},
|
|
23940
23969
|
"name": "fromInline",
|
|
23941
23970
|
"parameters": [
|
|
@@ -23963,7 +23992,7 @@
|
|
|
23963
23992
|
},
|
|
23964
23993
|
"locationInModule": {
|
|
23965
23994
|
"filename": "lib/workflow.ts",
|
|
23966
|
-
"line":
|
|
23995
|
+
"line": 388
|
|
23967
23996
|
},
|
|
23968
23997
|
"name": "fromJsonObject",
|
|
23969
23998
|
"parameters": [
|
|
@@ -23996,7 +24025,7 @@
|
|
|
23996
24025
|
},
|
|
23997
24026
|
"locationInModule": {
|
|
23998
24027
|
"filename": "lib/workflow.ts",
|
|
23999
|
-
"line":
|
|
24028
|
+
"line": 379
|
|
24000
24029
|
},
|
|
24001
24030
|
"name": "fromS3",
|
|
24002
24031
|
"parameters": [
|
|
@@ -24035,7 +24064,7 @@
|
|
|
24035
24064
|
},
|
|
24036
24065
|
"locationInModule": {
|
|
24037
24066
|
"filename": "lib/workflow.ts",
|
|
24038
|
-
"line":
|
|
24067
|
+
"line": 407
|
|
24039
24068
|
},
|
|
24040
24069
|
"name": "render",
|
|
24041
24070
|
"returns": {
|
|
@@ -24064,7 +24093,7 @@
|
|
|
24064
24093
|
"kind": "interface",
|
|
24065
24094
|
"locationInModule": {
|
|
24066
24095
|
"filename": "lib/workflow.ts",
|
|
24067
|
-
"line":
|
|
24096
|
+
"line": 335
|
|
24068
24097
|
},
|
|
24069
24098
|
"name": "WorkflowDataConfig",
|
|
24070
24099
|
"properties": [
|
|
@@ -24078,7 +24107,7 @@
|
|
|
24078
24107
|
"immutable": true,
|
|
24079
24108
|
"locationInModule": {
|
|
24080
24109
|
"filename": "lib/workflow.ts",
|
|
24081
|
-
"line":
|
|
24110
|
+
"line": 341
|
|
24082
24111
|
},
|
|
24083
24112
|
"name": "data",
|
|
24084
24113
|
"optional": true,
|
|
@@ -24096,7 +24125,7 @@
|
|
|
24096
24125
|
"immutable": true,
|
|
24097
24126
|
"locationInModule": {
|
|
24098
24127
|
"filename": "lib/workflow.ts",
|
|
24099
|
-
"line":
|
|
24128
|
+
"line": 348
|
|
24100
24129
|
},
|
|
24101
24130
|
"name": "uri",
|
|
24102
24131
|
"optional": true,
|
|
@@ -24121,7 +24150,7 @@
|
|
|
24121
24150
|
"kind": "enum",
|
|
24122
24151
|
"locationInModule": {
|
|
24123
24152
|
"filename": "lib/workflow.ts",
|
|
24124
|
-
"line":
|
|
24153
|
+
"line": 263
|
|
24125
24154
|
},
|
|
24126
24155
|
"members": [
|
|
24127
24156
|
{
|
|
@@ -24152,7 +24181,7 @@
|
|
|
24152
24181
|
"kind": "enum",
|
|
24153
24182
|
"locationInModule": {
|
|
24154
24183
|
"filename": "lib/workflow.ts",
|
|
24155
|
-
"line":
|
|
24184
|
+
"line": 278
|
|
24156
24185
|
},
|
|
24157
24186
|
"members": [
|
|
24158
24187
|
{
|
|
@@ -24204,7 +24233,7 @@
|
|
|
24204
24233
|
},
|
|
24205
24234
|
"locationInModule": {
|
|
24206
24235
|
"filename": "lib/workflow.ts",
|
|
24207
|
-
"line":
|
|
24236
|
+
"line": 525
|
|
24208
24237
|
},
|
|
24209
24238
|
"parameters": [
|
|
24210
24239
|
{
|
|
@@ -24224,7 +24253,7 @@
|
|
|
24224
24253
|
"kind": "class",
|
|
24225
24254
|
"locationInModule": {
|
|
24226
24255
|
"filename": "lib/workflow.ts",
|
|
24227
|
-
"line":
|
|
24256
|
+
"line": 484
|
|
24228
24257
|
},
|
|
24229
24258
|
"methods": [
|
|
24230
24259
|
{
|
|
@@ -24234,7 +24263,7 @@
|
|
|
24234
24263
|
},
|
|
24235
24264
|
"locationInModule": {
|
|
24236
24265
|
"filename": "lib/workflow.ts",
|
|
24237
|
-
"line":
|
|
24266
|
+
"line": 490
|
|
24238
24267
|
},
|
|
24239
24268
|
"name": "fromBoolean",
|
|
24240
24269
|
"parameters": [
|
|
@@ -24262,7 +24291,7 @@
|
|
|
24262
24291
|
},
|
|
24263
24292
|
"locationInModule": {
|
|
24264
24293
|
"filename": "lib/workflow.ts",
|
|
24265
|
-
"line":
|
|
24294
|
+
"line": 499
|
|
24266
24295
|
},
|
|
24267
24296
|
"name": "fromInteger",
|
|
24268
24297
|
"parameters": [
|
|
@@ -24290,7 +24319,7 @@
|
|
|
24290
24319
|
},
|
|
24291
24320
|
"locationInModule": {
|
|
24292
24321
|
"filename": "lib/workflow.ts",
|
|
24293
|
-
"line":
|
|
24322
|
+
"line": 507
|
|
24294
24323
|
},
|
|
24295
24324
|
"name": "fromString",
|
|
24296
24325
|
"parameters": [
|
|
@@ -24318,7 +24347,7 @@
|
|
|
24318
24347
|
},
|
|
24319
24348
|
"locationInModule": {
|
|
24320
24349
|
"filename": "lib/workflow.ts",
|
|
24321
|
-
"line":
|
|
24350
|
+
"line": 516
|
|
24322
24351
|
},
|
|
24323
24352
|
"name": "fromStringList",
|
|
24324
24353
|
"parameters": [
|
|
@@ -24355,7 +24384,7 @@
|
|
|
24355
24384
|
"immutable": true,
|
|
24356
24385
|
"locationInModule": {
|
|
24357
24386
|
"filename": "lib/workflow.ts",
|
|
24358
|
-
"line":
|
|
24387
|
+
"line": 523
|
|
24359
24388
|
},
|
|
24360
24389
|
"name": "value",
|
|
24361
24390
|
"type": {
|
|
@@ -24385,7 +24414,7 @@
|
|
|
24385
24414
|
"kind": "interface",
|
|
24386
24415
|
"locationInModule": {
|
|
24387
24416
|
"filename": "lib/workflow.ts",
|
|
24388
|
-
"line":
|
|
24417
|
+
"line": 74
|
|
24389
24418
|
},
|
|
24390
24419
|
"name": "WorkflowProps",
|
|
24391
24420
|
"properties": [
|
|
@@ -24398,7 +24427,7 @@
|
|
|
24398
24427
|
"immutable": true,
|
|
24399
24428
|
"locationInModule": {
|
|
24400
24429
|
"filename": "lib/workflow.ts",
|
|
24401
|
-
"line":
|
|
24430
|
+
"line": 78
|
|
24402
24431
|
},
|
|
24403
24432
|
"name": "data",
|
|
24404
24433
|
"type": {
|
|
@@ -24414,7 +24443,7 @@
|
|
|
24414
24443
|
"immutable": true,
|
|
24415
24444
|
"locationInModule": {
|
|
24416
24445
|
"filename": "lib/workflow.ts",
|
|
24417
|
-
"line":
|
|
24446
|
+
"line": 83
|
|
24418
24447
|
},
|
|
24419
24448
|
"name": "workflowType",
|
|
24420
24449
|
"type": {
|
|
@@ -24432,7 +24461,7 @@
|
|
|
24432
24461
|
"immutable": true,
|
|
24433
24462
|
"locationInModule": {
|
|
24434
24463
|
"filename": "lib/workflow.ts",
|
|
24435
|
-
"line":
|
|
24464
|
+
"line": 112
|
|
24436
24465
|
},
|
|
24437
24466
|
"name": "changeDescription",
|
|
24438
24467
|
"optional": true,
|
|
@@ -24450,7 +24479,7 @@
|
|
|
24450
24479
|
"immutable": true,
|
|
24451
24480
|
"locationInModule": {
|
|
24452
24481
|
"filename": "lib/workflow.ts",
|
|
24453
|
-
"line":
|
|
24482
|
+
"line": 104
|
|
24454
24483
|
},
|
|
24455
24484
|
"name": "description",
|
|
24456
24485
|
"optional": true,
|
|
@@ -24468,7 +24497,7 @@
|
|
|
24468
24497
|
"immutable": true,
|
|
24469
24498
|
"locationInModule": {
|
|
24470
24499
|
"filename": "lib/workflow.ts",
|
|
24471
|
-
"line":
|
|
24500
|
+
"line": 119
|
|
24472
24501
|
},
|
|
24473
24502
|
"name": "kmsKey",
|
|
24474
24503
|
"optional": true,
|
|
@@ -24486,7 +24515,7 @@
|
|
|
24486
24515
|
"immutable": true,
|
|
24487
24516
|
"locationInModule": {
|
|
24488
24517
|
"filename": "lib/workflow.ts",
|
|
24489
|
-
"line":
|
|
24518
|
+
"line": 126
|
|
24490
24519
|
},
|
|
24491
24520
|
"name": "tags",
|
|
24492
24521
|
"optional": true,
|
|
@@ -24509,7 +24538,7 @@
|
|
|
24509
24538
|
"immutable": true,
|
|
24510
24539
|
"locationInModule": {
|
|
24511
24540
|
"filename": "lib/workflow.ts",
|
|
24512
|
-
"line":
|
|
24541
|
+
"line": 90
|
|
24513
24542
|
},
|
|
24514
24543
|
"name": "workflowName",
|
|
24515
24544
|
"optional": true,
|
|
@@ -24527,7 +24556,7 @@
|
|
|
24527
24556
|
"immutable": true,
|
|
24528
24557
|
"locationInModule": {
|
|
24529
24558
|
"filename": "lib/workflow.ts",
|
|
24530
|
-
"line":
|
|
24559
|
+
"line": 97
|
|
24531
24560
|
},
|
|
24532
24561
|
"name": "workflowVersion",
|
|
24533
24562
|
"optional": true,
|
|
@@ -24552,7 +24581,7 @@
|
|
|
24552
24581
|
"kind": "enum",
|
|
24553
24582
|
"locationInModule": {
|
|
24554
24583
|
"filename": "lib/workflow.ts",
|
|
24555
|
-
"line":
|
|
24584
|
+
"line": 303
|
|
24556
24585
|
},
|
|
24557
24586
|
"members": [
|
|
24558
24587
|
{
|
|
@@ -24580,7 +24609,7 @@
|
|
|
24580
24609
|
"kind": "enum",
|
|
24581
24610
|
"locationInModule": {
|
|
24582
24611
|
"filename": "lib/workflow.ts",
|
|
24583
|
-
"line":
|
|
24612
|
+
"line": 313
|
|
24584
24613
|
},
|
|
24585
24614
|
"members": [
|
|
24586
24615
|
{
|
|
@@ -24609,6 +24638,6 @@
|
|
|
24609
24638
|
"symbolId": "lib/workflow:WorkflowType"
|
|
24610
24639
|
}
|
|
24611
24640
|
},
|
|
24612
|
-
"version": "2.
|
|
24641
|
+
"version": "2.237.0-alpha.0",
|
|
24613
24642
|
"fingerprint": "**********"
|
|
24614
24643
|
}
|