@aws-cdk/cloud-assembly-schema 2.2.0 → 2.6.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 +322 -322
- package/.jsii.tabl.json +1622 -0
- package/.warnings.jsii.js +13 -13
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "1.
|
|
19
|
+
"jsiiVersion": "1.50.0 (build d1830a4)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"docs": {
|
|
76
76
|
"stability": "stable",
|
|
77
77
|
"summary": "Query to AMI context provider.",
|
|
78
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
78
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst amiContextQuery: cloud_assembly_schema.AmiContextQuery = {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n};",
|
|
79
79
|
"custom": {
|
|
80
80
|
"exampleMetadata": "fixture=_generated"
|
|
81
81
|
}
|
|
@@ -130,6 +130,22 @@
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"abstract": true,
|
|
135
|
+
"docs": {
|
|
136
|
+
"stability": "stable",
|
|
137
|
+
"summary": "Region to query."
|
|
138
|
+
},
|
|
139
|
+
"immutable": true,
|
|
140
|
+
"locationInModule": {
|
|
141
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
142
|
+
"line": 70
|
|
143
|
+
},
|
|
144
|
+
"name": "region",
|
|
145
|
+
"type": {
|
|
146
|
+
"primitive": "string"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
133
149
|
{
|
|
134
150
|
"abstract": true,
|
|
135
151
|
"docs": {
|
|
@@ -170,22 +186,6 @@
|
|
|
170
186
|
"kind": "array"
|
|
171
187
|
}
|
|
172
188
|
}
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"abstract": true,
|
|
176
|
-
"docs": {
|
|
177
|
-
"stability": "stable",
|
|
178
|
-
"summary": "Region to query."
|
|
179
|
-
},
|
|
180
|
-
"immutable": true,
|
|
181
|
-
"locationInModule": {
|
|
182
|
-
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
183
|
-
"line": 70
|
|
184
|
-
},
|
|
185
|
-
"name": "region",
|
|
186
|
-
"type": {
|
|
187
|
-
"primitive": "string"
|
|
188
|
-
}
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
191
|
"symbolId": "lib/cloud-assembly/context-queries:AmiContextQuery"
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"docs": {
|
|
197
197
|
"stability": "stable",
|
|
198
198
|
"summary": "A manifest for a single artifact within the cloud assembly.",
|
|
199
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
199
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst artifactManifest: cloud_assembly_schema.ArtifactManifest = {\n type: cloud_assembly_schema.ArtifactType.NONE,\n\n // the properties below are optional\n dependencies: ['dependencies'],\n displayName: 'displayName',\n environment: 'environment',\n metadata: {\n metadataKey: [{\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n }],\n },\n properties: {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n },\n};",
|
|
200
200
|
"custom": {
|
|
201
201
|
"exampleMetadata": "fixture=_generated"
|
|
202
202
|
}
|
|
@@ -209,6 +209,22 @@
|
|
|
209
209
|
},
|
|
210
210
|
"name": "ArtifactManifest",
|
|
211
211
|
"properties": [
|
|
212
|
+
{
|
|
213
|
+
"abstract": true,
|
|
214
|
+
"docs": {
|
|
215
|
+
"stability": "stable",
|
|
216
|
+
"summary": "The type of artifact."
|
|
217
|
+
},
|
|
218
|
+
"immutable": true,
|
|
219
|
+
"locationInModule": {
|
|
220
|
+
"filename": "lib/cloud-assembly/schema.ts",
|
|
221
|
+
"line": 72
|
|
222
|
+
},
|
|
223
|
+
"name": "type",
|
|
224
|
+
"type": {
|
|
225
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.ArtifactType"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
212
228
|
{
|
|
213
229
|
"abstract": true,
|
|
214
230
|
"docs": {
|
|
@@ -329,22 +345,6 @@
|
|
|
329
345
|
]
|
|
330
346
|
}
|
|
331
347
|
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"abstract": true,
|
|
335
|
-
"docs": {
|
|
336
|
-
"stability": "stable",
|
|
337
|
-
"summary": "The type of artifact."
|
|
338
|
-
},
|
|
339
|
-
"immutable": true,
|
|
340
|
-
"locationInModule": {
|
|
341
|
-
"filename": "lib/cloud-assembly/schema.ts",
|
|
342
|
-
"line": 72
|
|
343
|
-
},
|
|
344
|
-
"name": "type",
|
|
345
|
-
"type": {
|
|
346
|
-
"fqn": "@aws-cdk/cloud-assembly-schema.ArtifactType"
|
|
347
|
-
}
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
350
|
"symbolId": "lib/cloud-assembly/schema:ArtifactManifest"
|
|
@@ -424,9 +424,9 @@
|
|
|
424
424
|
{
|
|
425
425
|
"docs": {
|
|
426
426
|
"stability": "stable",
|
|
427
|
-
"summary": "
|
|
427
|
+
"summary": "Stub required because of JSII."
|
|
428
428
|
},
|
|
429
|
-
"name": "
|
|
429
|
+
"name": "NONE"
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
432
|
"docs": {
|
|
@@ -445,16 +445,16 @@
|
|
|
445
445
|
{
|
|
446
446
|
"docs": {
|
|
447
447
|
"stability": "stable",
|
|
448
|
-
"summary": "
|
|
448
|
+
"summary": "Manifest for all assets in the Cloud Assembly."
|
|
449
449
|
},
|
|
450
|
-
"name": "
|
|
450
|
+
"name": "ASSET_MANIFEST"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"docs": {
|
|
454
454
|
"stability": "stable",
|
|
455
|
-
"summary": "
|
|
455
|
+
"summary": "Nested Cloud Assembly."
|
|
456
456
|
},
|
|
457
|
-
"name": "
|
|
457
|
+
"name": "NESTED_CLOUD_ASSEMBLY"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
460
460
|
"name": "ArtifactType",
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"docs": {
|
|
467
467
|
"stability": "stable",
|
|
468
468
|
"summary": "A manifest which describes the cloud assembly.",
|
|
469
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
469
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst assemblyManifest: cloud_assembly_schema.AssemblyManifest = {\n version: 'version',\n\n // the properties below are optional\n artifacts: {\n artifactsKey: {\n type: cloud_assembly_schema.ArtifactType.NONE,\n\n // the properties below are optional\n dependencies: ['dependencies'],\n displayName: 'displayName',\n environment: 'environment',\n metadata: {\n metadataKey: [{\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n }],\n },\n properties: {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n },\n },\n },\n missing: [{\n key: 'key',\n props: {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n },\n provider: cloud_assembly_schema.ContextProvider.AMI_PROVIDER,\n }],\n runtime: {\n libraries: {\n librariesKey: 'libraries',\n },\n },\n};",
|
|
470
470
|
"custom": {
|
|
471
471
|
"exampleMetadata": "fixture=_generated"
|
|
472
472
|
}
|
|
@@ -479,6 +479,22 @@
|
|
|
479
479
|
},
|
|
480
480
|
"name": "AssemblyManifest",
|
|
481
481
|
"properties": [
|
|
482
|
+
{
|
|
483
|
+
"abstract": true,
|
|
484
|
+
"docs": {
|
|
485
|
+
"stability": "stable",
|
|
486
|
+
"summary": "Protocol version."
|
|
487
|
+
},
|
|
488
|
+
"immutable": true,
|
|
489
|
+
"locationInModule": {
|
|
490
|
+
"filename": "lib/cloud-assembly/schema.ts",
|
|
491
|
+
"line": 117
|
|
492
|
+
},
|
|
493
|
+
"name": "version",
|
|
494
|
+
"type": {
|
|
495
|
+
"primitive": "string"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
482
498
|
{
|
|
483
499
|
"abstract": true,
|
|
484
500
|
"docs": {
|
|
@@ -543,22 +559,6 @@
|
|
|
543
559
|
"type": {
|
|
544
560
|
"fqn": "@aws-cdk/cloud-assembly-schema.RuntimeInfo"
|
|
545
561
|
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"abstract": true,
|
|
549
|
-
"docs": {
|
|
550
|
-
"stability": "stable",
|
|
551
|
-
"summary": "Protocol version."
|
|
552
|
-
},
|
|
553
|
-
"immutable": true,
|
|
554
|
-
"locationInModule": {
|
|
555
|
-
"filename": "lib/cloud-assembly/schema.ts",
|
|
556
|
-
"line": 117
|
|
557
|
-
},
|
|
558
|
-
"name": "version",
|
|
559
|
-
"type": {
|
|
560
|
-
"primitive": "string"
|
|
561
|
-
}
|
|
562
562
|
}
|
|
563
563
|
],
|
|
564
564
|
"symbolId": "lib/cloud-assembly/schema:AssemblyManifest"
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"docs": {
|
|
570
570
|
"stability": "stable",
|
|
571
571
|
"summary": "Definitions for the asset manifest.",
|
|
572
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
572
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst assetManifest: cloud_assembly_schema.AssetManifest = {\n version: 'version',\n\n // the properties below are optional\n dockerImages: {\n dockerImagesKey: {\n destinations: {\n destinationsKey: {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n },\n },\n },\n files: {\n filesKey: {\n destinations: {\n destinationsKey: {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n },\n },\n },\n};",
|
|
573
573
|
"custom": {
|
|
574
574
|
"exampleMetadata": "fixture=_generated"
|
|
575
575
|
}
|
|
@@ -582,6 +582,22 @@
|
|
|
582
582
|
},
|
|
583
583
|
"name": "AssetManifest",
|
|
584
584
|
"properties": [
|
|
585
|
+
{
|
|
586
|
+
"abstract": true,
|
|
587
|
+
"docs": {
|
|
588
|
+
"stability": "stable",
|
|
589
|
+
"summary": "Version of the manifest."
|
|
590
|
+
},
|
|
591
|
+
"immutable": true,
|
|
592
|
+
"locationInModule": {
|
|
593
|
+
"filename": "lib/assets/schema.ts",
|
|
594
|
+
"line": 11
|
|
595
|
+
},
|
|
596
|
+
"name": "version",
|
|
597
|
+
"type": {
|
|
598
|
+
"primitive": "string"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
585
601
|
{
|
|
586
602
|
"abstract": true,
|
|
587
603
|
"docs": {
|
|
@@ -627,22 +643,6 @@
|
|
|
627
643
|
"kind": "map"
|
|
628
644
|
}
|
|
629
645
|
}
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"abstract": true,
|
|
633
|
-
"docs": {
|
|
634
|
-
"stability": "stable",
|
|
635
|
-
"summary": "Version of the manifest."
|
|
636
|
-
},
|
|
637
|
-
"immutable": true,
|
|
638
|
-
"locationInModule": {
|
|
639
|
-
"filename": "lib/assets/schema.ts",
|
|
640
|
-
"line": 11
|
|
641
|
-
},
|
|
642
|
-
"name": "version",
|
|
643
|
-
"type": {
|
|
644
|
-
"primitive": "string"
|
|
645
|
-
}
|
|
646
646
|
}
|
|
647
647
|
],
|
|
648
648
|
"symbolId": "lib/assets/schema:AssetManifest"
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
"docs": {
|
|
654
654
|
"stability": "stable",
|
|
655
655
|
"summary": "Artifact properties for the Asset Manifest.",
|
|
656
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
656
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst assetManifestProperties: cloud_assembly_schema.AssetManifestProperties = {\n file: 'file',\n\n // the properties below are optional\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n};",
|
|
657
657
|
"custom": {
|
|
658
658
|
"exampleMetadata": "fixture=_generated"
|
|
659
659
|
}
|
|
@@ -669,18 +669,15 @@
|
|
|
669
669
|
{
|
|
670
670
|
"abstract": true,
|
|
671
671
|
"docs": {
|
|
672
|
-
"default": "- Bootstrap stack version number looked up",
|
|
673
|
-
"remarks": "- If this value is not set, the bootstrap stack name must be known at\n deployment time so the stack version can be looked up from the stack\n outputs.\n- If this value is set, the bootstrap stack can have any name because\n we won't need to look it up.",
|
|
674
672
|
"stability": "stable",
|
|
675
|
-
"summary": "
|
|
673
|
+
"summary": "Filename of the asset manifest."
|
|
676
674
|
},
|
|
677
675
|
"immutable": true,
|
|
678
676
|
"locationInModule": {
|
|
679
677
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
680
|
-
"line":
|
|
678
|
+
"line": 103
|
|
681
679
|
},
|
|
682
|
-
"name": "
|
|
683
|
-
"optional": true,
|
|
680
|
+
"name": "file",
|
|
684
681
|
"type": {
|
|
685
682
|
"primitive": "string"
|
|
686
683
|
}
|
|
@@ -688,15 +685,18 @@
|
|
|
688
685
|
{
|
|
689
686
|
"abstract": true,
|
|
690
687
|
"docs": {
|
|
688
|
+
"default": "- Bootstrap stack version number looked up",
|
|
689
|
+
"remarks": "- If this value is not set, the bootstrap stack name must be known at\n deployment time so the stack version can be looked up from the stack\n outputs.\n- If this value is set, the bootstrap stack can have any name because\n we won't need to look it up.",
|
|
691
690
|
"stability": "stable",
|
|
692
|
-
"summary": "
|
|
691
|
+
"summary": "SSM parameter where the bootstrap stack version number can be found."
|
|
693
692
|
},
|
|
694
693
|
"immutable": true,
|
|
695
694
|
"locationInModule": {
|
|
696
695
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
697
|
-
"line":
|
|
696
|
+
"line": 123
|
|
698
697
|
},
|
|
699
|
-
"name": "
|
|
698
|
+
"name": "bootstrapStackVersionSsmParameter",
|
|
699
|
+
"optional": true,
|
|
700
700
|
"type": {
|
|
701
701
|
"primitive": "string"
|
|
702
702
|
}
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"docs": {
|
|
729
729
|
"stability": "stable",
|
|
730
730
|
"summary": "Query to availability zone context provider.",
|
|
731
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
731
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst availabilityZonesContextQuery: cloud_assembly_schema.AvailabilityZonesContextQuery = {\n account: 'account',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
732
732
|
"custom": {
|
|
733
733
|
"exampleMetadata": "fixture=_generated"
|
|
734
734
|
}
|
|
@@ -760,17 +760,15 @@
|
|
|
760
760
|
{
|
|
761
761
|
"abstract": true,
|
|
762
762
|
"docs": {
|
|
763
|
-
"default": "- None",
|
|
764
763
|
"stability": "stable",
|
|
765
|
-
"summary": "
|
|
764
|
+
"summary": "Query region."
|
|
766
765
|
},
|
|
767
766
|
"immutable": true,
|
|
768
767
|
"locationInModule": {
|
|
769
768
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
770
|
-
"line":
|
|
769
|
+
"line": 104
|
|
771
770
|
},
|
|
772
|
-
"name": "
|
|
773
|
-
"optional": true,
|
|
771
|
+
"name": "region",
|
|
774
772
|
"type": {
|
|
775
773
|
"primitive": "string"
|
|
776
774
|
}
|
|
@@ -778,15 +776,17 @@
|
|
|
778
776
|
{
|
|
779
777
|
"abstract": true,
|
|
780
778
|
"docs": {
|
|
779
|
+
"default": "- None",
|
|
781
780
|
"stability": "stable",
|
|
782
|
-
"summary": "
|
|
781
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
783
782
|
},
|
|
784
783
|
"immutable": true,
|
|
785
784
|
"locationInModule": {
|
|
786
785
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
787
|
-
"line":
|
|
786
|
+
"line": 111
|
|
788
787
|
},
|
|
789
|
-
"name": "
|
|
788
|
+
"name": "lookupRoleArn",
|
|
789
|
+
"optional": true,
|
|
790
790
|
"type": {
|
|
791
791
|
"primitive": "string"
|
|
792
792
|
}
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"docs": {
|
|
801
801
|
"stability": "stable",
|
|
802
802
|
"summary": "Artifact properties for CloudFormation stacks.",
|
|
803
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
803
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst awsCloudFormationStackProperties: cloud_assembly_schema.AwsCloudFormationStackProperties = {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n};",
|
|
804
804
|
"custom": {
|
|
805
805
|
"exampleMetadata": "fixture=_generated"
|
|
806
806
|
}
|
|
@@ -813,6 +813,22 @@
|
|
|
813
813
|
},
|
|
814
814
|
"name": "AwsCloudFormationStackProperties",
|
|
815
815
|
"properties": [
|
|
816
|
+
{
|
|
817
|
+
"abstract": true,
|
|
818
|
+
"docs": {
|
|
819
|
+
"stability": "stable",
|
|
820
|
+
"summary": "A file relative to the assembly root which contains the CloudFormation template for this stack."
|
|
821
|
+
},
|
|
822
|
+
"immutable": true,
|
|
823
|
+
"locationInModule": {
|
|
824
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
825
|
+
"line": 9
|
|
826
|
+
},
|
|
827
|
+
"name": "templateFile",
|
|
828
|
+
"type": {
|
|
829
|
+
"primitive": "string"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
816
832
|
{
|
|
817
833
|
"abstract": true,
|
|
818
834
|
"docs": {
|
|
@@ -986,22 +1002,6 @@
|
|
|
986
1002
|
}
|
|
987
1003
|
}
|
|
988
1004
|
},
|
|
989
|
-
{
|
|
990
|
-
"abstract": true,
|
|
991
|
-
"docs": {
|
|
992
|
-
"stability": "stable",
|
|
993
|
-
"summary": "A file relative to the assembly root which contains the CloudFormation template for this stack."
|
|
994
|
-
},
|
|
995
|
-
"immutable": true,
|
|
996
|
-
"locationInModule": {
|
|
997
|
-
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
998
|
-
"line": 9
|
|
999
|
-
},
|
|
1000
|
-
"name": "templateFile",
|
|
1001
|
-
"type": {
|
|
1002
|
-
"primitive": "string"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
1005
|
{
|
|
1006
1006
|
"abstract": true,
|
|
1007
1007
|
"docs": {
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
"docs": {
|
|
1048
1048
|
"stability": "stable",
|
|
1049
1049
|
"summary": "Destination for assets that need to be uploaded to AWS.",
|
|
1050
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1050
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst awsDestination: cloud_assembly_schema.AwsDestination = {\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};",
|
|
1051
1051
|
"custom": {
|
|
1052
1052
|
"exampleMetadata": "fixture=_generated"
|
|
1053
1053
|
}
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"docs": {
|
|
1124
1124
|
"stability": "stable",
|
|
1125
1125
|
"summary": "Metadata Entry spec for container images.",
|
|
1126
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1126
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst containerImageAssetMetadataEntry: cloud_assembly_schema.ContainerImageAssetMetadataEntry = {\n id: 'id',\n packaging: 'packaging',\n path: 'path',\n sourceHash: 'sourceHash',\n\n // the properties below are optional\n buildArgs: {\n buildArgsKey: 'buildArgs',\n },\n file: 'file',\n imageNameParameter: 'imageNameParameter',\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n target: 'target',\n};",
|
|
1127
1127
|
"custom": {
|
|
1128
1128
|
"exampleMetadata": "fixture=_generated"
|
|
1129
1129
|
}
|
|
@@ -1139,40 +1139,31 @@
|
|
|
1139
1139
|
{
|
|
1140
1140
|
"abstract": true,
|
|
1141
1141
|
"docs": {
|
|
1142
|
-
"default": "no build args are passed",
|
|
1143
1142
|
"stability": "stable",
|
|
1144
|
-
"summary": "
|
|
1143
|
+
"summary": "Logical identifier for the asset."
|
|
1145
1144
|
},
|
|
1146
1145
|
"immutable": true,
|
|
1147
1146
|
"locationInModule": {
|
|
1148
1147
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1149
|
-
"line":
|
|
1148
|
+
"line": 13
|
|
1150
1149
|
},
|
|
1151
|
-
"name": "
|
|
1152
|
-
"optional": true,
|
|
1150
|
+
"name": "id",
|
|
1153
1151
|
"type": {
|
|
1154
|
-
"
|
|
1155
|
-
"elementtype": {
|
|
1156
|
-
"primitive": "string"
|
|
1157
|
-
},
|
|
1158
|
-
"kind": "map"
|
|
1159
|
-
}
|
|
1152
|
+
"primitive": "string"
|
|
1160
1153
|
}
|
|
1161
1154
|
},
|
|
1162
1155
|
{
|
|
1163
1156
|
"abstract": true,
|
|
1164
1157
|
"docs": {
|
|
1165
|
-
"default": "- no file is passed",
|
|
1166
1158
|
"stability": "stable",
|
|
1167
|
-
"summary": "
|
|
1159
|
+
"summary": "Type of asset."
|
|
1168
1160
|
},
|
|
1169
1161
|
"immutable": true,
|
|
1170
1162
|
"locationInModule": {
|
|
1171
1163
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1172
|
-
"line":
|
|
1164
|
+
"line": 81
|
|
1173
1165
|
},
|
|
1174
|
-
"name": "
|
|
1175
|
-
"optional": true,
|
|
1166
|
+
"name": "packaging",
|
|
1176
1167
|
"type": {
|
|
1177
1168
|
"primitive": "string"
|
|
1178
1169
|
}
|
|
@@ -1181,14 +1172,14 @@
|
|
|
1181
1172
|
"abstract": true,
|
|
1182
1173
|
"docs": {
|
|
1183
1174
|
"stability": "stable",
|
|
1184
|
-
"summary": "
|
|
1175
|
+
"summary": "Path on disk to the asset."
|
|
1185
1176
|
},
|
|
1186
1177
|
"immutable": true,
|
|
1187
1178
|
"locationInModule": {
|
|
1188
1179
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1189
|
-
"line":
|
|
1180
|
+
"line": 23
|
|
1190
1181
|
},
|
|
1191
|
-
"name": "
|
|
1182
|
+
"name": "path",
|
|
1192
1183
|
"type": {
|
|
1193
1184
|
"primitive": "string"
|
|
1194
1185
|
}
|
|
@@ -1196,18 +1187,15 @@
|
|
|
1196
1187
|
{
|
|
1197
1188
|
"abstract": true,
|
|
1198
1189
|
"docs": {
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
"stability": "deprecated",
|
|
1202
|
-
"summary": "ECR Repository name and repo digest (separated by \"@sha256:\") where this image is stored."
|
|
1190
|
+
"stability": "stable",
|
|
1191
|
+
"summary": "The hash of the asset source."
|
|
1203
1192
|
},
|
|
1204
1193
|
"immutable": true,
|
|
1205
1194
|
"locationInModule": {
|
|
1206
1195
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1207
|
-
"line":
|
|
1196
|
+
"line": 18
|
|
1208
1197
|
},
|
|
1209
|
-
"name": "
|
|
1210
|
-
"optional": true,
|
|
1198
|
+
"name": "sourceHash",
|
|
1211
1199
|
"type": {
|
|
1212
1200
|
"primitive": "string"
|
|
1213
1201
|
}
|
|
@@ -1215,34 +1203,40 @@
|
|
|
1215
1203
|
{
|
|
1216
1204
|
"abstract": true,
|
|
1217
1205
|
"docs": {
|
|
1218
|
-
"default": "
|
|
1219
|
-
"remarks": "This field is\nrequired if `imageParameterName` is ommited (otherwise, the app won't be\nable to find the image).",
|
|
1206
|
+
"default": "no build args are passed",
|
|
1220
1207
|
"stability": "stable",
|
|
1221
|
-
"summary": "
|
|
1208
|
+
"summary": "Build args to pass to the `docker build` command."
|
|
1222
1209
|
},
|
|
1223
1210
|
"immutable": true,
|
|
1224
1211
|
"locationInModule": {
|
|
1225
1212
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1226
|
-
"line":
|
|
1213
|
+
"line": 119
|
|
1227
1214
|
},
|
|
1228
|
-
"name": "
|
|
1215
|
+
"name": "buildArgs",
|
|
1229
1216
|
"optional": true,
|
|
1230
1217
|
"type": {
|
|
1231
|
-
"
|
|
1218
|
+
"collection": {
|
|
1219
|
+
"elementtype": {
|
|
1220
|
+
"primitive": "string"
|
|
1221
|
+
},
|
|
1222
|
+
"kind": "map"
|
|
1223
|
+
}
|
|
1232
1224
|
}
|
|
1233
1225
|
},
|
|
1234
1226
|
{
|
|
1235
1227
|
"abstract": true,
|
|
1236
1228
|
"docs": {
|
|
1229
|
+
"default": "- no file is passed",
|
|
1237
1230
|
"stability": "stable",
|
|
1238
|
-
"summary": "
|
|
1231
|
+
"summary": "Path to the Dockerfile (relative to the directory)."
|
|
1239
1232
|
},
|
|
1240
1233
|
"immutable": true,
|
|
1241
1234
|
"locationInModule": {
|
|
1242
1235
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1243
|
-
"line":
|
|
1236
|
+
"line": 133
|
|
1244
1237
|
},
|
|
1245
|
-
"name": "
|
|
1238
|
+
"name": "file",
|
|
1239
|
+
"optional": true,
|
|
1246
1240
|
"type": {
|
|
1247
1241
|
"primitive": "string"
|
|
1248
1242
|
}
|
|
@@ -1250,15 +1244,18 @@
|
|
|
1250
1244
|
{
|
|
1251
1245
|
"abstract": true,
|
|
1252
1246
|
"docs": {
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1247
|
+
"default": "undefined If not specified, `repositoryName` and `imageTag` are\nrequired because otherwise how will the stack know where to find the asset,\nha?",
|
|
1248
|
+
"deprecated": "specify `repositoryName` and `imageTag` instead, and then you\nknow where the image will go.",
|
|
1249
|
+
"stability": "deprecated",
|
|
1250
|
+
"summary": "ECR Repository name and repo digest (separated by \"@sha256:\") where this image is stored."
|
|
1255
1251
|
},
|
|
1256
1252
|
"immutable": true,
|
|
1257
1253
|
"locationInModule": {
|
|
1258
1254
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1259
|
-
"line":
|
|
1255
|
+
"line": 93
|
|
1260
1256
|
},
|
|
1261
|
-
"name": "
|
|
1257
|
+
"name": "imageNameParameter",
|
|
1258
|
+
"optional": true,
|
|
1262
1259
|
"type": {
|
|
1263
1260
|
"primitive": "string"
|
|
1264
1261
|
}
|
|
@@ -1267,16 +1264,16 @@
|
|
|
1267
1264
|
"abstract": true,
|
|
1268
1265
|
"docs": {
|
|
1269
1266
|
"default": "- this parameter is REQUIRED after 1.21.0",
|
|
1270
|
-
"remarks": "
|
|
1267
|
+
"remarks": "This field is\nrequired if `imageParameterName` is ommited (otherwise, the app won't be\nable to find the image).",
|
|
1271
1268
|
"stability": "stable",
|
|
1272
|
-
"summary": "
|
|
1269
|
+
"summary": "The docker image tag to use for tagging pushed images."
|
|
1273
1270
|
},
|
|
1274
1271
|
"immutable": true,
|
|
1275
1272
|
"locationInModule": {
|
|
1276
1273
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1277
|
-
"line":
|
|
1274
|
+
"line": 112
|
|
1278
1275
|
},
|
|
1279
|
-
"name": "
|
|
1276
|
+
"name": "imageTag",
|
|
1280
1277
|
"optional": true,
|
|
1281
1278
|
"type": {
|
|
1282
1279
|
"primitive": "string"
|
|
@@ -1285,15 +1282,18 @@
|
|
|
1285
1282
|
{
|
|
1286
1283
|
"abstract": true,
|
|
1287
1284
|
"docs": {
|
|
1285
|
+
"default": "- this parameter is REQUIRED after 1.21.0",
|
|
1286
|
+
"remarks": "Specify this property if you need to statically address the\nimage, e.g. from a Kubernetes Pod. Note, this is only the repository name,\nwithout the registry and the tag parts.",
|
|
1288
1287
|
"stability": "stable",
|
|
1289
|
-
"summary": "
|
|
1288
|
+
"summary": "ECR repository name, if omitted a default name based on the asset's ID is used instead."
|
|
1290
1289
|
},
|
|
1291
1290
|
"immutable": true,
|
|
1292
1291
|
"locationInModule": {
|
|
1293
1292
|
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
1294
|
-
"line":
|
|
1293
|
+
"line": 103
|
|
1295
1294
|
},
|
|
1296
|
-
"name": "
|
|
1295
|
+
"name": "repositoryName",
|
|
1296
|
+
"optional": true,
|
|
1297
1297
|
"type": {
|
|
1298
1298
|
"primitive": "string"
|
|
1299
1299
|
}
|
|
@@ -1349,30 +1349,30 @@
|
|
|
1349
1349
|
{
|
|
1350
1350
|
"docs": {
|
|
1351
1351
|
"stability": "stable",
|
|
1352
|
-
"summary": "
|
|
1352
|
+
"summary": "Route53 Hosted Zone provider."
|
|
1353
1353
|
},
|
|
1354
|
-
"name": "
|
|
1354
|
+
"name": "HOSTED_ZONE_PROVIDER"
|
|
1355
1355
|
},
|
|
1356
1356
|
{
|
|
1357
1357
|
"docs": {
|
|
1358
1358
|
"stability": "stable",
|
|
1359
|
-
"summary": "
|
|
1359
|
+
"summary": "SSM Parameter Provider."
|
|
1360
1360
|
},
|
|
1361
|
-
"name": "
|
|
1361
|
+
"name": "SSM_PARAMETER_PROVIDER"
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
1364
|
"docs": {
|
|
1365
1365
|
"stability": "stable",
|
|
1366
|
-
"summary": "
|
|
1366
|
+
"summary": "VPC Provider."
|
|
1367
1367
|
},
|
|
1368
|
-
"name": "
|
|
1368
|
+
"name": "VPC_PROVIDER"
|
|
1369
1369
|
},
|
|
1370
1370
|
{
|
|
1371
1371
|
"docs": {
|
|
1372
1372
|
"stability": "stable",
|
|
1373
|
-
"summary": "
|
|
1373
|
+
"summary": "VPC Endpoint Service AZ Provider."
|
|
1374
1374
|
},
|
|
1375
|
-
"name": "
|
|
1375
|
+
"name": "ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER"
|
|
1376
1376
|
},
|
|
1377
1377
|
{
|
|
1378
1378
|
"docs": {
|
|
@@ -1384,23 +1384,23 @@
|
|
|
1384
1384
|
{
|
|
1385
1385
|
"docs": {
|
|
1386
1386
|
"stability": "stable",
|
|
1387
|
-
"summary": "
|
|
1387
|
+
"summary": "Load balancer listener provider."
|
|
1388
1388
|
},
|
|
1389
|
-
"name": "
|
|
1389
|
+
"name": "LOAD_BALANCER_LISTENER_PROVIDER"
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
1392
1392
|
"docs": {
|
|
1393
1393
|
"stability": "stable",
|
|
1394
|
-
"summary": "
|
|
1394
|
+
"summary": "Security group provider."
|
|
1395
1395
|
},
|
|
1396
|
-
"name": "
|
|
1396
|
+
"name": "SECURITY_GROUP_PROVIDER"
|
|
1397
1397
|
},
|
|
1398
1398
|
{
|
|
1399
1399
|
"docs": {
|
|
1400
1400
|
"stability": "stable",
|
|
1401
|
-
"summary": "
|
|
1401
|
+
"summary": "KMS Key Provider."
|
|
1402
1402
|
},
|
|
1403
|
-
"name": "
|
|
1403
|
+
"name": "KEY_PROVIDER"
|
|
1404
1404
|
}
|
|
1405
1405
|
],
|
|
1406
1406
|
"name": "ContextProvider",
|
|
@@ -1412,7 +1412,7 @@
|
|
|
1412
1412
|
"docs": {
|
|
1413
1413
|
"stability": "stable",
|
|
1414
1414
|
"summary": "A file asset.",
|
|
1415
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1415
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst dockerImageAsset: cloud_assembly_schema.DockerImageAsset = {\n destinations: {\n destinationsKey: {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n },\n};",
|
|
1416
1416
|
"custom": {
|
|
1417
1417
|
"exampleMetadata": "fixture=_generated"
|
|
1418
1418
|
}
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
"docs": {
|
|
1472
1472
|
"stability": "stable",
|
|
1473
1473
|
"summary": "Where to publish docker images.",
|
|
1474
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1474
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst dockerImageDestination: cloud_assembly_schema.DockerImageDestination = {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};",
|
|
1475
1475
|
"custom": {
|
|
1476
1476
|
"exampleMetadata": "fixture=_generated"
|
|
1477
1477
|
}
|
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
"docs": {
|
|
1529
1529
|
"stability": "stable",
|
|
1530
1530
|
"summary": "Properties for how to produce a Docker image from a source.",
|
|
1531
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1531
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst dockerImageSource: cloud_assembly_schema.DockerImageSource = {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n};",
|
|
1532
1532
|
"custom": {
|
|
1533
1533
|
"exampleMetadata": "fixture=_generated"
|
|
1534
1534
|
}
|
|
@@ -1654,7 +1654,7 @@
|
|
|
1654
1654
|
"docs": {
|
|
1655
1655
|
"stability": "stable",
|
|
1656
1656
|
"summary": "Query to endpoint service context provider.",
|
|
1657
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1657
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst endpointServiceAvailabilityZonesContextQuery: cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery = {\n account: 'account',\n region: 'region',\n serviceName: 'serviceName',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
1658
1658
|
"custom": {
|
|
1659
1659
|
"exampleMetadata": "fixture=_generated"
|
|
1660
1660
|
}
|
|
@@ -1686,17 +1686,15 @@
|
|
|
1686
1686
|
{
|
|
1687
1687
|
"abstract": true,
|
|
1688
1688
|
"docs": {
|
|
1689
|
-
"default": "- None",
|
|
1690
1689
|
"stability": "stable",
|
|
1691
|
-
"summary": "
|
|
1690
|
+
"summary": "Query region."
|
|
1692
1691
|
},
|
|
1693
1692
|
"immutable": true,
|
|
1694
1693
|
"locationInModule": {
|
|
1695
1694
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1696
|
-
"line":
|
|
1695
|
+
"line": 247
|
|
1697
1696
|
},
|
|
1698
|
-
"name": "
|
|
1699
|
-
"optional": true,
|
|
1697
|
+
"name": "region",
|
|
1700
1698
|
"type": {
|
|
1701
1699
|
"primitive": "string"
|
|
1702
1700
|
}
|
|
@@ -1705,14 +1703,14 @@
|
|
|
1705
1703
|
"abstract": true,
|
|
1706
1704
|
"docs": {
|
|
1707
1705
|
"stability": "stable",
|
|
1708
|
-
"summary": "Query
|
|
1706
|
+
"summary": "Query service name."
|
|
1709
1707
|
},
|
|
1710
1708
|
"immutable": true,
|
|
1711
1709
|
"locationInModule": {
|
|
1712
1710
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1713
|
-
"line":
|
|
1711
|
+
"line": 259
|
|
1714
1712
|
},
|
|
1715
|
-
"name": "
|
|
1713
|
+
"name": "serviceName",
|
|
1716
1714
|
"type": {
|
|
1717
1715
|
"primitive": "string"
|
|
1718
1716
|
}
|
|
@@ -1720,15 +1718,17 @@
|
|
|
1720
1718
|
{
|
|
1721
1719
|
"abstract": true,
|
|
1722
1720
|
"docs": {
|
|
1721
|
+
"default": "- None",
|
|
1723
1722
|
"stability": "stable",
|
|
1724
|
-
"summary": "
|
|
1723
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
1725
1724
|
},
|
|
1726
1725
|
"immutable": true,
|
|
1727
1726
|
"locationInModule": {
|
|
1728
1727
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1729
|
-
"line":
|
|
1728
|
+
"line": 254
|
|
1730
1729
|
},
|
|
1731
|
-
"name": "
|
|
1730
|
+
"name": "lookupRoleArn",
|
|
1731
|
+
"optional": true,
|
|
1732
1732
|
"type": {
|
|
1733
1733
|
"primitive": "string"
|
|
1734
1734
|
}
|
|
@@ -1742,7 +1742,7 @@
|
|
|
1742
1742
|
"docs": {
|
|
1743
1743
|
"stability": "stable",
|
|
1744
1744
|
"summary": "A file asset.",
|
|
1745
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1745
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileAsset: cloud_assembly_schema.FileAsset = {\n destinations: {\n destinationsKey: {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n },\n};",
|
|
1746
1746
|
"custom": {
|
|
1747
1747
|
"exampleMetadata": "fixture=_generated"
|
|
1748
1748
|
}
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
"docs": {
|
|
1802
1802
|
"stability": "stable",
|
|
1803
1803
|
"summary": "Metadata Entry spec for files.",
|
|
1804
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1804
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileAssetMetadataEntry: cloud_assembly_schema.FileAssetMetadataEntry = {\n artifactHashParameter: 'artifactHashParameter',\n id: 'id',\n packaging: 'packaging',\n path: 'path',\n s3BucketParameter: 's3BucketParameter',\n s3KeyParameter: 's3KeyParameter',\n sourceHash: 'sourceHash',\n};",
|
|
1805
1805
|
"custom": {
|
|
1806
1806
|
"exampleMetadata": "fixture=_generated"
|
|
1807
1807
|
}
|
|
@@ -1966,7 +1966,7 @@
|
|
|
1966
1966
|
"docs": {
|
|
1967
1967
|
"stability": "stable",
|
|
1968
1968
|
"summary": "Where in S3 a file asset needs to be published.",
|
|
1969
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
1969
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileDestination: cloud_assembly_schema.FileDestination = {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};",
|
|
1970
1970
|
"custom": {
|
|
1971
1971
|
"exampleMetadata": "fixture=_generated"
|
|
1972
1972
|
}
|
|
@@ -2023,7 +2023,7 @@
|
|
|
2023
2023
|
"docs": {
|
|
2024
2024
|
"stability": "stable",
|
|
2025
2025
|
"summary": "Describe the source of a file asset.",
|
|
2026
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2026
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileSource: cloud_assembly_schema.FileSource = {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n};",
|
|
2027
2027
|
"custom": {
|
|
2028
2028
|
"exampleMetadata": "fixture=_generated"
|
|
2029
2029
|
}
|
|
@@ -2106,7 +2106,7 @@
|
|
|
2106
2106
|
"docs": {
|
|
2107
2107
|
"stability": "stable",
|
|
2108
2108
|
"summary": "Query to hosted zone context provider.",
|
|
2109
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2109
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst hostedZoneContextQuery: cloud_assembly_schema.HostedZoneContextQuery = {\n account: 'account',\n domainName: 'domainName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n privateZone: false,\n vpcId: 'vpcId',\n};",
|
|
2110
2110
|
"custom": {
|
|
2111
2111
|
"exampleMetadata": "fixture=_generated"
|
|
2112
2112
|
}
|
|
@@ -2154,17 +2154,15 @@
|
|
|
2154
2154
|
{
|
|
2155
2155
|
"abstract": true,
|
|
2156
2156
|
"docs": {
|
|
2157
|
-
"default": "- None",
|
|
2158
2157
|
"stability": "stable",
|
|
2159
|
-
"summary": "
|
|
2158
|
+
"summary": "Query region."
|
|
2160
2159
|
},
|
|
2161
2160
|
"immutable": true,
|
|
2162
2161
|
"locationInModule": {
|
|
2163
2162
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2164
|
-
"line":
|
|
2163
|
+
"line": 127
|
|
2165
2164
|
},
|
|
2166
|
-
"name": "
|
|
2167
|
-
"optional": true,
|
|
2165
|
+
"name": "region",
|
|
2168
2166
|
"type": {
|
|
2169
2167
|
"primitive": "string"
|
|
2170
2168
|
}
|
|
@@ -2172,35 +2170,37 @@
|
|
|
2172
2170
|
{
|
|
2173
2171
|
"abstract": true,
|
|
2174
2172
|
"docs": {
|
|
2175
|
-
"default": "
|
|
2173
|
+
"default": "- None",
|
|
2176
2174
|
"stability": "stable",
|
|
2177
|
-
"summary": "
|
|
2175
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
2178
2176
|
},
|
|
2179
2177
|
"immutable": true,
|
|
2180
2178
|
"locationInModule": {
|
|
2181
2179
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2182
|
-
"line":
|
|
2180
|
+
"line": 134
|
|
2183
2181
|
},
|
|
2184
|
-
"name": "
|
|
2182
|
+
"name": "lookupRoleArn",
|
|
2185
2183
|
"optional": true,
|
|
2186
2184
|
"type": {
|
|
2187
|
-
"primitive": "
|
|
2185
|
+
"primitive": "string"
|
|
2188
2186
|
}
|
|
2189
2187
|
},
|
|
2190
2188
|
{
|
|
2191
2189
|
"abstract": true,
|
|
2192
2190
|
"docs": {
|
|
2191
|
+
"default": "false",
|
|
2193
2192
|
"stability": "stable",
|
|
2194
|
-
"summary": "
|
|
2193
|
+
"summary": "True if the zone you want to find is a private hosted zone."
|
|
2195
2194
|
},
|
|
2196
2195
|
"immutable": true,
|
|
2197
2196
|
"locationInModule": {
|
|
2198
2197
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2199
|
-
"line":
|
|
2198
|
+
"line": 146
|
|
2200
2199
|
},
|
|
2201
|
-
"name": "
|
|
2200
|
+
"name": "privateZone",
|
|
2201
|
+
"optional": true,
|
|
2202
2202
|
"type": {
|
|
2203
|
-
"primitive": "
|
|
2203
|
+
"primitive": "boolean"
|
|
2204
2204
|
}
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
"docs": {
|
|
2232
2232
|
"stability": "stable",
|
|
2233
2233
|
"summary": "Query input for looking up a KMS Key.",
|
|
2234
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2234
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst keyContextQuery: cloud_assembly_schema.KeyContextQuery = {\n account: 'account',\n aliasName: 'aliasName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
2235
2235
|
"custom": {
|
|
2236
2236
|
"exampleMetadata": "fixture=_generated"
|
|
2237
2237
|
}
|
|
@@ -2279,17 +2279,15 @@
|
|
|
2279
2279
|
{
|
|
2280
2280
|
"abstract": true,
|
|
2281
2281
|
"docs": {
|
|
2282
|
-
"default": "- None",
|
|
2283
2282
|
"stability": "stable",
|
|
2284
|
-
"summary": "
|
|
2283
|
+
"summary": "Query region."
|
|
2285
2284
|
},
|
|
2286
2285
|
"immutable": true,
|
|
2287
2286
|
"locationInModule": {
|
|
2288
2287
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2289
|
-
"line":
|
|
2288
|
+
"line": 451
|
|
2290
2289
|
},
|
|
2291
|
-
"name": "
|
|
2292
|
-
"optional": true,
|
|
2290
|
+
"name": "region",
|
|
2293
2291
|
"type": {
|
|
2294
2292
|
"primitive": "string"
|
|
2295
2293
|
}
|
|
@@ -2297,15 +2295,17 @@
|
|
|
2297
2295
|
{
|
|
2298
2296
|
"abstract": true,
|
|
2299
2297
|
"docs": {
|
|
2298
|
+
"default": "- None",
|
|
2300
2299
|
"stability": "stable",
|
|
2301
|
-
"summary": "
|
|
2300
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
2302
2301
|
},
|
|
2303
2302
|
"immutable": true,
|
|
2304
2303
|
"locationInModule": {
|
|
2305
2304
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2306
|
-
"line":
|
|
2305
|
+
"line": 458
|
|
2307
2306
|
},
|
|
2308
|
-
"name": "
|
|
2307
|
+
"name": "lookupRoleArn",
|
|
2308
|
+
"optional": true,
|
|
2309
2309
|
"type": {
|
|
2310
2310
|
"primitive": "string"
|
|
2311
2311
|
}
|
|
@@ -2319,7 +2319,7 @@
|
|
|
2319
2319
|
"docs": {
|
|
2320
2320
|
"stability": "stable",
|
|
2321
2321
|
"summary": "Query input for looking up a load balancer.",
|
|
2322
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2322
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst loadBalancerContextQuery: cloud_assembly_schema.LoadBalancerContextQuery = {\n account: 'account',\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n region: 'region',\n\n // the properties below are optional\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
2323
2323
|
"custom": {
|
|
2324
2324
|
"exampleMetadata": "fixture=_generated"
|
|
2325
2325
|
}
|
|
@@ -2354,17 +2354,15 @@
|
|
|
2354
2354
|
{
|
|
2355
2355
|
"abstract": true,
|
|
2356
2356
|
"docs": {
|
|
2357
|
-
"default": "- None",
|
|
2358
2357
|
"stability": "stable",
|
|
2359
|
-
"summary": "
|
|
2358
|
+
"summary": "Query region."
|
|
2360
2359
|
},
|
|
2361
2360
|
"immutable": true,
|
|
2362
2361
|
"locationInModule": {
|
|
2363
2362
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2364
|
-
"line":
|
|
2363
|
+
"line": 311
|
|
2365
2364
|
},
|
|
2366
|
-
"name": "
|
|
2367
|
-
"optional": true,
|
|
2365
|
+
"name": "region",
|
|
2368
2366
|
"type": {
|
|
2369
2367
|
"primitive": "string"
|
|
2370
2368
|
}
|
|
@@ -2372,15 +2370,17 @@
|
|
|
2372
2370
|
{
|
|
2373
2371
|
"abstract": true,
|
|
2374
2372
|
"docs": {
|
|
2373
|
+
"default": "- None",
|
|
2375
2374
|
"stability": "stable",
|
|
2376
|
-
"summary": "
|
|
2375
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
2377
2376
|
},
|
|
2378
2377
|
"immutable": true,
|
|
2379
2378
|
"locationInModule": {
|
|
2380
2379
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2381
|
-
"line":
|
|
2380
|
+
"line": 318
|
|
2382
2381
|
},
|
|
2383
|
-
"name": "
|
|
2382
|
+
"name": "lookupRoleArn",
|
|
2383
|
+
"optional": true,
|
|
2384
2384
|
"type": {
|
|
2385
2385
|
"primitive": "string"
|
|
2386
2386
|
}
|
|
@@ -2394,7 +2394,7 @@
|
|
|
2394
2394
|
"docs": {
|
|
2395
2395
|
"stability": "stable",
|
|
2396
2396
|
"summary": "Filters for selecting load balancers.",
|
|
2397
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2397
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst loadBalancerFilter: cloud_assembly_schema.LoadBalancerFilter = {\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n\n // the properties below are optional\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n};",
|
|
2398
2398
|
"custom": {
|
|
2399
2399
|
"exampleMetadata": "fixture=_generated"
|
|
2400
2400
|
}
|
|
@@ -2407,6 +2407,22 @@
|
|
|
2407
2407
|
},
|
|
2408
2408
|
"name": "LoadBalancerFilter",
|
|
2409
2409
|
"properties": [
|
|
2410
|
+
{
|
|
2411
|
+
"abstract": true,
|
|
2412
|
+
"docs": {
|
|
2413
|
+
"stability": "stable",
|
|
2414
|
+
"summary": "Filter load balancers by their type."
|
|
2415
|
+
},
|
|
2416
|
+
"immutable": true,
|
|
2417
|
+
"locationInModule": {
|
|
2418
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2419
|
+
"line": 284
|
|
2420
|
+
},
|
|
2421
|
+
"name": "loadBalancerType",
|
|
2422
|
+
"type": {
|
|
2423
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerType"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2410
2426
|
{
|
|
2411
2427
|
"abstract": true,
|
|
2412
2428
|
"docs": {
|
|
@@ -2447,22 +2463,6 @@
|
|
|
2447
2463
|
"kind": "array"
|
|
2448
2464
|
}
|
|
2449
2465
|
}
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"abstract": true,
|
|
2453
|
-
"docs": {
|
|
2454
|
-
"stability": "stable",
|
|
2455
|
-
"summary": "Filter load balancers by their type."
|
|
2456
|
-
},
|
|
2457
|
-
"immutable": true,
|
|
2458
|
-
"locationInModule": {
|
|
2459
|
-
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2460
|
-
"line": 284
|
|
2461
|
-
},
|
|
2462
|
-
"name": "loadBalancerType",
|
|
2463
|
-
"type": {
|
|
2464
|
-
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerType"
|
|
2465
|
-
}
|
|
2466
2466
|
}
|
|
2467
2467
|
],
|
|
2468
2468
|
"symbolId": "lib/cloud-assembly/context-queries:LoadBalancerFilter"
|
|
@@ -2473,7 +2473,7 @@
|
|
|
2473
2473
|
"docs": {
|
|
2474
2474
|
"stability": "stable",
|
|
2475
2475
|
"summary": "Query input for looking up a load balancer listener.",
|
|
2476
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2476
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst loadBalancerListenerContextQuery: cloud_assembly_schema.LoadBalancerListenerContextQuery = {\n account: 'account',\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n region: 'region',\n\n // the properties below are optional\n listenerArn: 'listenerArn',\n listenerPort: 123,\n listenerProtocol: cloud_assembly_schema.LoadBalancerListenerProtocol.HTTP,\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
2477
2477
|
"custom": {
|
|
2478
2478
|
"exampleMetadata": "fixture=_generated"
|
|
2479
2479
|
}
|
|
@@ -2505,6 +2505,22 @@
|
|
|
2505
2505
|
"primitive": "string"
|
|
2506
2506
|
}
|
|
2507
2507
|
},
|
|
2508
|
+
{
|
|
2509
|
+
"abstract": true,
|
|
2510
|
+
"docs": {
|
|
2511
|
+
"stability": "stable",
|
|
2512
|
+
"summary": "Query region."
|
|
2513
|
+
},
|
|
2514
|
+
"immutable": true,
|
|
2515
|
+
"locationInModule": {
|
|
2516
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2517
|
+
"line": 368
|
|
2518
|
+
},
|
|
2519
|
+
"name": "region",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"primitive": "string"
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2508
2524
|
{
|
|
2509
2525
|
"abstract": true,
|
|
2510
2526
|
"docs": {
|
|
@@ -2576,22 +2592,6 @@
|
|
|
2576
2592
|
"type": {
|
|
2577
2593
|
"primitive": "string"
|
|
2578
2594
|
}
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"abstract": true,
|
|
2582
|
-
"docs": {
|
|
2583
|
-
"stability": "stable",
|
|
2584
|
-
"summary": "Query region."
|
|
2585
|
-
},
|
|
2586
|
-
"immutable": true,
|
|
2587
|
-
"locationInModule": {
|
|
2588
|
-
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
2589
|
-
"line": 368
|
|
2590
|
-
},
|
|
2591
|
-
"name": "region",
|
|
2592
|
-
"type": {
|
|
2593
|
-
"primitive": "string"
|
|
2594
|
-
}
|
|
2595
2595
|
}
|
|
2596
2596
|
],
|
|
2597
2597
|
"symbolId": "lib/cloud-assembly/context-queries:LoadBalancerListenerContextQuery"
|
|
@@ -2633,23 +2633,23 @@
|
|
|
2633
2633
|
{
|
|
2634
2634
|
"docs": {
|
|
2635
2635
|
"stability": "stable",
|
|
2636
|
-
"summary": "
|
|
2636
|
+
"summary": "TLS protocol."
|
|
2637
2637
|
},
|
|
2638
|
-
"name": "
|
|
2638
|
+
"name": "TLS"
|
|
2639
2639
|
},
|
|
2640
2640
|
{
|
|
2641
2641
|
"docs": {
|
|
2642
2642
|
"stability": "stable",
|
|
2643
|
-
"summary": "
|
|
2643
|
+
"summary": "UDP protocol."
|
|
2644
2644
|
},
|
|
2645
|
-
"name": "
|
|
2645
|
+
"name": "UDP"
|
|
2646
2646
|
},
|
|
2647
2647
|
{
|
|
2648
2648
|
"docs": {
|
|
2649
2649
|
"stability": "stable",
|
|
2650
|
-
"summary": "UDP protocol."
|
|
2650
|
+
"summary": "TCP and UDP protocol."
|
|
2651
2651
|
},
|
|
2652
|
-
"name": "
|
|
2652
|
+
"name": "TCP_UDP"
|
|
2653
2653
|
}
|
|
2654
2654
|
],
|
|
2655
2655
|
"name": "LoadBalancerListenerProtocol",
|
|
@@ -2671,16 +2671,16 @@
|
|
|
2671
2671
|
{
|
|
2672
2672
|
"docs": {
|
|
2673
2673
|
"stability": "stable",
|
|
2674
|
-
"summary": "
|
|
2674
|
+
"summary": "Network load balancer."
|
|
2675
2675
|
},
|
|
2676
|
-
"name": "
|
|
2676
|
+
"name": "NETWORK"
|
|
2677
2677
|
},
|
|
2678
2678
|
{
|
|
2679
2679
|
"docs": {
|
|
2680
2680
|
"stability": "stable",
|
|
2681
|
-
"summary": "
|
|
2681
|
+
"summary": "Application load balancer."
|
|
2682
2682
|
},
|
|
2683
|
-
"name": "
|
|
2683
|
+
"name": "APPLICATION"
|
|
2684
2684
|
}
|
|
2685
2685
|
],
|
|
2686
2686
|
"name": "LoadBalancerType",
|
|
@@ -2899,7 +2899,7 @@
|
|
|
2899
2899
|
"docs": {
|
|
2900
2900
|
"stability": "stable",
|
|
2901
2901
|
"summary": "A metadata entry in a cloud assembly artifact.",
|
|
2902
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
2902
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst metadataEntry: cloud_assembly_schema.MetadataEntry = {\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n};",
|
|
2903
2903
|
"custom": {
|
|
2904
2904
|
"exampleMetadata": "fixture=_generated"
|
|
2905
2905
|
}
|
|
@@ -2912,6 +2912,22 @@
|
|
|
2912
2912
|
},
|
|
2913
2913
|
"name": "MetadataEntry",
|
|
2914
2914
|
"properties": [
|
|
2915
|
+
{
|
|
2916
|
+
"abstract": true,
|
|
2917
|
+
"docs": {
|
|
2918
|
+
"stability": "stable",
|
|
2919
|
+
"summary": "The type of the metadata entry."
|
|
2920
|
+
},
|
|
2921
|
+
"immutable": true,
|
|
2922
|
+
"locationInModule": {
|
|
2923
|
+
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
2924
|
+
"line": 208
|
|
2925
|
+
},
|
|
2926
|
+
"name": "type",
|
|
2927
|
+
"type": {
|
|
2928
|
+
"primitive": "string"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2915
2931
|
{
|
|
2916
2932
|
"abstract": true,
|
|
2917
2933
|
"docs": {
|
|
@@ -2972,22 +2988,6 @@
|
|
|
2972
2988
|
"kind": "array"
|
|
2973
2989
|
}
|
|
2974
2990
|
}
|
|
2975
|
-
},
|
|
2976
|
-
{
|
|
2977
|
-
"abstract": true,
|
|
2978
|
-
"docs": {
|
|
2979
|
-
"stability": "stable",
|
|
2980
|
-
"summary": "The type of the metadata entry."
|
|
2981
|
-
},
|
|
2982
|
-
"immutable": true,
|
|
2983
|
-
"locationInModule": {
|
|
2984
|
-
"filename": "lib/cloud-assembly/metadata-schema.ts",
|
|
2985
|
-
"line": 208
|
|
2986
|
-
},
|
|
2987
|
-
"name": "type",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"primitive": "string"
|
|
2990
|
-
}
|
|
2991
2991
|
}
|
|
2992
2992
|
],
|
|
2993
2993
|
"symbolId": "lib/cloud-assembly/metadata-schema:MetadataEntry"
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
"docs": {
|
|
2999
2999
|
"stability": "stable",
|
|
3000
3000
|
"summary": "Represents a missing piece of context.",
|
|
3001
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3001
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst missingContext: cloud_assembly_schema.MissingContext = {\n key: 'key',\n props: {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n },\n provider: cloud_assembly_schema.ContextProvider.AMI_PROVIDER,\n};",
|
|
3002
3002
|
"custom": {
|
|
3003
3003
|
"exampleMetadata": "fixture=_generated"
|
|
3004
3004
|
}
|
|
@@ -3101,7 +3101,7 @@
|
|
|
3101
3101
|
"docs": {
|
|
3102
3102
|
"stability": "stable",
|
|
3103
3103
|
"summary": "Artifact properties for nested cloud assemblies.",
|
|
3104
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3104
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst nestedCloudAssemblyProperties: cloud_assembly_schema.NestedCloudAssemblyProperties = {\n directoryName: 'directoryName',\n\n // the properties below are optional\n displayName: 'displayName',\n};",
|
|
3105
3105
|
"custom": {
|
|
3106
3106
|
"exampleMetadata": "fixture=_generated"
|
|
3107
3107
|
}
|
|
@@ -3157,7 +3157,7 @@
|
|
|
3157
3157
|
"docs": {
|
|
3158
3158
|
"stability": "stable",
|
|
3159
3159
|
"summary": "Information about the application's runtime components.",
|
|
3160
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3160
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst runtimeInfo: cloud_assembly_schema.RuntimeInfo = {\n libraries: {\n librariesKey: 'libraries',\n },\n};",
|
|
3161
3161
|
"custom": {
|
|
3162
3162
|
"exampleMetadata": "fixture=_generated"
|
|
3163
3163
|
}
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"docs": {
|
|
3201
3201
|
"stability": "stable",
|
|
3202
3202
|
"summary": "Query to SSM Parameter Context Provider.",
|
|
3203
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3203
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst sSMParameterContextQuery: cloud_assembly_schema.SSMParameterContextQuery = {\n account: 'account',\n parameterName: 'parameterName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
3204
3204
|
"custom": {
|
|
3205
3205
|
"exampleMetadata": "fixture=_generated"
|
|
3206
3206
|
}
|
|
@@ -3232,17 +3232,15 @@
|
|
|
3232
3232
|
{
|
|
3233
3233
|
"abstract": true,
|
|
3234
3234
|
"docs": {
|
|
3235
|
-
"default": "- None",
|
|
3236
3235
|
"stability": "stable",
|
|
3237
|
-
"summary": "
|
|
3236
|
+
"summary": "Parameter name to query."
|
|
3238
3237
|
},
|
|
3239
3238
|
"immutable": true,
|
|
3240
3239
|
"locationInModule": {
|
|
3241
3240
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3242
|
-
"line":
|
|
3241
|
+
"line": 183
|
|
3243
3242
|
},
|
|
3244
|
-
"name": "
|
|
3245
|
-
"optional": true,
|
|
3243
|
+
"name": "parameterName",
|
|
3246
3244
|
"type": {
|
|
3247
3245
|
"primitive": "string"
|
|
3248
3246
|
}
|
|
@@ -3251,14 +3249,14 @@
|
|
|
3251
3249
|
"abstract": true,
|
|
3252
3250
|
"docs": {
|
|
3253
3251
|
"stability": "stable",
|
|
3254
|
-
"summary": "
|
|
3252
|
+
"summary": "Query region."
|
|
3255
3253
|
},
|
|
3256
3254
|
"immutable": true,
|
|
3257
3255
|
"locationInModule": {
|
|
3258
3256
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3259
|
-
"line":
|
|
3257
|
+
"line": 171
|
|
3260
3258
|
},
|
|
3261
|
-
"name": "
|
|
3259
|
+
"name": "region",
|
|
3262
3260
|
"type": {
|
|
3263
3261
|
"primitive": "string"
|
|
3264
3262
|
}
|
|
@@ -3266,15 +3264,17 @@
|
|
|
3266
3264
|
{
|
|
3267
3265
|
"abstract": true,
|
|
3268
3266
|
"docs": {
|
|
3267
|
+
"default": "- None",
|
|
3269
3268
|
"stability": "stable",
|
|
3270
|
-
"summary": "
|
|
3269
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
3271
3270
|
},
|
|
3272
3271
|
"immutable": true,
|
|
3273
3272
|
"locationInModule": {
|
|
3274
3273
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3275
|
-
"line":
|
|
3274
|
+
"line": 178
|
|
3276
3275
|
},
|
|
3277
|
-
"name": "
|
|
3276
|
+
"name": "lookupRoleArn",
|
|
3277
|
+
"optional": true,
|
|
3278
3278
|
"type": {
|
|
3279
3279
|
"primitive": "string"
|
|
3280
3280
|
}
|
|
@@ -3288,7 +3288,7 @@
|
|
|
3288
3288
|
"docs": {
|
|
3289
3289
|
"stability": "stable",
|
|
3290
3290
|
"summary": "Query input for looking up a security group.",
|
|
3291
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3291
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst securityGroupContextQuery: cloud_assembly_schema.SecurityGroupContextQuery = {\n account: 'account',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n securityGroupId: 'securityGroupId',\n securityGroupName: 'securityGroupName',\n vpcId: 'vpcId',\n};",
|
|
3292
3292
|
"custom": {
|
|
3293
3293
|
"exampleMetadata": "fixture=_generated"
|
|
3294
3294
|
}
|
|
@@ -3320,17 +3320,15 @@
|
|
|
3320
3320
|
{
|
|
3321
3321
|
"abstract": true,
|
|
3322
3322
|
"docs": {
|
|
3323
|
-
"default": "- None",
|
|
3324
3323
|
"stability": "stable",
|
|
3325
|
-
"summary": "
|
|
3324
|
+
"summary": "Query region."
|
|
3326
3325
|
},
|
|
3327
3326
|
"immutable": true,
|
|
3328
3327
|
"locationInModule": {
|
|
3329
3328
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3330
|
-
"line":
|
|
3329
|
+
"line": 408
|
|
3331
3330
|
},
|
|
3332
|
-
"name": "
|
|
3333
|
-
"optional": true,
|
|
3331
|
+
"name": "region",
|
|
3334
3332
|
"type": {
|
|
3335
3333
|
"primitive": "string"
|
|
3336
3334
|
}
|
|
@@ -3338,15 +3336,17 @@
|
|
|
3338
3336
|
{
|
|
3339
3337
|
"abstract": true,
|
|
3340
3338
|
"docs": {
|
|
3339
|
+
"default": "- None",
|
|
3341
3340
|
"stability": "stable",
|
|
3342
|
-
"summary": "
|
|
3341
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
3343
3342
|
},
|
|
3344
3343
|
"immutable": true,
|
|
3345
3344
|
"locationInModule": {
|
|
3346
3345
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3347
|
-
"line":
|
|
3346
|
+
"line": 415
|
|
3348
3347
|
},
|
|
3349
|
-
"name": "
|
|
3348
|
+
"name": "lookupRoleArn",
|
|
3349
|
+
"optional": true,
|
|
3350
3350
|
"type": {
|
|
3351
3351
|
"primitive": "string"
|
|
3352
3352
|
}
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
"docs": {
|
|
3415
3415
|
"stability": "stable",
|
|
3416
3416
|
"summary": "Metadata Entry spec for stack tag.",
|
|
3417
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3417
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst tag: cloud_assembly_schema.Tag = {\n key: 'key',\n value: 'value',\n};",
|
|
3418
3418
|
"custom": {
|
|
3419
3419
|
"exampleMetadata": "fixture=_generated"
|
|
3420
3420
|
}
|
|
@@ -3470,7 +3470,7 @@
|
|
|
3470
3470
|
"docs": {
|
|
3471
3471
|
"stability": "stable",
|
|
3472
3472
|
"summary": "Artifact properties for the Construct Tree Artifact.",
|
|
3473
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3473
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst treeArtifactProperties: cloud_assembly_schema.TreeArtifactProperties = {\n file: 'file',\n};",
|
|
3474
3474
|
"custom": {
|
|
3475
3475
|
"exampleMetadata": "fixture=_generated"
|
|
3476
3476
|
}
|
|
@@ -3508,7 +3508,7 @@
|
|
|
3508
3508
|
"docs": {
|
|
3509
3509
|
"stability": "stable",
|
|
3510
3510
|
"summary": "Query input for looking up a VPC.",
|
|
3511
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\
|
|
3511
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst vpcContextQuery: cloud_assembly_schema.VpcContextQuery = {\n account: 'account',\n filter: {\n filterKey: 'filter',\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n returnAsymmetricSubnets: false,\n subnetGroupNameTag: 'subnetGroupNameTag',\n};",
|
|
3512
3512
|
"custom": {
|
|
3513
3513
|
"exampleMetadata": "fixture=_generated"
|
|
3514
3514
|
}
|
|
@@ -3563,17 +3563,15 @@
|
|
|
3563
3563
|
{
|
|
3564
3564
|
"abstract": true,
|
|
3565
3565
|
"docs": {
|
|
3566
|
-
"default": "- None",
|
|
3567
3566
|
"stability": "stable",
|
|
3568
|
-
"summary": "
|
|
3567
|
+
"summary": "Query region."
|
|
3569
3568
|
},
|
|
3570
3569
|
"immutable": true,
|
|
3571
3570
|
"locationInModule": {
|
|
3572
3571
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3573
|
-
"line":
|
|
3572
|
+
"line": 198
|
|
3574
3573
|
},
|
|
3575
|
-
"name": "
|
|
3576
|
-
"optional": true,
|
|
3574
|
+
"name": "region",
|
|
3577
3575
|
"type": {
|
|
3578
3576
|
"primitive": "string"
|
|
3579
3577
|
}
|
|
@@ -3581,15 +3579,17 @@
|
|
|
3581
3579
|
{
|
|
3582
3580
|
"abstract": true,
|
|
3583
3581
|
"docs": {
|
|
3582
|
+
"default": "- None",
|
|
3584
3583
|
"stability": "stable",
|
|
3585
|
-
"summary": "
|
|
3584
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
3586
3585
|
},
|
|
3587
3586
|
"immutable": true,
|
|
3588
3587
|
"locationInModule": {
|
|
3589
3588
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3590
|
-
"line":
|
|
3589
|
+
"line": 205
|
|
3591
3590
|
},
|
|
3592
|
-
"name": "
|
|
3591
|
+
"name": "lookupRoleArn",
|
|
3592
|
+
"optional": true,
|
|
3593
3593
|
"type": {
|
|
3594
3594
|
"primitive": "string"
|
|
3595
3595
|
}
|
|
@@ -3635,6 +3635,6 @@
|
|
|
3635
3635
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
3636
3636
|
}
|
|
3637
3637
|
},
|
|
3638
|
-
"version": "2.
|
|
3638
|
+
"version": "2.6.0",
|
|
3639
3639
|
"fingerprint": "**********"
|
|
3640
3640
|
}
|