@aws-cdk/aws-imagebuilder-alpha 2.234.0-alpha.0 → 2.235.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 +191 -186
- package/.jsii.tabl.json.gz +0 -0
- package/awslint.json +41 -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 +5 -0
- package/lib/component.js +13 -8
- package/lib/container-recipe.d.ts +4 -0
- package/lib/container-recipe.js +9 -5
- package/lib/distribution-configuration.d.ts +2 -0
- package/lib/distribution-configuration.js +5 -3
- package/lib/image-pipeline.d.ts +5 -0
- package/lib/image-pipeline.js +7 -2
- package/lib/image-recipe.d.ts +2 -0
- package/lib/image-recipe.js +4 -2
- package/lib/image.d.ts +8 -0
- package/lib/image.js +10 -2
- package/lib/infrastructure-configuration.d.ts +2 -0
- package/lib/infrastructure-configuration.js +4 -2
- package/lib/lifecycle-policy.d.ts +6 -0
- package/lib/lifecycle-policy.js +8 -2
- package/lib/os-version.js +1 -1
- package/lib/recipe-base.js +1 -1
- package/lib/workflow.d.ts +4 -0
- package/lib/workflow.js +9 -5
- 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.235.0",
|
|
15
15
|
"constructs": "^10.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencyClosure": {
|
|
@@ -10767,7 +10767,7 @@
|
|
|
10767
10767
|
"kind": "class",
|
|
10768
10768
|
"locationInModule": {
|
|
10769
10769
|
"filename": "lib/component.ts",
|
|
10770
|
-
"line":
|
|
10770
|
+
"line": 854
|
|
10771
10771
|
},
|
|
10772
10772
|
"methods": [
|
|
10773
10773
|
{
|
|
@@ -10777,7 +10777,7 @@
|
|
|
10777
10777
|
},
|
|
10778
10778
|
"locationInModule": {
|
|
10779
10779
|
"filename": "lib/component.ts",
|
|
10780
|
-
"line":
|
|
10780
|
+
"line": 862
|
|
10781
10781
|
},
|
|
10782
10782
|
"name": "fromAwsMarketplaceComponentAttributes",
|
|
10783
10783
|
"parameters": [
|
|
@@ -11370,7 +11370,7 @@
|
|
|
11370
11370
|
},
|
|
11371
11371
|
"locationInModule": {
|
|
11372
11372
|
"filename": "lib/component.ts",
|
|
11373
|
-
"line":
|
|
11373
|
+
"line": 1034
|
|
11374
11374
|
},
|
|
11375
11375
|
"parameters": [
|
|
11376
11376
|
{
|
|
@@ -11399,7 +11399,7 @@
|
|
|
11399
11399
|
"kind": "class",
|
|
11400
11400
|
"locationInModule": {
|
|
11401
11401
|
"filename": "lib/component.ts",
|
|
11402
|
-
"line":
|
|
11402
|
+
"line": 930
|
|
11403
11403
|
},
|
|
11404
11404
|
"methods": [
|
|
11405
11405
|
{
|
|
@@ -11409,7 +11409,7 @@
|
|
|
11409
11409
|
},
|
|
11410
11410
|
"locationInModule": {
|
|
11411
11411
|
"filename": "lib/component.ts",
|
|
11412
|
-
"line":
|
|
11412
|
+
"line": 938
|
|
11413
11413
|
},
|
|
11414
11414
|
"name": "fromComponentArn",
|
|
11415
11415
|
"parameters": [
|
|
@@ -11447,7 +11447,7 @@
|
|
|
11447
11447
|
},
|
|
11448
11448
|
"locationInModule": {
|
|
11449
11449
|
"filename": "lib/component.ts",
|
|
11450
|
-
"line":
|
|
11450
|
+
"line": 955
|
|
11451
11451
|
},
|
|
11452
11452
|
"name": "fromComponentAttributes",
|
|
11453
11453
|
"parameters": [
|
|
@@ -11485,7 +11485,7 @@
|
|
|
11485
11485
|
},
|
|
11486
11486
|
"locationInModule": {
|
|
11487
11487
|
"filename": "lib/component.ts",
|
|
11488
|
-
"line":
|
|
11488
|
+
"line": 946
|
|
11489
11489
|
},
|
|
11490
11490
|
"name": "fromComponentName",
|
|
11491
11491
|
"parameters": [
|
|
@@ -11522,7 +11522,7 @@
|
|
|
11522
11522
|
},
|
|
11523
11523
|
"locationInModule": {
|
|
11524
11524
|
"filename": "lib/component.ts",
|
|
11525
|
-
"line":
|
|
11525
|
+
"line": 1001
|
|
11526
11526
|
},
|
|
11527
11527
|
"name": "isComponent",
|
|
11528
11528
|
"parameters": [
|
|
@@ -11543,11 +11543,11 @@
|
|
|
11543
11543
|
{
|
|
11544
11544
|
"docs": {
|
|
11545
11545
|
"stability": "experimental",
|
|
11546
|
-
"summary": "Grant custom actions to the given grantee for the component."
|
|
11546
|
+
"summary": "Grant custom actions to the given grantee for the component [disable-awslint:no-grants]."
|
|
11547
11547
|
},
|
|
11548
11548
|
"locationInModule": {
|
|
11549
11549
|
"filename": "lib/component.ts",
|
|
11550
|
-
"line":
|
|
11550
|
+
"line": 904
|
|
11551
11551
|
},
|
|
11552
11552
|
"name": "grant",
|
|
11553
11553
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11581,12 +11581,13 @@
|
|
|
11581
11581
|
},
|
|
11582
11582
|
{
|
|
11583
11583
|
"docs": {
|
|
11584
|
+
"remarks": "[disable-awslint:no-grants]",
|
|
11584
11585
|
"stability": "experimental",
|
|
11585
11586
|
"summary": "Grant read permissions to the given grantee for the component."
|
|
11586
11587
|
},
|
|
11587
11588
|
"locationInModule": {
|
|
11588
11589
|
"filename": "lib/component.ts",
|
|
11589
|
-
"line":
|
|
11590
|
+
"line": 920
|
|
11590
11591
|
},
|
|
11591
11592
|
"name": "grantRead",
|
|
11592
11593
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11619,7 +11620,7 @@
|
|
|
11619
11620
|
"immutable": true,
|
|
11620
11621
|
"locationInModule": {
|
|
11621
11622
|
"filename": "lib/component.ts",
|
|
11622
|
-
"line":
|
|
11623
|
+
"line": 933
|
|
11623
11624
|
},
|
|
11624
11625
|
"name": "PROPERTY_INJECTION_ID",
|
|
11625
11626
|
"static": true,
|
|
@@ -11635,7 +11636,7 @@
|
|
|
11635
11636
|
"immutable": true,
|
|
11636
11637
|
"locationInModule": {
|
|
11637
11638
|
"filename": "lib/component.ts",
|
|
11638
|
-
"line":
|
|
11639
|
+
"line": 1008
|
|
11639
11640
|
},
|
|
11640
11641
|
"name": "componentArn",
|
|
11641
11642
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11651,7 +11652,7 @@
|
|
|
11651
11652
|
"immutable": true,
|
|
11652
11653
|
"locationInModule": {
|
|
11653
11654
|
"filename": "lib/component.ts",
|
|
11654
|
-
"line":
|
|
11655
|
+
"line": 1013
|
|
11655
11656
|
},
|
|
11656
11657
|
"name": "componentName",
|
|
11657
11658
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11670,7 +11671,7 @@
|
|
|
11670
11671
|
"immutable": true,
|
|
11671
11672
|
"locationInModule": {
|
|
11672
11673
|
"filename": "lib/component.ts",
|
|
11673
|
-
"line":
|
|
11674
|
+
"line": 1030
|
|
11674
11675
|
},
|
|
11675
11676
|
"name": "componentType",
|
|
11676
11677
|
"type": {
|
|
@@ -11685,7 +11686,7 @@
|
|
|
11685
11686
|
"immutable": true,
|
|
11686
11687
|
"locationInModule": {
|
|
11687
11688
|
"filename": "lib/component.ts",
|
|
11688
|
-
"line":
|
|
11689
|
+
"line": 1018
|
|
11689
11690
|
},
|
|
11690
11691
|
"name": "componentVersion",
|
|
11691
11692
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IComponent",
|
|
@@ -11701,7 +11702,7 @@
|
|
|
11701
11702
|
"immutable": true,
|
|
11702
11703
|
"locationInModule": {
|
|
11703
11704
|
"filename": "lib/component.ts",
|
|
11704
|
-
"line":
|
|
11705
|
+
"line": 1023
|
|
11705
11706
|
},
|
|
11706
11707
|
"name": "encrypted",
|
|
11707
11708
|
"type": {
|
|
@@ -11715,7 +11716,7 @@
|
|
|
11715
11716
|
"immutable": true,
|
|
11716
11717
|
"locationInModule": {
|
|
11717
11718
|
"filename": "lib/component.ts",
|
|
11718
|
-
"line":
|
|
11719
|
+
"line": 1032
|
|
11719
11720
|
},
|
|
11720
11721
|
"name": "kmsKey",
|
|
11721
11722
|
"optional": true,
|
|
@@ -13994,7 +13995,7 @@
|
|
|
13994
13995
|
},
|
|
13995
13996
|
"locationInModule": {
|
|
13996
13997
|
"filename": "lib/container-recipe.ts",
|
|
13997
|
-
"line":
|
|
13998
|
+
"line": 495
|
|
13998
13999
|
},
|
|
13999
14000
|
"parameters": [
|
|
14000
14001
|
{
|
|
@@ -14020,7 +14021,7 @@
|
|
|
14020
14021
|
"kind": "class",
|
|
14021
14022
|
"locationInModule": {
|
|
14022
14023
|
"filename": "lib/container-recipe.ts",
|
|
14023
|
-
"line":
|
|
14024
|
+
"line": 403
|
|
14024
14025
|
},
|
|
14025
14026
|
"methods": [
|
|
14026
14027
|
{
|
|
@@ -14030,7 +14031,7 @@
|
|
|
14030
14031
|
},
|
|
14031
14032
|
"locationInModule": {
|
|
14032
14033
|
"filename": "lib/container-recipe.ts",
|
|
14033
|
-
"line":
|
|
14034
|
+
"line": 411
|
|
14034
14035
|
},
|
|
14035
14036
|
"name": "fromContainerRecipeArn",
|
|
14036
14037
|
"parameters": [
|
|
@@ -14068,7 +14069,7 @@
|
|
|
14068
14069
|
},
|
|
14069
14070
|
"locationInModule": {
|
|
14070
14071
|
"filename": "lib/container-recipe.ts",
|
|
14071
|
-
"line":
|
|
14072
|
+
"line": 428
|
|
14072
14073
|
},
|
|
14073
14074
|
"name": "fromContainerRecipeAttributes",
|
|
14074
14075
|
"parameters": [
|
|
@@ -14106,7 +14107,7 @@
|
|
|
14106
14107
|
},
|
|
14107
14108
|
"locationInModule": {
|
|
14108
14109
|
"filename": "lib/container-recipe.ts",
|
|
14109
|
-
"line":
|
|
14110
|
+
"line": 419
|
|
14110
14111
|
},
|
|
14111
14112
|
"name": "fromContainerRecipeName",
|
|
14112
14113
|
"parameters": [
|
|
@@ -14143,7 +14144,7 @@
|
|
|
14143
14144
|
},
|
|
14144
14145
|
"locationInModule": {
|
|
14145
14146
|
"filename": "lib/container-recipe.ts",
|
|
14146
|
-
"line":
|
|
14147
|
+
"line": 474
|
|
14147
14148
|
},
|
|
14148
14149
|
"name": "isContainerRecipe",
|
|
14149
14150
|
"parameters": [
|
|
@@ -14168,7 +14169,7 @@
|
|
|
14168
14169
|
},
|
|
14169
14170
|
"locationInModule": {
|
|
14170
14171
|
"filename": "lib/container-recipe.ts",
|
|
14171
|
-
"line":
|
|
14172
|
+
"line": 572
|
|
14172
14173
|
},
|
|
14173
14174
|
"name": "addInstanceBlockDevice",
|
|
14174
14175
|
"parameters": [
|
|
@@ -14197,7 +14198,7 @@
|
|
|
14197
14198
|
"immutable": true,
|
|
14198
14199
|
"locationInModule": {
|
|
14199
14200
|
"filename": "lib/container-recipe.ts",
|
|
14200
|
-
"line":
|
|
14201
|
+
"line": 406
|
|
14201
14202
|
},
|
|
14202
14203
|
"name": "PROPERTY_INJECTION_ID",
|
|
14203
14204
|
"static": true,
|
|
@@ -14213,7 +14214,7 @@
|
|
|
14213
14214
|
"immutable": true,
|
|
14214
14215
|
"locationInModule": {
|
|
14215
14216
|
"filename": "lib/container-recipe.ts",
|
|
14216
|
-
"line":
|
|
14217
|
+
"line": 481
|
|
14217
14218
|
},
|
|
14218
14219
|
"name": "containerRecipeArn",
|
|
14219
14220
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase",
|
|
@@ -14229,7 +14230,7 @@
|
|
|
14229
14230
|
"immutable": true,
|
|
14230
14231
|
"locationInModule": {
|
|
14231
14232
|
"filename": "lib/container-recipe.ts",
|
|
14232
|
-
"line":
|
|
14233
|
+
"line": 486
|
|
14233
14234
|
},
|
|
14234
14235
|
"name": "containerRecipeName",
|
|
14235
14236
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase",
|
|
@@ -14245,7 +14246,7 @@
|
|
|
14245
14246
|
"immutable": true,
|
|
14246
14247
|
"locationInModule": {
|
|
14247
14248
|
"filename": "lib/container-recipe.ts",
|
|
14248
|
-
"line":
|
|
14249
|
+
"line": 491
|
|
14249
14250
|
},
|
|
14250
14251
|
"name": "containerRecipeVersion",
|
|
14251
14252
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ContainerRecipeBase",
|
|
@@ -14271,7 +14272,7 @@
|
|
|
14271
14272
|
"kind": "interface",
|
|
14272
14273
|
"locationInModule": {
|
|
14273
14274
|
"filename": "lib/container-recipe.ts",
|
|
14274
|
-
"line":
|
|
14275
|
+
"line": 310
|
|
14275
14276
|
},
|
|
14276
14277
|
"name": "ContainerRecipeAttributes",
|
|
14277
14278
|
"properties": [
|
|
@@ -14285,7 +14286,7 @@
|
|
|
14285
14286
|
"immutable": true,
|
|
14286
14287
|
"locationInModule": {
|
|
14287
14288
|
"filename": "lib/container-recipe.ts",
|
|
14288
|
-
"line":
|
|
14289
|
+
"line": 316
|
|
14289
14290
|
},
|
|
14290
14291
|
"name": "containerRecipeArn",
|
|
14291
14292
|
"optional": true,
|
|
@@ -14303,7 +14304,7 @@
|
|
|
14303
14304
|
"immutable": true,
|
|
14304
14305
|
"locationInModule": {
|
|
14305
14306
|
"filename": "lib/container-recipe.ts",
|
|
14306
|
-
"line":
|
|
14307
|
+
"line": 323
|
|
14307
14308
|
},
|
|
14308
14309
|
"name": "containerRecipeName",
|
|
14309
14310
|
"optional": true,
|
|
@@ -14321,7 +14322,7 @@
|
|
|
14321
14322
|
"immutable": true,
|
|
14322
14323
|
"locationInModule": {
|
|
14323
14324
|
"filename": "lib/container-recipe.ts",
|
|
14324
|
-
"line":
|
|
14325
|
+
"line": 331
|
|
14325
14326
|
},
|
|
14326
14327
|
"name": "containerRecipeVersion",
|
|
14327
14328
|
"optional": true,
|
|
@@ -14377,17 +14378,17 @@
|
|
|
14377
14378
|
"kind": "class",
|
|
14378
14379
|
"locationInModule": {
|
|
14379
14380
|
"filename": "lib/container-recipe.ts",
|
|
14380
|
-
"line":
|
|
14381
|
+
"line": 337
|
|
14381
14382
|
},
|
|
14382
14383
|
"methods": [
|
|
14383
14384
|
{
|
|
14384
14385
|
"docs": {
|
|
14385
14386
|
"stability": "experimental",
|
|
14386
|
-
"summary": "Grant custom actions to the given grantee for the container recipe."
|
|
14387
|
+
"summary": "Grant custom actions to the given grantee for the container recipe [disable-awslint:no-grants]."
|
|
14387
14388
|
},
|
|
14388
14389
|
"locationInModule": {
|
|
14389
14390
|
"filename": "lib/container-recipe.ts",
|
|
14390
|
-
"line":
|
|
14391
|
+
"line": 360
|
|
14391
14392
|
},
|
|
14392
14393
|
"name": "grant",
|
|
14393
14394
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -14422,11 +14423,11 @@
|
|
|
14422
14423
|
{
|
|
14423
14424
|
"docs": {
|
|
14424
14425
|
"stability": "experimental",
|
|
14425
|
-
"summary": "Grant read permissions to the given grantee for the container recipe."
|
|
14426
|
+
"summary": "Grant read permissions to the given grantee for the container recipe [disable-awslint:no-grants]."
|
|
14426
14427
|
},
|
|
14427
14428
|
"locationInModule": {
|
|
14428
14429
|
"filename": "lib/container-recipe.ts",
|
|
14429
|
-
"line":
|
|
14430
|
+
"line": 375
|
|
14430
14431
|
},
|
|
14431
14432
|
"name": "grantRead",
|
|
14432
14433
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -14459,7 +14460,7 @@
|
|
|
14459
14460
|
"immutable": true,
|
|
14460
14461
|
"locationInModule": {
|
|
14461
14462
|
"filename": "lib/container-recipe.ts",
|
|
14462
|
-
"line":
|
|
14463
|
+
"line": 341
|
|
14463
14464
|
},
|
|
14464
14465
|
"name": "containerRecipeArn",
|
|
14465
14466
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IContainerRecipe",
|
|
@@ -14476,7 +14477,7 @@
|
|
|
14476
14477
|
"immutable": true,
|
|
14477
14478
|
"locationInModule": {
|
|
14478
14479
|
"filename": "lib/container-recipe.ts",
|
|
14479
|
-
"line":
|
|
14480
|
+
"line": 346
|
|
14480
14481
|
},
|
|
14481
14482
|
"name": "containerRecipeName",
|
|
14482
14483
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IContainerRecipe",
|
|
@@ -14493,7 +14494,7 @@
|
|
|
14493
14494
|
"immutable": true,
|
|
14494
14495
|
"locationInModule": {
|
|
14495
14496
|
"filename": "lib/container-recipe.ts",
|
|
14496
|
-
"line":
|
|
14497
|
+
"line": 351
|
|
14497
14498
|
},
|
|
14498
14499
|
"name": "containerRecipeVersion",
|
|
14499
14500
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IContainerRecipe",
|
|
@@ -14814,7 +14815,7 @@
|
|
|
14814
14815
|
},
|
|
14815
14816
|
"locationInModule": {
|
|
14816
14817
|
"filename": "lib/distribution-configuration.ts",
|
|
14817
|
-
"line":
|
|
14818
|
+
"line": 498
|
|
14818
14819
|
},
|
|
14819
14820
|
"parameters": [
|
|
14820
14821
|
{
|
|
@@ -14844,7 +14845,7 @@
|
|
|
14844
14845
|
"kind": "class",
|
|
14845
14846
|
"locationInModule": {
|
|
14846
14847
|
"filename": "lib/distribution-configuration.ts",
|
|
14847
|
-
"line":
|
|
14848
|
+
"line": 430
|
|
14848
14849
|
},
|
|
14849
14850
|
"methods": [
|
|
14850
14851
|
{
|
|
@@ -14854,7 +14855,7 @@
|
|
|
14854
14855
|
},
|
|
14855
14856
|
"locationInModule": {
|
|
14856
14857
|
"filename": "lib/distribution-configuration.ts",
|
|
14857
|
-
"line":
|
|
14858
|
+
"line": 438
|
|
14858
14859
|
},
|
|
14859
14860
|
"name": "fromDistributionConfigurationArn",
|
|
14860
14861
|
"parameters": [
|
|
@@ -14892,7 +14893,7 @@
|
|
|
14892
14893
|
},
|
|
14893
14894
|
"locationInModule": {
|
|
14894
14895
|
"filename": "lib/distribution-configuration.ts",
|
|
14895
|
-
"line":
|
|
14896
|
+
"line": 460
|
|
14896
14897
|
},
|
|
14897
14898
|
"name": "fromDistributionConfigurationName",
|
|
14898
14899
|
"parameters": [
|
|
@@ -14929,7 +14930,7 @@
|
|
|
14929
14930
|
},
|
|
14930
14931
|
"locationInModule": {
|
|
14931
14932
|
"filename": "lib/distribution-configuration.ts",
|
|
14932
|
-
"line":
|
|
14933
|
+
"line": 479
|
|
14933
14934
|
},
|
|
14934
14935
|
"name": "isDistributionConfiguration",
|
|
14935
14936
|
"parameters": [
|
|
@@ -14954,7 +14955,7 @@
|
|
|
14954
14955
|
},
|
|
14955
14956
|
"locationInModule": {
|
|
14956
14957
|
"filename": "lib/distribution-configuration.ts",
|
|
14957
|
-
"line":
|
|
14958
|
+
"line": 541
|
|
14958
14959
|
},
|
|
14959
14960
|
"name": "addAmiDistributions",
|
|
14960
14961
|
"parameters": [
|
|
@@ -14978,7 +14979,7 @@
|
|
|
14978
14979
|
},
|
|
14979
14980
|
"locationInModule": {
|
|
14980
14981
|
"filename": "lib/distribution-configuration.ts",
|
|
14981
|
-
"line":
|
|
14982
|
+
"line": 561
|
|
14982
14983
|
},
|
|
14983
14984
|
"name": "addContainerDistributions",
|
|
14984
14985
|
"parameters": [
|
|
@@ -14998,11 +14999,11 @@
|
|
|
14998
14999
|
{
|
|
14999
15000
|
"docs": {
|
|
15000
15001
|
"stability": "experimental",
|
|
15001
|
-
"summary": "Grant custom actions to the given grantee for the distribution configuration."
|
|
15002
|
+
"summary": "Grant custom actions to the given grantee for the distribution configuration [disable-awslint:no-grants]."
|
|
15002
15003
|
},
|
|
15003
15004
|
"locationInModule": {
|
|
15004
15005
|
"filename": "lib/distribution-configuration.ts",
|
|
15005
|
-
"line":
|
|
15006
|
+
"line": 366
|
|
15006
15007
|
},
|
|
15007
15008
|
"name": "grant",
|
|
15008
15009
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15037,11 +15038,11 @@
|
|
|
15037
15038
|
{
|
|
15038
15039
|
"docs": {
|
|
15039
15040
|
"stability": "experimental",
|
|
15040
|
-
"summary": "Grant read permissions to the given grantee for the distribution configuration."
|
|
15041
|
+
"summary": "Grant read permissions to the given grantee for the distribution configuration [disable-awslint:no-grants]."
|
|
15041
15042
|
},
|
|
15042
15043
|
"locationInModule": {
|
|
15043
15044
|
"filename": "lib/distribution-configuration.ts",
|
|
15044
|
-
"line":
|
|
15045
|
+
"line": 381
|
|
15045
15046
|
},
|
|
15046
15047
|
"name": "grantRead",
|
|
15047
15048
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15074,7 +15075,7 @@
|
|
|
15074
15075
|
"immutable": true,
|
|
15075
15076
|
"locationInModule": {
|
|
15076
15077
|
"filename": "lib/distribution-configuration.ts",
|
|
15077
|
-
"line":
|
|
15078
|
+
"line": 433
|
|
15078
15079
|
},
|
|
15079
15080
|
"name": "PROPERTY_INJECTION_ID",
|
|
15080
15081
|
"static": true,
|
|
@@ -15090,7 +15091,7 @@
|
|
|
15090
15091
|
"immutable": true,
|
|
15091
15092
|
"locationInModule": {
|
|
15092
15093
|
"filename": "lib/distribution-configuration.ts",
|
|
15093
|
-
"line":
|
|
15094
|
+
"line": 486
|
|
15094
15095
|
},
|
|
15095
15096
|
"name": "distributionConfigurationArn",
|
|
15096
15097
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -15106,7 +15107,7 @@
|
|
|
15106
15107
|
"immutable": true,
|
|
15107
15108
|
"locationInModule": {
|
|
15108
15109
|
"filename": "lib/distribution-configuration.ts",
|
|
15109
|
-
"line":
|
|
15110
|
+
"line": 491
|
|
15110
15111
|
},
|
|
15111
15112
|
"name": "distributionConfigurationName",
|
|
15112
15113
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IDistributionConfiguration",
|
|
@@ -17268,7 +17269,7 @@
|
|
|
17268
17269
|
},
|
|
17269
17270
|
"locationInModule": {
|
|
17270
17271
|
"filename": "lib/image.ts",
|
|
17271
|
-
"line":
|
|
17272
|
+
"line": 437
|
|
17272
17273
|
},
|
|
17273
17274
|
"parameters": [
|
|
17274
17275
|
{
|
|
@@ -17297,7 +17298,7 @@
|
|
|
17297
17298
|
"kind": "class",
|
|
17298
17299
|
"locationInModule": {
|
|
17299
17300
|
"filename": "lib/image.ts",
|
|
17300
|
-
"line":
|
|
17301
|
+
"line": 338
|
|
17301
17302
|
},
|
|
17302
17303
|
"methods": [
|
|
17303
17304
|
{
|
|
@@ -17307,7 +17308,7 @@
|
|
|
17307
17308
|
},
|
|
17308
17309
|
"locationInModule": {
|
|
17309
17310
|
"filename": "lib/image.ts",
|
|
17310
|
-
"line":
|
|
17311
|
+
"line": 346
|
|
17311
17312
|
},
|
|
17312
17313
|
"name": "fromImageArn",
|
|
17313
17314
|
"parameters": [
|
|
@@ -17345,7 +17346,7 @@
|
|
|
17345
17346
|
},
|
|
17346
17347
|
"locationInModule": {
|
|
17347
17348
|
"filename": "lib/image.ts",
|
|
17348
|
-
"line":
|
|
17349
|
+
"line": 363
|
|
17349
17350
|
},
|
|
17350
17351
|
"name": "fromImageAttributes",
|
|
17351
17352
|
"parameters": [
|
|
@@ -17383,7 +17384,7 @@
|
|
|
17383
17384
|
},
|
|
17384
17385
|
"locationInModule": {
|
|
17385
17386
|
"filename": "lib/image.ts",
|
|
17386
|
-
"line":
|
|
17387
|
+
"line": 354
|
|
17387
17388
|
},
|
|
17388
17389
|
"name": "fromImageName",
|
|
17389
17390
|
"parameters": [
|
|
@@ -17420,7 +17421,7 @@
|
|
|
17420
17421
|
},
|
|
17421
17422
|
"locationInModule": {
|
|
17422
17423
|
"filename": "lib/image.ts",
|
|
17423
|
-
"line":
|
|
17424
|
+
"line": 399
|
|
17424
17425
|
},
|
|
17425
17426
|
"name": "isImage",
|
|
17426
17427
|
"parameters": [
|
|
@@ -17440,12 +17441,13 @@
|
|
|
17440
17441
|
},
|
|
17441
17442
|
{
|
|
17442
17443
|
"docs": {
|
|
17444
|
+
"remarks": "[disable-awslint:no-grants]",
|
|
17443
17445
|
"stability": "experimental",
|
|
17444
17446
|
"summary": "Grant custom actions to the given grantee for the image."
|
|
17445
17447
|
},
|
|
17446
17448
|
"locationInModule": {
|
|
17447
17449
|
"filename": "lib/image.ts",
|
|
17448
|
-
"line":
|
|
17450
|
+
"line": 279
|
|
17449
17451
|
},
|
|
17450
17452
|
"name": "grant",
|
|
17451
17453
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17479,12 +17481,13 @@
|
|
|
17479
17481
|
},
|
|
17480
17482
|
{
|
|
17481
17483
|
"docs": {
|
|
17484
|
+
"remarks": "[disable-awslint:no-grants]",
|
|
17482
17485
|
"stability": "experimental",
|
|
17483
17486
|
"summary": "Grants the default permissions for building an image to the provided execution role."
|
|
17484
17487
|
},
|
|
17485
17488
|
"locationInModule": {
|
|
17486
17489
|
"filename": "lib/image.ts",
|
|
17487
|
-
"line":
|
|
17490
|
+
"line": 481
|
|
17488
17491
|
},
|
|
17489
17492
|
"name": "grantDefaultExecutionRolePermissions",
|
|
17490
17493
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17512,12 +17515,13 @@
|
|
|
17512
17515
|
},
|
|
17513
17516
|
{
|
|
17514
17517
|
"docs": {
|
|
17518
|
+
"remarks": "[disable-awslint:no-grants]",
|
|
17515
17519
|
"stability": "experimental",
|
|
17516
17520
|
"summary": "Grant read permissions to the given grantee for the image."
|
|
17517
17521
|
},
|
|
17518
17522
|
"locationInModule": {
|
|
17519
17523
|
"filename": "lib/image.ts",
|
|
17520
|
-
"line":
|
|
17524
|
+
"line": 314
|
|
17521
17525
|
},
|
|
17522
17526
|
"name": "grantRead",
|
|
17523
17527
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17545,7 +17549,7 @@
|
|
|
17545
17549
|
},
|
|
17546
17550
|
"locationInModule": {
|
|
17547
17551
|
"filename": "lib/image.ts",
|
|
17548
|
-
"line":
|
|
17552
|
+
"line": 321
|
|
17549
17553
|
},
|
|
17550
17554
|
"name": "toBaseImage",
|
|
17551
17555
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17562,7 +17566,7 @@
|
|
|
17562
17566
|
},
|
|
17563
17567
|
"locationInModule": {
|
|
17564
17568
|
"filename": "lib/image.ts",
|
|
17565
|
-
"line":
|
|
17569
|
+
"line": 328
|
|
17566
17570
|
},
|
|
17567
17571
|
"name": "toContainerBaseImage",
|
|
17568
17572
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17584,7 +17588,7 @@
|
|
|
17584
17588
|
"immutable": true,
|
|
17585
17589
|
"locationInModule": {
|
|
17586
17590
|
"filename": "lib/image.ts",
|
|
17587
|
-
"line":
|
|
17591
|
+
"line": 341
|
|
17588
17592
|
},
|
|
17589
17593
|
"name": "PROPERTY_INJECTION_ID",
|
|
17590
17594
|
"static": true,
|
|
@@ -17600,7 +17604,7 @@
|
|
|
17600
17604
|
"immutable": true,
|
|
17601
17605
|
"locationInModule": {
|
|
17602
17606
|
"filename": "lib/image.ts",
|
|
17603
|
-
"line":
|
|
17607
|
+
"line": 406
|
|
17604
17608
|
},
|
|
17605
17609
|
"name": "imageArn",
|
|
17606
17610
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17619,7 +17623,7 @@
|
|
|
17619
17623
|
"immutable": true,
|
|
17620
17624
|
"locationInModule": {
|
|
17621
17625
|
"filename": "lib/image.ts",
|
|
17622
|
-
"line":
|
|
17626
|
+
"line": 423
|
|
17623
17627
|
},
|
|
17624
17628
|
"name": "imageId",
|
|
17625
17629
|
"type": {
|
|
@@ -17634,7 +17638,7 @@
|
|
|
17634
17638
|
"immutable": true,
|
|
17635
17639
|
"locationInModule": {
|
|
17636
17640
|
"filename": "lib/image.ts",
|
|
17637
|
-
"line":
|
|
17641
|
+
"line": 411
|
|
17638
17642
|
},
|
|
17639
17643
|
"name": "imageName",
|
|
17640
17644
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17650,7 +17654,7 @@
|
|
|
17650
17654
|
"immutable": true,
|
|
17651
17655
|
"locationInModule": {
|
|
17652
17656
|
"filename": "lib/image.ts",
|
|
17653
|
-
"line":
|
|
17657
|
+
"line": 416
|
|
17654
17658
|
},
|
|
17655
17659
|
"name": "imageVersion",
|
|
17656
17660
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImage",
|
|
@@ -17666,7 +17670,7 @@
|
|
|
17666
17670
|
"immutable": true,
|
|
17667
17671
|
"locationInModule": {
|
|
17668
17672
|
"filename": "lib/image.ts",
|
|
17669
|
-
"line":
|
|
17673
|
+
"line": 428
|
|
17670
17674
|
},
|
|
17671
17675
|
"name": "infrastructureConfiguration",
|
|
17672
17676
|
"type": {
|
|
@@ -17681,7 +17685,7 @@
|
|
|
17681
17685
|
"immutable": true,
|
|
17682
17686
|
"locationInModule": {
|
|
17683
17687
|
"filename": "lib/image.ts",
|
|
17684
|
-
"line":
|
|
17688
|
+
"line": 433
|
|
17685
17689
|
},
|
|
17686
17690
|
"name": "executionRole",
|
|
17687
17691
|
"optional": true,
|
|
@@ -17822,7 +17826,7 @@
|
|
|
17822
17826
|
},
|
|
17823
17827
|
"locationInModule": {
|
|
17824
17828
|
"filename": "lib/image-pipeline.ts",
|
|
17825
|
-
"line":
|
|
17829
|
+
"line": 631
|
|
17826
17830
|
},
|
|
17827
17831
|
"parameters": [
|
|
17828
17832
|
{
|
|
@@ -17851,7 +17855,7 @@
|
|
|
17851
17855
|
"kind": "class",
|
|
17852
17856
|
"locationInModule": {
|
|
17853
17857
|
"filename": "lib/image-pipeline.ts",
|
|
17854
|
-
"line":
|
|
17858
|
+
"line": 563
|
|
17855
17859
|
},
|
|
17856
17860
|
"methods": [
|
|
17857
17861
|
{
|
|
@@ -17861,7 +17865,7 @@
|
|
|
17861
17865
|
},
|
|
17862
17866
|
"locationInModule": {
|
|
17863
17867
|
"filename": "lib/image-pipeline.ts",
|
|
17864
|
-
"line":
|
|
17868
|
+
"line": 571
|
|
17865
17869
|
},
|
|
17866
17870
|
"name": "fromImagePipelineArn",
|
|
17867
17871
|
"parameters": [
|
|
@@ -17899,7 +17903,7 @@
|
|
|
17899
17903
|
},
|
|
17900
17904
|
"locationInModule": {
|
|
17901
17905
|
"filename": "lib/image-pipeline.ts",
|
|
17902
|
-
"line":
|
|
17906
|
+
"line": 589
|
|
17903
17907
|
},
|
|
17904
17908
|
"name": "fromImagePipelineName",
|
|
17905
17909
|
"parameters": [
|
|
@@ -17936,7 +17940,7 @@
|
|
|
17936
17940
|
},
|
|
17937
17941
|
"locationInModule": {
|
|
17938
17942
|
"filename": "lib/image-pipeline.ts",
|
|
17939
|
-
"line":
|
|
17943
|
+
"line": 604
|
|
17940
17944
|
},
|
|
17941
17945
|
"name": "isImagePipeline",
|
|
17942
17946
|
"parameters": [
|
|
@@ -17957,11 +17961,11 @@
|
|
|
17957
17961
|
{
|
|
17958
17962
|
"docs": {
|
|
17959
17963
|
"stability": "experimental",
|
|
17960
|
-
"summary": "Grant custom actions to the given grantee for the image pipeline."
|
|
17964
|
+
"summary": "Grant custom actions to the given grantee for the image pipeline [disable-awslint:no-grants]."
|
|
17961
17965
|
},
|
|
17962
17966
|
"locationInModule": {
|
|
17963
17967
|
"filename": "lib/image-pipeline.ts",
|
|
17964
|
-
"line":
|
|
17968
|
+
"line": 368
|
|
17965
17969
|
},
|
|
17966
17970
|
"name": "grant",
|
|
17967
17971
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -17995,12 +17999,13 @@
|
|
|
17995
17999
|
},
|
|
17996
18000
|
{
|
|
17997
18001
|
"docs": {
|
|
18002
|
+
"remarks": "[disable-awslint:no-grants]",
|
|
17998
18003
|
"stability": "experimental",
|
|
17999
18004
|
"summary": "Grants the default permissions for building an image to the provided execution role."
|
|
18000
18005
|
},
|
|
18001
18006
|
"locationInModule": {
|
|
18002
18007
|
"filename": "lib/image-pipeline.ts",
|
|
18003
|
-
"line":
|
|
18008
|
+
"line": 711
|
|
18004
18009
|
},
|
|
18005
18010
|
"name": "grantDefaultExecutionRolePermissions",
|
|
18006
18011
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18029,11 +18034,11 @@
|
|
|
18029
18034
|
{
|
|
18030
18035
|
"docs": {
|
|
18031
18036
|
"stability": "experimental",
|
|
18032
|
-
"summary": "Grant read permissions to the given grantee for the image pipeline."
|
|
18037
|
+
"summary": "Grant read permissions to the given grantee for the image pipeline [disable-awslint:no-grants]."
|
|
18033
18038
|
},
|
|
18034
18039
|
"locationInModule": {
|
|
18035
18040
|
"filename": "lib/image-pipeline.ts",
|
|
18036
|
-
"line":
|
|
18041
|
+
"line": 402
|
|
18037
18042
|
},
|
|
18038
18043
|
"name": "grantRead",
|
|
18039
18044
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18057,11 +18062,11 @@
|
|
|
18057
18062
|
{
|
|
18058
18063
|
"docs": {
|
|
18059
18064
|
"stability": "experimental",
|
|
18060
|
-
"summary": "Grant permissions to the given grantee to start an execution of the image pipeline."
|
|
18065
|
+
"summary": "Grant permissions to the given grantee to start an execution of the image pipeline [disable-awslint:no-grants]."
|
|
18061
18066
|
},
|
|
18062
18067
|
"locationInModule": {
|
|
18063
18068
|
"filename": "lib/image-pipeline.ts",
|
|
18064
|
-
"line":
|
|
18069
|
+
"line": 412
|
|
18065
18070
|
},
|
|
18066
18071
|
"name": "grantStartExecution",
|
|
18067
18072
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18090,7 +18095,7 @@
|
|
|
18090
18095
|
},
|
|
18091
18096
|
"locationInModule": {
|
|
18092
18097
|
"filename": "lib/image-pipeline.ts",
|
|
18093
|
-
"line":
|
|
18098
|
+
"line": 444
|
|
18094
18099
|
},
|
|
18095
18100
|
"name": "onCVEDetected",
|
|
18096
18101
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18129,7 +18134,7 @@
|
|
|
18129
18134
|
},
|
|
18130
18135
|
"locationInModule": {
|
|
18131
18136
|
"filename": "lib/image-pipeline.ts",
|
|
18132
|
-
"line":
|
|
18137
|
+
"line": 424
|
|
18133
18138
|
},
|
|
18134
18139
|
"name": "onEvent",
|
|
18135
18140
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18168,7 +18173,7 @@
|
|
|
18168
18173
|
},
|
|
18169
18174
|
"locationInModule": {
|
|
18170
18175
|
"filename": "lib/image-pipeline.ts",
|
|
18171
|
-
"line":
|
|
18176
|
+
"line": 478
|
|
18172
18177
|
},
|
|
18173
18178
|
"name": "onImageBuildCompleted",
|
|
18174
18179
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18207,7 +18212,7 @@
|
|
|
18207
18212
|
},
|
|
18208
18213
|
"locationInModule": {
|
|
18209
18214
|
"filename": "lib/image-pipeline.ts",
|
|
18210
|
-
"line":
|
|
18215
|
+
"line": 496
|
|
18211
18216
|
},
|
|
18212
18217
|
"name": "onImageBuildFailed",
|
|
18213
18218
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18246,7 +18251,7 @@
|
|
|
18246
18251
|
},
|
|
18247
18252
|
"locationInModule": {
|
|
18248
18253
|
"filename": "lib/image-pipeline.ts",
|
|
18249
|
-
"line":
|
|
18254
|
+
"line": 463
|
|
18250
18255
|
},
|
|
18251
18256
|
"name": "onImageBuildStateChange",
|
|
18252
18257
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18285,7 +18290,7 @@
|
|
|
18285
18290
|
},
|
|
18286
18291
|
"locationInModule": {
|
|
18287
18292
|
"filename": "lib/image-pipeline.ts",
|
|
18288
|
-
"line":
|
|
18293
|
+
"line": 514
|
|
18289
18294
|
},
|
|
18290
18295
|
"name": "onImageBuildSucceeded",
|
|
18291
18296
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18324,7 +18329,7 @@
|
|
|
18324
18329
|
},
|
|
18325
18330
|
"locationInModule": {
|
|
18326
18331
|
"filename": "lib/image-pipeline.ts",
|
|
18327
|
-
"line":
|
|
18332
|
+
"line": 532
|
|
18328
18333
|
},
|
|
18329
18334
|
"name": "onImagePipelineAutoDisabled",
|
|
18330
18335
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18363,7 +18368,7 @@
|
|
|
18363
18368
|
},
|
|
18364
18369
|
"locationInModule": {
|
|
18365
18370
|
"filename": "lib/image-pipeline.ts",
|
|
18366
|
-
"line":
|
|
18371
|
+
"line": 550
|
|
18367
18372
|
},
|
|
18368
18373
|
"name": "onWaitForAction",
|
|
18369
18374
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18406,7 +18411,7 @@
|
|
|
18406
18411
|
"immutable": true,
|
|
18407
18412
|
"locationInModule": {
|
|
18408
18413
|
"filename": "lib/image-pipeline.ts",
|
|
18409
|
-
"line":
|
|
18414
|
+
"line": 566
|
|
18410
18415
|
},
|
|
18411
18416
|
"name": "PROPERTY_INJECTION_ID",
|
|
18412
18417
|
"static": true,
|
|
@@ -18422,7 +18427,7 @@
|
|
|
18422
18427
|
"immutable": true,
|
|
18423
18428
|
"locationInModule": {
|
|
18424
18429
|
"filename": "lib/image-pipeline.ts",
|
|
18425
|
-
"line":
|
|
18430
|
+
"line": 611
|
|
18426
18431
|
},
|
|
18427
18432
|
"name": "imagePipelineArn",
|
|
18428
18433
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18438,7 +18443,7 @@
|
|
|
18438
18443
|
"immutable": true,
|
|
18439
18444
|
"locationInModule": {
|
|
18440
18445
|
"filename": "lib/image-pipeline.ts",
|
|
18441
|
-
"line":
|
|
18446
|
+
"line": 616
|
|
18442
18447
|
},
|
|
18443
18448
|
"name": "imagePipelineName",
|
|
18444
18449
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImagePipeline",
|
|
@@ -18454,7 +18459,7 @@
|
|
|
18454
18459
|
"immutable": true,
|
|
18455
18460
|
"locationInModule": {
|
|
18456
18461
|
"filename": "lib/image-pipeline.ts",
|
|
18457
|
-
"line":
|
|
18462
|
+
"line": 621
|
|
18458
18463
|
},
|
|
18459
18464
|
"name": "infrastructureConfiguration",
|
|
18460
18465
|
"type": {
|
|
@@ -18470,7 +18475,7 @@
|
|
|
18470
18475
|
"immutable": true,
|
|
18471
18476
|
"locationInModule": {
|
|
18472
18477
|
"filename": "lib/image-pipeline.ts",
|
|
18473
|
-
"line":
|
|
18478
|
+
"line": 627
|
|
18474
18479
|
},
|
|
18475
18480
|
"name": "executionRole",
|
|
18476
18481
|
"optional": true,
|
|
@@ -19234,7 +19239,7 @@
|
|
|
19234
19239
|
},
|
|
19235
19240
|
"locationInModule": {
|
|
19236
19241
|
"filename": "lib/image-recipe.ts",
|
|
19237
|
-
"line":
|
|
19242
|
+
"line": 323
|
|
19238
19243
|
},
|
|
19239
19244
|
"parameters": [
|
|
19240
19245
|
{
|
|
@@ -19263,7 +19268,7 @@
|
|
|
19263
19268
|
"kind": "class",
|
|
19264
19269
|
"locationInModule": {
|
|
19265
19270
|
"filename": "lib/image-recipe.ts",
|
|
19266
|
-
"line":
|
|
19271
|
+
"line": 235
|
|
19267
19272
|
},
|
|
19268
19273
|
"methods": [
|
|
19269
19274
|
{
|
|
@@ -19273,7 +19278,7 @@
|
|
|
19273
19278
|
},
|
|
19274
19279
|
"locationInModule": {
|
|
19275
19280
|
"filename": "lib/image-recipe.ts",
|
|
19276
|
-
"line":
|
|
19281
|
+
"line": 243
|
|
19277
19282
|
},
|
|
19278
19283
|
"name": "fromImageRecipeArn",
|
|
19279
19284
|
"parameters": [
|
|
@@ -19311,7 +19316,7 @@
|
|
|
19311
19316
|
},
|
|
19312
19317
|
"locationInModule": {
|
|
19313
19318
|
"filename": "lib/image-recipe.ts",
|
|
19314
|
-
"line":
|
|
19319
|
+
"line": 260
|
|
19315
19320
|
},
|
|
19316
19321
|
"name": "fromImageRecipeAttributes",
|
|
19317
19322
|
"parameters": [
|
|
@@ -19349,7 +19354,7 @@
|
|
|
19349
19354
|
},
|
|
19350
19355
|
"locationInModule": {
|
|
19351
19356
|
"filename": "lib/image-recipe.ts",
|
|
19352
|
-
"line":
|
|
19357
|
+
"line": 251
|
|
19353
19358
|
},
|
|
19354
19359
|
"name": "fromImageRecipeName",
|
|
19355
19360
|
"parameters": [
|
|
@@ -19386,7 +19391,7 @@
|
|
|
19386
19391
|
},
|
|
19387
19392
|
"locationInModule": {
|
|
19388
19393
|
"filename": "lib/image-recipe.ts",
|
|
19389
|
-
"line":
|
|
19394
|
+
"line": 302
|
|
19390
19395
|
},
|
|
19391
19396
|
"name": "isImageRecipe",
|
|
19392
19397
|
"parameters": [
|
|
@@ -19411,7 +19416,7 @@
|
|
|
19411
19416
|
},
|
|
19412
19417
|
"locationInModule": {
|
|
19413
19418
|
"filename": "lib/image-recipe.ts",
|
|
19414
|
-
"line":
|
|
19419
|
+
"line": 387
|
|
19415
19420
|
},
|
|
19416
19421
|
"name": "addBlockDevice",
|
|
19417
19422
|
"parameters": [
|
|
@@ -19431,11 +19436,11 @@
|
|
|
19431
19436
|
{
|
|
19432
19437
|
"docs": {
|
|
19433
19438
|
"stability": "experimental",
|
|
19434
|
-
"summary": "Grant custom actions to the given grantee for the image recipe."
|
|
19439
|
+
"summary": "Grant custom actions to the given grantee for the image recipe [disable-awslint:no-grants]."
|
|
19435
19440
|
},
|
|
19436
19441
|
"locationInModule": {
|
|
19437
19442
|
"filename": "lib/image-recipe.ts",
|
|
19438
|
-
"line":
|
|
19443
|
+
"line": 192
|
|
19439
19444
|
},
|
|
19440
19445
|
"name": "grant",
|
|
19441
19446
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -19470,11 +19475,11 @@
|
|
|
19470
19475
|
{
|
|
19471
19476
|
"docs": {
|
|
19472
19477
|
"stability": "experimental",
|
|
19473
|
-
"summary": "Grant read permissions to the given grantee for the image recipe."
|
|
19478
|
+
"summary": "Grant read permissions to the given grantee for the image recipe [disable-awslint:no-grants]."
|
|
19474
19479
|
},
|
|
19475
19480
|
"locationInModule": {
|
|
19476
19481
|
"filename": "lib/image-recipe.ts",
|
|
19477
|
-
"line":
|
|
19482
|
+
"line": 207
|
|
19478
19483
|
},
|
|
19479
19484
|
"name": "grantRead",
|
|
19480
19485
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IRecipeBase",
|
|
@@ -19507,7 +19512,7 @@
|
|
|
19507
19512
|
"immutable": true,
|
|
19508
19513
|
"locationInModule": {
|
|
19509
19514
|
"filename": "lib/image-recipe.ts",
|
|
19510
|
-
"line":
|
|
19515
|
+
"line": 238
|
|
19511
19516
|
},
|
|
19512
19517
|
"name": "PROPERTY_INJECTION_ID",
|
|
19513
19518
|
"static": true,
|
|
@@ -19523,7 +19528,7 @@
|
|
|
19523
19528
|
"immutable": true,
|
|
19524
19529
|
"locationInModule": {
|
|
19525
19530
|
"filename": "lib/image-recipe.ts",
|
|
19526
|
-
"line":
|
|
19531
|
+
"line": 309
|
|
19527
19532
|
},
|
|
19528
19533
|
"name": "imageRecipeArn",
|
|
19529
19534
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImageRecipe",
|
|
@@ -19539,7 +19544,7 @@
|
|
|
19539
19544
|
"immutable": true,
|
|
19540
19545
|
"locationInModule": {
|
|
19541
19546
|
"filename": "lib/image-recipe.ts",
|
|
19542
|
-
"line":
|
|
19547
|
+
"line": 314
|
|
19543
19548
|
},
|
|
19544
19549
|
"name": "imageRecipeName",
|
|
19545
19550
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImageRecipe",
|
|
@@ -19555,7 +19560,7 @@
|
|
|
19555
19560
|
"immutable": true,
|
|
19556
19561
|
"locationInModule": {
|
|
19557
19562
|
"filename": "lib/image-recipe.ts",
|
|
19558
|
-
"line":
|
|
19563
|
+
"line": 319
|
|
19559
19564
|
},
|
|
19560
19565
|
"name": "imageRecipeVersion",
|
|
19561
19566
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IImageRecipe",
|
|
@@ -19935,7 +19940,7 @@
|
|
|
19935
19940
|
},
|
|
19936
19941
|
"locationInModule": {
|
|
19937
19942
|
"filename": "lib/infrastructure-configuration.ts",
|
|
19938
|
-
"line":
|
|
19943
|
+
"line": 406
|
|
19939
19944
|
},
|
|
19940
19945
|
"parameters": [
|
|
19941
19946
|
{
|
|
@@ -19965,7 +19970,7 @@
|
|
|
19965
19970
|
"kind": "class",
|
|
19966
19971
|
"locationInModule": {
|
|
19967
19972
|
"filename": "lib/infrastructure-configuration.ts",
|
|
19968
|
-
"line":
|
|
19973
|
+
"line": 326
|
|
19969
19974
|
},
|
|
19970
19975
|
"methods": [
|
|
19971
19976
|
{
|
|
@@ -19975,7 +19980,7 @@
|
|
|
19975
19980
|
},
|
|
19976
19981
|
"locationInModule": {
|
|
19977
19982
|
"filename": "lib/infrastructure-configuration.ts",
|
|
19978
|
-
"line":
|
|
19983
|
+
"line": 334
|
|
19979
19984
|
},
|
|
19980
19985
|
"name": "fromInfrastructureConfigurationArn",
|
|
19981
19986
|
"parameters": [
|
|
@@ -20013,7 +20018,7 @@
|
|
|
20013
20018
|
},
|
|
20014
20019
|
"locationInModule": {
|
|
20015
20020
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20016
|
-
"line":
|
|
20021
|
+
"line": 356
|
|
20017
20022
|
},
|
|
20018
20023
|
"name": "fromInfrastructureConfigurationName",
|
|
20019
20024
|
"parameters": [
|
|
@@ -20050,7 +20055,7 @@
|
|
|
20050
20055
|
},
|
|
20051
20056
|
"locationInModule": {
|
|
20052
20057
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20053
|
-
"line":
|
|
20058
|
+
"line": 375
|
|
20054
20059
|
},
|
|
20055
20060
|
"name": "isInfrastructureConfiguration",
|
|
20056
20061
|
"parameters": [
|
|
@@ -20071,11 +20076,11 @@
|
|
|
20071
20076
|
{
|
|
20072
20077
|
"docs": {
|
|
20073
20078
|
"stability": "experimental",
|
|
20074
|
-
"summary": "Grant custom actions to the given grantee for the infrastructure configuration."
|
|
20079
|
+
"summary": "Grant custom actions to the given grantee for the infrastructure configuration [disable-awslint:no-grants]."
|
|
20075
20080
|
},
|
|
20076
20081
|
"locationInModule": {
|
|
20077
20082
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20078
|
-
"line":
|
|
20083
|
+
"line": 301
|
|
20079
20084
|
},
|
|
20080
20085
|
"name": "grant",
|
|
20081
20086
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20110,11 +20115,11 @@
|
|
|
20110
20115
|
{
|
|
20111
20116
|
"docs": {
|
|
20112
20117
|
"stability": "experimental",
|
|
20113
|
-
"summary": "Grant read permissions to the given grantee for the infrastructure configuration."
|
|
20118
|
+
"summary": "Grant read permissions to the given grantee for the infrastructure configuration [disable-awslint:no-grants]."
|
|
20114
20119
|
},
|
|
20115
20120
|
"locationInModule": {
|
|
20116
20121
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20117
|
-
"line":
|
|
20122
|
+
"line": 316
|
|
20118
20123
|
},
|
|
20119
20124
|
"name": "grantRead",
|
|
20120
20125
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20147,7 +20152,7 @@
|
|
|
20147
20152
|
"immutable": true,
|
|
20148
20153
|
"locationInModule": {
|
|
20149
20154
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20150
|
-
"line":
|
|
20155
|
+
"line": 329
|
|
20151
20156
|
},
|
|
20152
20157
|
"name": "PROPERTY_INJECTION_ID",
|
|
20153
20158
|
"static": true,
|
|
@@ -20163,7 +20168,7 @@
|
|
|
20163
20168
|
"immutable": true,
|
|
20164
20169
|
"locationInModule": {
|
|
20165
20170
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20166
|
-
"line":
|
|
20171
|
+
"line": 382
|
|
20167
20172
|
},
|
|
20168
20173
|
"name": "infrastructureConfigurationArn",
|
|
20169
20174
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20179,7 +20184,7 @@
|
|
|
20179
20184
|
"immutable": true,
|
|
20180
20185
|
"locationInModule": {
|
|
20181
20186
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20182
|
-
"line":
|
|
20187
|
+
"line": 387
|
|
20183
20188
|
},
|
|
20184
20189
|
"name": "infrastructureConfigurationName",
|
|
20185
20190
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IInfrastructureConfiguration",
|
|
@@ -20195,7 +20200,7 @@
|
|
|
20195
20200
|
"immutable": true,
|
|
20196
20201
|
"locationInModule": {
|
|
20197
20202
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20198
|
-
"line":
|
|
20203
|
+
"line": 392
|
|
20199
20204
|
},
|
|
20200
20205
|
"name": "instanceProfile",
|
|
20201
20206
|
"type": {
|
|
@@ -20210,7 +20215,7 @@
|
|
|
20210
20215
|
"immutable": true,
|
|
20211
20216
|
"locationInModule": {
|
|
20212
20217
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20213
|
-
"line":
|
|
20218
|
+
"line": 402
|
|
20214
20219
|
},
|
|
20215
20220
|
"name": "logBucket",
|
|
20216
20221
|
"optional": true,
|
|
@@ -20226,7 +20231,7 @@
|
|
|
20226
20231
|
"immutable": true,
|
|
20227
20232
|
"locationInModule": {
|
|
20228
20233
|
"filename": "lib/infrastructure-configuration.ts",
|
|
20229
|
-
"line":
|
|
20234
|
+
"line": 397
|
|
20230
20235
|
},
|
|
20231
20236
|
"name": "role",
|
|
20232
20237
|
"optional": true,
|
|
@@ -20801,7 +20806,7 @@
|
|
|
20801
20806
|
},
|
|
20802
20807
|
"locationInModule": {
|
|
20803
20808
|
"filename": "lib/lifecycle-policy.ts",
|
|
20804
|
-
"line":
|
|
20809
|
+
"line": 429
|
|
20805
20810
|
},
|
|
20806
20811
|
"parameters": [
|
|
20807
20812
|
{
|
|
@@ -20830,7 +20835,7 @@
|
|
|
20830
20835
|
"kind": "class",
|
|
20831
20836
|
"locationInModule": {
|
|
20832
20837
|
"filename": "lib/lifecycle-policy.ts",
|
|
20833
|
-
"line":
|
|
20838
|
+
"line": 369
|
|
20834
20839
|
},
|
|
20835
20840
|
"methods": [
|
|
20836
20841
|
{
|
|
@@ -20840,7 +20845,7 @@
|
|
|
20840
20845
|
},
|
|
20841
20846
|
"locationInModule": {
|
|
20842
20847
|
"filename": "lib/lifecycle-policy.ts",
|
|
20843
|
-
"line":
|
|
20848
|
+
"line": 377
|
|
20844
20849
|
},
|
|
20845
20850
|
"name": "fromLifecyclePolicyArn",
|
|
20846
20851
|
"parameters": [
|
|
@@ -20878,7 +20883,7 @@
|
|
|
20878
20883
|
},
|
|
20879
20884
|
"locationInModule": {
|
|
20880
20885
|
"filename": "lib/lifecycle-policy.ts",
|
|
20881
|
-
"line":
|
|
20886
|
+
"line": 395
|
|
20882
20887
|
},
|
|
20883
20888
|
"name": "fromLifecyclePolicyName",
|
|
20884
20889
|
"parameters": [
|
|
@@ -20915,7 +20920,7 @@
|
|
|
20915
20920
|
},
|
|
20916
20921
|
"locationInModule": {
|
|
20917
20922
|
"filename": "lib/lifecycle-policy.ts",
|
|
20918
|
-
"line":
|
|
20923
|
+
"line": 410
|
|
20919
20924
|
},
|
|
20920
20925
|
"name": "isLifecyclePolicy",
|
|
20921
20926
|
"parameters": [
|
|
@@ -20936,11 +20941,11 @@
|
|
|
20936
20941
|
{
|
|
20937
20942
|
"docs": {
|
|
20938
20943
|
"stability": "experimental",
|
|
20939
|
-
"summary": "
|
|
20944
|
+
"summary": "[disable-awslint:no-grants]."
|
|
20940
20945
|
},
|
|
20941
20946
|
"locationInModule": {
|
|
20942
20947
|
"filename": "lib/lifecycle-policy.ts",
|
|
20943
|
-
"line":
|
|
20948
|
+
"line": 347
|
|
20944
20949
|
},
|
|
20945
20950
|
"name": "grant",
|
|
20946
20951
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -20969,11 +20974,11 @@
|
|
|
20969
20974
|
{
|
|
20970
20975
|
"docs": {
|
|
20971
20976
|
"stability": "experimental",
|
|
20972
|
-
"summary": "
|
|
20977
|
+
"summary": "[disable-awslint:no-grants]."
|
|
20973
20978
|
},
|
|
20974
20979
|
"locationInModule": {
|
|
20975
20980
|
"filename": "lib/lifecycle-policy.ts",
|
|
20976
|
-
"line":
|
|
20981
|
+
"line": 359
|
|
20977
20982
|
},
|
|
20978
20983
|
"name": "grantRead",
|
|
20979
20984
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -21003,7 +21008,7 @@
|
|
|
21003
21008
|
"immutable": true,
|
|
21004
21009
|
"locationInModule": {
|
|
21005
21010
|
"filename": "lib/lifecycle-policy.ts",
|
|
21006
|
-
"line":
|
|
21011
|
+
"line": 372
|
|
21007
21012
|
},
|
|
21008
21013
|
"name": "PROPERTY_INJECTION_ID",
|
|
21009
21014
|
"static": true,
|
|
@@ -21019,7 +21024,7 @@
|
|
|
21019
21024
|
"immutable": true,
|
|
21020
21025
|
"locationInModule": {
|
|
21021
21026
|
"filename": "lib/lifecycle-policy.ts",
|
|
21022
|
-
"line":
|
|
21027
|
+
"line": 427
|
|
21023
21028
|
},
|
|
21024
21029
|
"name": "executionRole",
|
|
21025
21030
|
"type": {
|
|
@@ -21034,7 +21039,7 @@
|
|
|
21034
21039
|
"immutable": true,
|
|
21035
21040
|
"locationInModule": {
|
|
21036
21041
|
"filename": "lib/lifecycle-policy.ts",
|
|
21037
|
-
"line":
|
|
21042
|
+
"line": 417
|
|
21038
21043
|
},
|
|
21039
21044
|
"name": "lifecyclePolicyArn",
|
|
21040
21045
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -21050,7 +21055,7 @@
|
|
|
21050
21055
|
"immutable": true,
|
|
21051
21056
|
"locationInModule": {
|
|
21052
21057
|
"filename": "lib/lifecycle-policy.ts",
|
|
21053
|
-
"line":
|
|
21058
|
+
"line": 422
|
|
21054
21059
|
},
|
|
21055
21060
|
"name": "lifecyclePolicyName",
|
|
21056
21061
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.ILifecyclePolicy",
|
|
@@ -22511,7 +22516,7 @@
|
|
|
22511
22516
|
"kind": "class",
|
|
22512
22517
|
"locationInModule": {
|
|
22513
22518
|
"filename": "lib/distribution-configuration.ts",
|
|
22514
|
-
"line":
|
|
22519
|
+
"line": 399
|
|
22515
22520
|
},
|
|
22516
22521
|
"methods": [
|
|
22517
22522
|
{
|
|
@@ -22521,7 +22526,7 @@
|
|
|
22521
22526
|
},
|
|
22522
22527
|
"locationInModule": {
|
|
22523
22528
|
"filename": "lib/distribution-configuration.ts",
|
|
22524
|
-
"line":
|
|
22529
|
+
"line": 405
|
|
22525
22530
|
},
|
|
22526
22531
|
"name": "fromEcr",
|
|
22527
22532
|
"parameters": [
|
|
@@ -22554,7 +22559,7 @@
|
|
|
22554
22559
|
"immutable": true,
|
|
22555
22560
|
"locationInModule": {
|
|
22556
22561
|
"filename": "lib/distribution-configuration.ts",
|
|
22557
|
-
"line":
|
|
22562
|
+
"line": 417
|
|
22558
22563
|
},
|
|
22559
22564
|
"name": "repositoryName",
|
|
22560
22565
|
"type": {
|
|
@@ -22570,7 +22575,7 @@
|
|
|
22570
22575
|
"immutable": true,
|
|
22571
22576
|
"locationInModule": {
|
|
22572
22577
|
"filename": "lib/distribution-configuration.ts",
|
|
22573
|
-
"line":
|
|
22578
|
+
"line": 422
|
|
22574
22579
|
},
|
|
22575
22580
|
"name": "service",
|
|
22576
22581
|
"type": {
|
|
@@ -22590,7 +22595,7 @@
|
|
|
22590
22595
|
"kind": "enum",
|
|
22591
22596
|
"locationInModule": {
|
|
22592
22597
|
"filename": "lib/distribution-configuration.ts",
|
|
22593
|
-
"line":
|
|
22598
|
+
"line": 389
|
|
22594
22599
|
},
|
|
22595
22600
|
"members": [
|
|
22596
22601
|
{
|
|
@@ -22650,11 +22655,11 @@
|
|
|
22650
22655
|
{
|
|
22651
22656
|
"docs": {
|
|
22652
22657
|
"stability": "experimental",
|
|
22653
|
-
"summary": "Grant put permissions to the given grantee for the component data in S3."
|
|
22658
|
+
"summary": "Grant put permissions to the given grantee for the component data in S3 [disable-awslint:no-grants]."
|
|
22654
22659
|
},
|
|
22655
22660
|
"locationInModule": {
|
|
22656
22661
|
"filename": "lib/component.ts",
|
|
22657
|
-
"line":
|
|
22662
|
+
"line": 807
|
|
22658
22663
|
},
|
|
22659
22664
|
"name": "grantPut",
|
|
22660
22665
|
"parameters": [
|
|
@@ -22677,11 +22682,11 @@
|
|
|
22677
22682
|
{
|
|
22678
22683
|
"docs": {
|
|
22679
22684
|
"stability": "experimental",
|
|
22680
|
-
"summary": "Grant read permissions to the given grantee for the component data in S3."
|
|
22685
|
+
"summary": "Grant read permissions to the given grantee for the component data in S3 [disable-awslint:no-grants]."
|
|
22681
22686
|
},
|
|
22682
22687
|
"locationInModule": {
|
|
22683
22688
|
"filename": "lib/component.ts",
|
|
22684
|
-
"line":
|
|
22689
|
+
"line": 817
|
|
22685
22690
|
},
|
|
22686
22691
|
"name": "grantRead",
|
|
22687
22692
|
"parameters": [
|
|
@@ -22800,11 +22805,11 @@
|
|
|
22800
22805
|
{
|
|
22801
22806
|
"docs": {
|
|
22802
22807
|
"stability": "experimental",
|
|
22803
|
-
"summary": "Grant put permissions to the given grantee for the dockerfile data in S3."
|
|
22808
|
+
"summary": "Grant put permissions to the given grantee for the dockerfile data in S3 [disable-awslint:no-grants]."
|
|
22804
22809
|
},
|
|
22805
22810
|
"locationInModule": {
|
|
22806
22811
|
"filename": "lib/container-recipe.ts",
|
|
22807
|
-
"line":
|
|
22812
|
+
"line": 263
|
|
22808
22813
|
},
|
|
22809
22814
|
"name": "grantPut",
|
|
22810
22815
|
"parameters": [
|
|
@@ -22827,11 +22832,11 @@
|
|
|
22827
22832
|
{
|
|
22828
22833
|
"docs": {
|
|
22829
22834
|
"stability": "experimental",
|
|
22830
|
-
"summary": "Grant read permissions to the given grantee for the dockerfile data in S3."
|
|
22835
|
+
"summary": "Grant read permissions to the given grantee for the dockerfile data in S3 [disable-awslint:no-grants]."
|
|
22831
22836
|
},
|
|
22832
22837
|
"locationInModule": {
|
|
22833
22838
|
"filename": "lib/container-recipe.ts",
|
|
22834
|
-
"line":
|
|
22839
|
+
"line": 273
|
|
22835
22840
|
},
|
|
22836
22841
|
"name": "grantRead",
|
|
22837
22842
|
"parameters": [
|
|
@@ -22950,11 +22955,11 @@
|
|
|
22950
22955
|
{
|
|
22951
22956
|
"docs": {
|
|
22952
22957
|
"stability": "experimental",
|
|
22953
|
-
"summary": "Grant put permissions to the given grantee for the workflow data in S3."
|
|
22958
|
+
"summary": "Grant put permissions to the given grantee for the workflow data in S3 [disable-awslint:no-grants]."
|
|
22954
22959
|
},
|
|
22955
22960
|
"locationInModule": {
|
|
22956
22961
|
"filename": "lib/workflow.ts",
|
|
22957
|
-
"line":
|
|
22962
|
+
"line": 436
|
|
22958
22963
|
},
|
|
22959
22964
|
"name": "grantPut",
|
|
22960
22965
|
"parameters": [
|
|
@@ -22977,11 +22982,11 @@
|
|
|
22977
22982
|
{
|
|
22978
22983
|
"docs": {
|
|
22979
22984
|
"stability": "experimental",
|
|
22980
|
-
"summary": "Grant read permissions to the given grantee for the workflow data in S3."
|
|
22985
|
+
"summary": "Grant read permissions to the given grantee for the workflow data in S3 [disable-awslint:no-grants]."
|
|
22981
22986
|
},
|
|
22982
22987
|
"locationInModule": {
|
|
22983
22988
|
"filename": "lib/workflow.ts",
|
|
22984
|
-
"line":
|
|
22989
|
+
"line": 446
|
|
22985
22990
|
},
|
|
22986
22991
|
"name": "grantRead",
|
|
22987
22992
|
"parameters": [
|
|
@@ -23226,7 +23231,7 @@
|
|
|
23226
23231
|
},
|
|
23227
23232
|
"locationInModule": {
|
|
23228
23233
|
"filename": "lib/workflow.ts",
|
|
23229
|
-
"line":
|
|
23234
|
+
"line": 735
|
|
23230
23235
|
},
|
|
23231
23236
|
"parameters": [
|
|
23232
23237
|
{
|
|
@@ -23255,7 +23260,7 @@
|
|
|
23255
23260
|
"kind": "class",
|
|
23256
23261
|
"locationInModule": {
|
|
23257
23262
|
"filename": "lib/workflow.ts",
|
|
23258
|
-
"line":
|
|
23263
|
+
"line": 617
|
|
23259
23264
|
},
|
|
23260
23265
|
"methods": [
|
|
23261
23266
|
{
|
|
@@ -23265,7 +23270,7 @@
|
|
|
23265
23270
|
},
|
|
23266
23271
|
"locationInModule": {
|
|
23267
23272
|
"filename": "lib/workflow.ts",
|
|
23268
|
-
"line":
|
|
23273
|
+
"line": 625
|
|
23269
23274
|
},
|
|
23270
23275
|
"name": "fromWorkflowArn",
|
|
23271
23276
|
"parameters": [
|
|
@@ -23303,7 +23308,7 @@
|
|
|
23303
23308
|
},
|
|
23304
23309
|
"locationInModule": {
|
|
23305
23310
|
"filename": "lib/workflow.ts",
|
|
23306
|
-
"line":
|
|
23311
|
+
"line": 634
|
|
23307
23312
|
},
|
|
23308
23313
|
"name": "fromWorkflowAttributes",
|
|
23309
23314
|
"parameters": [
|
|
@@ -23340,7 +23345,7 @@
|
|
|
23340
23345
|
},
|
|
23341
23346
|
"locationInModule": {
|
|
23342
23347
|
"filename": "lib/workflow.ts",
|
|
23343
|
-
"line":
|
|
23348
|
+
"line": 711
|
|
23344
23349
|
},
|
|
23345
23350
|
"name": "isWorkflow",
|
|
23346
23351
|
"parameters": [
|
|
@@ -23361,11 +23366,11 @@
|
|
|
23361
23366
|
{
|
|
23362
23367
|
"docs": {
|
|
23363
23368
|
"stability": "experimental",
|
|
23364
|
-
"summary": "Grant custom actions to the given grantee for the workflow."
|
|
23369
|
+
"summary": "Grant custom actions to the given grantee for the workflow [disable-awslint:no-grants]."
|
|
23365
23370
|
},
|
|
23366
23371
|
"locationInModule": {
|
|
23367
23372
|
"filename": "lib/workflow.ts",
|
|
23368
|
-
"line":
|
|
23373
|
+
"line": 592
|
|
23369
23374
|
},
|
|
23370
23375
|
"name": "grant",
|
|
23371
23376
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23400,11 +23405,11 @@
|
|
|
23400
23405
|
{
|
|
23401
23406
|
"docs": {
|
|
23402
23407
|
"stability": "experimental",
|
|
23403
|
-
"summary": "Grant read permissions to the given grantee for the workflow."
|
|
23408
|
+
"summary": "Grant read permissions to the given grantee for the workflow [disable-awslint:no-grants]."
|
|
23404
23409
|
},
|
|
23405
23410
|
"locationInModule": {
|
|
23406
23411
|
"filename": "lib/workflow.ts",
|
|
23407
|
-
"line":
|
|
23412
|
+
"line": 607
|
|
23408
23413
|
},
|
|
23409
23414
|
"name": "grantRead",
|
|
23410
23415
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23437,7 +23442,7 @@
|
|
|
23437
23442
|
"immutable": true,
|
|
23438
23443
|
"locationInModule": {
|
|
23439
23444
|
"filename": "lib/workflow.ts",
|
|
23440
|
-
"line":
|
|
23445
|
+
"line": 620
|
|
23441
23446
|
},
|
|
23442
23447
|
"name": "PROPERTY_INJECTION_ID",
|
|
23443
23448
|
"static": true,
|
|
@@ -23453,7 +23458,7 @@
|
|
|
23453
23458
|
"immutable": true,
|
|
23454
23459
|
"locationInModule": {
|
|
23455
23460
|
"filename": "lib/workflow.ts",
|
|
23456
|
-
"line":
|
|
23461
|
+
"line": 718
|
|
23457
23462
|
},
|
|
23458
23463
|
"name": "workflowArn",
|
|
23459
23464
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23469,7 +23474,7 @@
|
|
|
23469
23474
|
"immutable": true,
|
|
23470
23475
|
"locationInModule": {
|
|
23471
23476
|
"filename": "lib/workflow.ts",
|
|
23472
|
-
"line":
|
|
23477
|
+
"line": 723
|
|
23473
23478
|
},
|
|
23474
23479
|
"name": "workflowName",
|
|
23475
23480
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23485,7 +23490,7 @@
|
|
|
23485
23490
|
"immutable": true,
|
|
23486
23491
|
"locationInModule": {
|
|
23487
23492
|
"filename": "lib/workflow.ts",
|
|
23488
|
-
"line":
|
|
23493
|
+
"line": 728
|
|
23489
23494
|
},
|
|
23490
23495
|
"name": "workflowType",
|
|
23491
23496
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23501,7 +23506,7 @@
|
|
|
23501
23506
|
"immutable": true,
|
|
23502
23507
|
"locationInModule": {
|
|
23503
23508
|
"filename": "lib/workflow.ts",
|
|
23504
|
-
"line":
|
|
23509
|
+
"line": 733
|
|
23505
23510
|
},
|
|
23506
23511
|
"name": "workflowVersion",
|
|
23507
23512
|
"overrides": "@aws-cdk/aws-imagebuilder-alpha.IWorkflow",
|
|
@@ -23761,7 +23766,7 @@
|
|
|
23761
23766
|
"kind": "interface",
|
|
23762
23767
|
"locationInModule": {
|
|
23763
23768
|
"filename": "lib/workflow.ts",
|
|
23764
|
-
"line":
|
|
23769
|
+
"line": 532
|
|
23765
23770
|
},
|
|
23766
23771
|
"name": "WorkflowConfiguration",
|
|
23767
23772
|
"properties": [
|
|
@@ -23774,7 +23779,7 @@
|
|
|
23774
23779
|
"immutable": true,
|
|
23775
23780
|
"locationInModule": {
|
|
23776
23781
|
"filename": "lib/workflow.ts",
|
|
23777
|
-
"line":
|
|
23782
|
+
"line": 536
|
|
23778
23783
|
},
|
|
23779
23784
|
"name": "workflow",
|
|
23780
23785
|
"type": {
|
|
@@ -23791,7 +23796,7 @@
|
|
|
23791
23796
|
"immutable": true,
|
|
23792
23797
|
"locationInModule": {
|
|
23793
23798
|
"filename": "lib/workflow.ts",
|
|
23794
|
-
"line":
|
|
23799
|
+
"line": 543
|
|
23795
23800
|
},
|
|
23796
23801
|
"name": "onFailure",
|
|
23797
23802
|
"optional": true,
|
|
@@ -23810,7 +23815,7 @@
|
|
|
23810
23815
|
"immutable": true,
|
|
23811
23816
|
"locationInModule": {
|
|
23812
23817
|
"filename": "lib/workflow.ts",
|
|
23813
|
-
"line":
|
|
23818
|
+
"line": 551
|
|
23814
23819
|
},
|
|
23815
23820
|
"name": "parallelGroup",
|
|
23816
23821
|
"optional": true,
|
|
@@ -23828,7 +23833,7 @@
|
|
|
23828
23833
|
"immutable": true,
|
|
23829
23834
|
"locationInModule": {
|
|
23830
23835
|
"filename": "lib/workflow.ts",
|
|
23831
|
-
"line":
|
|
23836
|
+
"line": 558
|
|
23832
23837
|
},
|
|
23833
23838
|
"name": "parameters",
|
|
23834
23839
|
"optional": true,
|
|
@@ -24199,7 +24204,7 @@
|
|
|
24199
24204
|
},
|
|
24200
24205
|
"locationInModule": {
|
|
24201
24206
|
"filename": "lib/workflow.ts",
|
|
24202
|
-
"line":
|
|
24207
|
+
"line": 524
|
|
24203
24208
|
},
|
|
24204
24209
|
"parameters": [
|
|
24205
24210
|
{
|
|
@@ -24219,7 +24224,7 @@
|
|
|
24219
24224
|
"kind": "class",
|
|
24220
24225
|
"locationInModule": {
|
|
24221
24226
|
"filename": "lib/workflow.ts",
|
|
24222
|
-
"line":
|
|
24227
|
+
"line": 483
|
|
24223
24228
|
},
|
|
24224
24229
|
"methods": [
|
|
24225
24230
|
{
|
|
@@ -24229,7 +24234,7 @@
|
|
|
24229
24234
|
},
|
|
24230
24235
|
"locationInModule": {
|
|
24231
24236
|
"filename": "lib/workflow.ts",
|
|
24232
|
-
"line":
|
|
24237
|
+
"line": 489
|
|
24233
24238
|
},
|
|
24234
24239
|
"name": "fromBoolean",
|
|
24235
24240
|
"parameters": [
|
|
@@ -24257,7 +24262,7 @@
|
|
|
24257
24262
|
},
|
|
24258
24263
|
"locationInModule": {
|
|
24259
24264
|
"filename": "lib/workflow.ts",
|
|
24260
|
-
"line":
|
|
24265
|
+
"line": 498
|
|
24261
24266
|
},
|
|
24262
24267
|
"name": "fromInteger",
|
|
24263
24268
|
"parameters": [
|
|
@@ -24285,7 +24290,7 @@
|
|
|
24285
24290
|
},
|
|
24286
24291
|
"locationInModule": {
|
|
24287
24292
|
"filename": "lib/workflow.ts",
|
|
24288
|
-
"line":
|
|
24293
|
+
"line": 506
|
|
24289
24294
|
},
|
|
24290
24295
|
"name": "fromString",
|
|
24291
24296
|
"parameters": [
|
|
@@ -24313,7 +24318,7 @@
|
|
|
24313
24318
|
},
|
|
24314
24319
|
"locationInModule": {
|
|
24315
24320
|
"filename": "lib/workflow.ts",
|
|
24316
|
-
"line":
|
|
24321
|
+
"line": 515
|
|
24317
24322
|
},
|
|
24318
24323
|
"name": "fromStringList",
|
|
24319
24324
|
"parameters": [
|
|
@@ -24350,7 +24355,7 @@
|
|
|
24350
24355
|
"immutable": true,
|
|
24351
24356
|
"locationInModule": {
|
|
24352
24357
|
"filename": "lib/workflow.ts",
|
|
24353
|
-
"line":
|
|
24358
|
+
"line": 522
|
|
24354
24359
|
},
|
|
24355
24360
|
"name": "value",
|
|
24356
24361
|
"type": {
|
|
@@ -24604,6 +24609,6 @@
|
|
|
24604
24609
|
"symbolId": "lib/workflow:WorkflowType"
|
|
24605
24610
|
}
|
|
24606
24611
|
},
|
|
24607
|
-
"version": "2.
|
|
24612
|
+
"version": "2.235.0-alpha.0",
|
|
24608
24613
|
"fingerprint": "**********"
|
|
24609
24614
|
}
|