@aws-cdk/cloud-assembly-schema 2.6.0 → 2.7.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 +136 -26
- package/.jsii.tabl.json +92 -38
- package/.warnings.jsii.js +16 -8
- package/lib/cloud-assembly/artifact-schema.d.ts +41 -0
- package/lib/cloud-assembly/artifact-schema.js +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +5 -5
- package/schema/cloud-assembly.schema.json +30 -1
- package/schema/cloud-assembly.version.json +1 -1
package/.jsii
CHANGED
|
@@ -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';\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};",
|
|
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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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
|
}
|
|
@@ -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';\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};",
|
|
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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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
|
}
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"kind": "interface",
|
|
663
663
|
"locationInModule": {
|
|
664
664
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
665
|
-
"line":
|
|
665
|
+
"line": 139
|
|
666
666
|
},
|
|
667
667
|
"name": "AssetManifestProperties",
|
|
668
668
|
"properties": [
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"immutable": true,
|
|
676
676
|
"locationInModule": {
|
|
677
677
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
678
|
-
"line":
|
|
678
|
+
"line": 143
|
|
679
679
|
},
|
|
680
680
|
"name": "file",
|
|
681
681
|
"type": {
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"immutable": true,
|
|
694
694
|
"locationInModule": {
|
|
695
695
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
696
|
-
"line":
|
|
696
|
+
"line": 163
|
|
697
697
|
},
|
|
698
698
|
"name": "bootstrapStackVersionSsmParameter",
|
|
699
699
|
"optional": true,
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
"immutable": true,
|
|
712
712
|
"locationInModule": {
|
|
713
713
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
714
|
-
"line":
|
|
714
|
+
"line": 150
|
|
715
715
|
},
|
|
716
716
|
"name": "requiresBootstrapStackVersion",
|
|
717
717
|
"optional": true,
|
|
@@ -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';\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};",
|
|
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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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
|
}
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"kind": "interface",
|
|
810
810
|
"locationInModule": {
|
|
811
811
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
812
|
-
"line":
|
|
812
|
+
"line": 38
|
|
813
813
|
},
|
|
814
814
|
"name": "AwsCloudFormationStackProperties",
|
|
815
815
|
"properties": [
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
"immutable": true,
|
|
823
823
|
"locationInModule": {
|
|
824
824
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
825
|
-
"line":
|
|
825
|
+
"line": 42
|
|
826
826
|
},
|
|
827
827
|
"name": "templateFile",
|
|
828
828
|
"type": {
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"immutable": true,
|
|
840
840
|
"locationInModule": {
|
|
841
841
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
842
|
-
"line":
|
|
842
|
+
"line": 76
|
|
843
843
|
},
|
|
844
844
|
"name": "assumeRoleArn",
|
|
845
845
|
"optional": true,
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
"immutable": true,
|
|
858
858
|
"locationInModule": {
|
|
859
859
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
860
|
-
"line":
|
|
860
|
+
"line": 83
|
|
861
861
|
},
|
|
862
862
|
"name": "assumeRoleExternalId",
|
|
863
863
|
"optional": true,
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
"immutable": true,
|
|
877
877
|
"locationInModule": {
|
|
878
878
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
879
|
-
"line":
|
|
879
|
+
"line": 126
|
|
880
880
|
},
|
|
881
881
|
"name": "bootstrapStackVersionSsmParameter",
|
|
882
882
|
"optional": true,
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
"immutable": true,
|
|
895
895
|
"locationInModule": {
|
|
896
896
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
897
|
-
"line":
|
|
897
|
+
"line": 90
|
|
898
898
|
},
|
|
899
899
|
"name": "cloudFormationExecutionRoleArn",
|
|
900
900
|
"optional": true,
|
|
@@ -902,6 +902,24 @@
|
|
|
902
902
|
"primitive": "string"
|
|
903
903
|
}
|
|
904
904
|
},
|
|
905
|
+
{
|
|
906
|
+
"abstract": true,
|
|
907
|
+
"docs": {
|
|
908
|
+
"default": "- No role is assumed (current credentials are used)",
|
|
909
|
+
"stability": "stable",
|
|
910
|
+
"summary": "The role to use to look up values from the target AWS account."
|
|
911
|
+
},
|
|
912
|
+
"immutable": true,
|
|
913
|
+
"locationInModule": {
|
|
914
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
915
|
+
"line": 97
|
|
916
|
+
},
|
|
917
|
+
"name": "lookupRole",
|
|
918
|
+
"optional": true,
|
|
919
|
+
"type": {
|
|
920
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.BootstrapRole"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
905
923
|
{
|
|
906
924
|
"abstract": true,
|
|
907
925
|
"docs": {
|
|
@@ -912,7 +930,7 @@
|
|
|
912
930
|
"immutable": true,
|
|
913
931
|
"locationInModule": {
|
|
914
932
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
915
|
-
"line":
|
|
933
|
+
"line": 49
|
|
916
934
|
},
|
|
917
935
|
"name": "parameters",
|
|
918
936
|
"optional": true,
|
|
@@ -935,7 +953,7 @@
|
|
|
935
953
|
"immutable": true,
|
|
936
954
|
"locationInModule": {
|
|
937
955
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
938
|
-
"line":
|
|
956
|
+
"line": 111
|
|
939
957
|
},
|
|
940
958
|
"name": "requiresBootstrapStackVersion",
|
|
941
959
|
"optional": true,
|
|
@@ -953,7 +971,7 @@
|
|
|
953
971
|
"immutable": true,
|
|
954
972
|
"locationInModule": {
|
|
955
973
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
956
|
-
"line":
|
|
974
|
+
"line": 62
|
|
957
975
|
},
|
|
958
976
|
"name": "stackName",
|
|
959
977
|
"optional": true,
|
|
@@ -971,7 +989,7 @@
|
|
|
971
989
|
"immutable": true,
|
|
972
990
|
"locationInModule": {
|
|
973
991
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
974
|
-
"line":
|
|
992
|
+
"line": 104
|
|
975
993
|
},
|
|
976
994
|
"name": "stackTemplateAssetObjectUrl",
|
|
977
995
|
"optional": true,
|
|
@@ -989,7 +1007,7 @@
|
|
|
989
1007
|
"immutable": true,
|
|
990
1008
|
"locationInModule": {
|
|
991
1009
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
992
|
-
"line":
|
|
1010
|
+
"line": 56
|
|
993
1011
|
},
|
|
994
1012
|
"name": "tags",
|
|
995
1013
|
"optional": true,
|
|
@@ -1012,7 +1030,7 @@
|
|
|
1012
1030
|
"immutable": true,
|
|
1013
1031
|
"locationInModule": {
|
|
1014
1032
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1015
|
-
"line":
|
|
1033
|
+
"line": 69
|
|
1016
1034
|
},
|
|
1017
1035
|
"name": "terminationProtection",
|
|
1018
1036
|
"optional": true,
|
|
@@ -1030,7 +1048,7 @@
|
|
|
1030
1048
|
"immutable": true,
|
|
1031
1049
|
"locationInModule": {
|
|
1032
1050
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1033
|
-
"line":
|
|
1051
|
+
"line": 133
|
|
1034
1052
|
},
|
|
1035
1053
|
"name": "validateOnSynth",
|
|
1036
1054
|
"optional": true,
|
|
@@ -1117,6 +1135,98 @@
|
|
|
1117
1135
|
],
|
|
1118
1136
|
"symbolId": "lib/assets/aws-destination:AwsDestination"
|
|
1119
1137
|
},
|
|
1138
|
+
"@aws-cdk/cloud-assembly-schema.BootstrapRole": {
|
|
1139
|
+
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
1140
|
+
"datatype": true,
|
|
1141
|
+
"docs": {
|
|
1142
|
+
"stability": "stable",
|
|
1143
|
+
"summary": "Information needed to access an IAM role created as part of the bootstrap process.",
|
|
1144
|
+
"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 bootstrapRole: cloud_assembly_schema.BootstrapRole = {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n};",
|
|
1145
|
+
"custom": {
|
|
1146
|
+
"exampleMetadata": "fixture=_generated"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.BootstrapRole",
|
|
1150
|
+
"kind": "interface",
|
|
1151
|
+
"locationInModule": {
|
|
1152
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1153
|
+
"line": 6
|
|
1154
|
+
},
|
|
1155
|
+
"name": "BootstrapRole",
|
|
1156
|
+
"properties": [
|
|
1157
|
+
{
|
|
1158
|
+
"abstract": true,
|
|
1159
|
+
"docs": {
|
|
1160
|
+
"stability": "stable",
|
|
1161
|
+
"summary": "The ARN of the IAM role created as part of bootrapping e.g. lookupRoleArn."
|
|
1162
|
+
},
|
|
1163
|
+
"immutable": true,
|
|
1164
|
+
"locationInModule": {
|
|
1165
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1166
|
+
"line": 11
|
|
1167
|
+
},
|
|
1168
|
+
"name": "arn",
|
|
1169
|
+
"type": {
|
|
1170
|
+
"primitive": "string"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"abstract": true,
|
|
1175
|
+
"docs": {
|
|
1176
|
+
"default": "- No external ID",
|
|
1177
|
+
"stability": "stable",
|
|
1178
|
+
"summary": "External ID to use when assuming the bootstrap role."
|
|
1179
|
+
},
|
|
1180
|
+
"immutable": true,
|
|
1181
|
+
"locationInModule": {
|
|
1182
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1183
|
+
"line": 18
|
|
1184
|
+
},
|
|
1185
|
+
"name": "assumeRoleExternalId",
|
|
1186
|
+
"optional": true,
|
|
1187
|
+
"type": {
|
|
1188
|
+
"primitive": "string"
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"abstract": true,
|
|
1193
|
+
"docs": {
|
|
1194
|
+
"default": "- Discover SSM parameter by reading stack",
|
|
1195
|
+
"stability": "stable",
|
|
1196
|
+
"summary": "Name of SSM parameter with bootstrap stack version."
|
|
1197
|
+
},
|
|
1198
|
+
"immutable": true,
|
|
1199
|
+
"locationInModule": {
|
|
1200
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1201
|
+
"line": 32
|
|
1202
|
+
},
|
|
1203
|
+
"name": "bootstrapStackVersionSsmParameter",
|
|
1204
|
+
"optional": true,
|
|
1205
|
+
"type": {
|
|
1206
|
+
"primitive": "string"
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"abstract": true,
|
|
1211
|
+
"docs": {
|
|
1212
|
+
"default": "- No bootstrap stack required",
|
|
1213
|
+
"stability": "stable",
|
|
1214
|
+
"summary": "Version of bootstrap stack required to use this role."
|
|
1215
|
+
},
|
|
1216
|
+
"immutable": true,
|
|
1217
|
+
"locationInModule": {
|
|
1218
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1219
|
+
"line": 25
|
|
1220
|
+
},
|
|
1221
|
+
"name": "requiresBootstrapStackVersion",
|
|
1222
|
+
"optional": true,
|
|
1223
|
+
"type": {
|
|
1224
|
+
"primitive": "number"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"symbolId": "lib/cloud-assembly/artifact-schema:BootstrapRole"
|
|
1229
|
+
},
|
|
1120
1230
|
"@aws-cdk/cloud-assembly-schema.ContainerImageAssetMetadataEntry": {
|
|
1121
1231
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
1122
1232
|
"datatype": true,
|
|
@@ -3110,7 +3220,7 @@
|
|
|
3110
3220
|
"kind": "interface",
|
|
3111
3221
|
"locationInModule": {
|
|
3112
3222
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
3113
|
-
"line":
|
|
3223
|
+
"line": 179
|
|
3114
3224
|
},
|
|
3115
3225
|
"name": "NestedCloudAssemblyProperties",
|
|
3116
3226
|
"properties": [
|
|
@@ -3123,7 +3233,7 @@
|
|
|
3123
3233
|
"immutable": true,
|
|
3124
3234
|
"locationInModule": {
|
|
3125
3235
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
3126
|
-
"line":
|
|
3236
|
+
"line": 183
|
|
3127
3237
|
},
|
|
3128
3238
|
"name": "directoryName",
|
|
3129
3239
|
"type": {
|
|
@@ -3140,7 +3250,7 @@
|
|
|
3140
3250
|
"immutable": true,
|
|
3141
3251
|
"locationInModule": {
|
|
3142
3252
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
3143
|
-
"line":
|
|
3253
|
+
"line": 190
|
|
3144
3254
|
},
|
|
3145
3255
|
"name": "displayName",
|
|
3146
3256
|
"optional": true,
|
|
@@ -3479,7 +3589,7 @@
|
|
|
3479
3589
|
"kind": "interface",
|
|
3480
3590
|
"locationInModule": {
|
|
3481
3591
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
3482
|
-
"line":
|
|
3592
|
+
"line": 169
|
|
3483
3593
|
},
|
|
3484
3594
|
"name": "TreeArtifactProperties",
|
|
3485
3595
|
"properties": [
|
|
@@ -3492,7 +3602,7 @@
|
|
|
3492
3602
|
"immutable": true,
|
|
3493
3603
|
"locationInModule": {
|
|
3494
3604
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
3495
|
-
"line":
|
|
3605
|
+
"line": 173
|
|
3496
3606
|
},
|
|
3497
3607
|
"name": "file",
|
|
3498
3608
|
"type": {
|
|
@@ -3635,6 +3745,6 @@
|
|
|
3635
3745
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
3636
3746
|
}
|
|
3637
3747
|
},
|
|
3638
|
-
"version": "2.
|
|
3748
|
+
"version": "2.7.0",
|
|
3639
3749
|
"fingerprint": "**********"
|
|
3640
3750
|
}
|
package/.jsii.tabl.json
CHANGED
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
},
|
|
54
54
|
"fqnsFingerprint": "37f5b63c2889bb4d664b8935d1e1bd58ca8cbea3eee39ff067ad25ac6b869d1f"
|
|
55
55
|
},
|
|
56
|
-
"
|
|
56
|
+
"8a22f1619dbaab88e6efe034852102f4342b62797f1ced0c54bb9b918813d159": {
|
|
57
57
|
"translations": {
|
|
58
58
|
"python": {
|
|
59
|
-
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nartifact_manifest = cloud_assembly_schema.ArtifactManifest(\n type=cloud_assembly_schema.ArtifactType.NONE,\n\n # the properties below are optional\n dependencies=[\"dependencies\"],\n display_name=\"displayName\",\n environment=\"environment\",\n metadata={\n \"metadata_key\": [cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n )]\n },\n properties=cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n )\n)",
|
|
59
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nartifact_manifest = cloud_assembly_schema.ArtifactManifest(\n type=cloud_assembly_schema.ArtifactType.NONE,\n\n # the properties below are optional\n dependencies=[\"dependencies\"],\n display_name=\"displayName\",\n environment=\"environment\",\n metadata={\n \"metadata_key\": [cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n )]\n },\n properties=cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n lookup_role=cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n ),\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n )\n)",
|
|
60
60
|
"version": "1"
|
|
61
61
|
},
|
|
62
62
|
"csharp": {
|
|
63
|
-
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nArtifactManifest artifactManifest = new ArtifactManifest {\n Type = ArtifactType.NONE,\n\n // the properties below are optional\n Dependencies = new [] { \"dependencies\" },\n DisplayName = \"displayName\",\n Environment = \"environment\",\n Metadata = new Dictionary<string, MetadataEntry[]> {\n { \"metadataKey\", new [] { new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n } } }\n },\n Properties = new 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 = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n }\n};",
|
|
63
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nArtifactManifest artifactManifest = new ArtifactManifest {\n Type = ArtifactType.NONE,\n\n // the properties below are optional\n Dependencies = new [] { \"dependencies\" },\n DisplayName = \"displayName\",\n Environment = \"environment\",\n Metadata = new Dictionary<string, MetadataEntry[]> {\n { \"metadataKey\", new [] { new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n } } }\n },\n Properties = new AwsCloudFormationStackProperties {\n TemplateFile = \"templateFile\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n CloudFormationExecutionRoleArn = \"cloudFormationExecutionRoleArn\",\n LookupRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n },\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n }\n};",
|
|
64
64
|
"version": "1"
|
|
65
65
|
},
|
|
66
66
|
"java": {
|
|
67
|
-
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nArtifactManifest artifactManifest = ArtifactManifest.builder()\n .type(ArtifactType.NONE)\n\n // the properties below are optional\n .dependencies(List.of(\"dependencies\"))\n .displayName(\"displayName\")\n .environment(\"environment\")\n .metadata(Map.of(\n \"metadataKey\", List.of(MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build())))\n .properties(AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build())\n .build();",
|
|
67
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nArtifactManifest artifactManifest = ArtifactManifest.builder()\n .type(ArtifactType.NONE)\n\n // the properties below are optional\n .dependencies(List.of(\"dependencies\"))\n .displayName(\"displayName\")\n .environment(\"environment\")\n .metadata(Map.of(\n \"metadataKey\", List.of(MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build())))\n .properties(AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .lookupRole(BootstrapRole.builder()\n .arn(\"arn\")\n\n // the properties below are optional\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .requiresBootstrapStackVersion(123)\n .build())\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build())\n .build();",
|
|
68
68
|
"version": "1"
|
|
69
69
|
},
|
|
70
70
|
"$": {
|
|
71
|
-
"source": "// 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};",
|
|
71
|
+
"source": "// 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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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};",
|
|
72
72
|
"version": "0"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
@@ -85,18 +85,19 @@
|
|
|
85
85
|
"fqnsReferenced": [
|
|
86
86
|
"@aws-cdk/cloud-assembly-schema.ArtifactManifest",
|
|
87
87
|
"@aws-cdk/cloud-assembly-schema.ArtifactType",
|
|
88
|
-
"@aws-cdk/cloud-assembly-schema.ArtifactType#NONE"
|
|
88
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactType#NONE",
|
|
89
|
+
"@aws-cdk/cloud-assembly-schema.BootstrapRole"
|
|
89
90
|
],
|
|
90
|
-
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
91
|
+
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
91
92
|
"syntaxKindCounter": {
|
|
92
|
-
"8":
|
|
93
|
-
"10":
|
|
94
|
-
"75":
|
|
93
|
+
"8": 2,
|
|
94
|
+
"10": 19,
|
|
95
|
+
"75": 36,
|
|
95
96
|
"91": 2,
|
|
96
97
|
"153": 1,
|
|
97
98
|
"169": 1,
|
|
98
99
|
"192": 3,
|
|
99
|
-
"193":
|
|
100
|
+
"193": 7,
|
|
100
101
|
"194": 2,
|
|
101
102
|
"225": 1,
|
|
102
103
|
"242": 1,
|
|
@@ -104,27 +105,27 @@
|
|
|
104
105
|
"254": 1,
|
|
105
106
|
"255": 1,
|
|
106
107
|
"256": 1,
|
|
107
|
-
"281":
|
|
108
|
+
"281": 29,
|
|
108
109
|
"290": 1
|
|
109
110
|
},
|
|
110
|
-
"fqnsFingerprint": "
|
|
111
|
+
"fqnsFingerprint": "8902d6ebce97b0bd0e7a7269425982e81191dedd5749417b14a975e3c615e05f"
|
|
111
112
|
},
|
|
112
|
-
"
|
|
113
|
+
"51b9f560219f00280c95ce85c64fec1e95f59ed1de150b9a0323d891c0d9870c": {
|
|
113
114
|
"translations": {
|
|
114
115
|
"python": {
|
|
115
|
-
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nassembly_manifest = cloud_assembly_schema.AssemblyManifest(\n version=\"version\",\n\n # the properties below are optional\n artifacts={\n \"artifacts_key\": cloud_assembly_schema.ArtifactManifest(\n type=cloud_assembly_schema.ArtifactType.NONE,\n\n # the properties below are optional\n dependencies=[\"dependencies\"],\n display_name=\"displayName\",\n environment=\"environment\",\n metadata={\n \"metadata_key\": [cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n )]\n },\n properties=cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n )\n )\n },\n missing=[cloud_assembly_schema.MissingContext(\n key=\"key\",\n props=cloud_assembly_schema.AmiContextQuery(\n account=\"account\",\n filters={\n \"filters_key\": [\"filters\"]\n },\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n owners=[\"owners\"]\n ),\n provider=cloud_assembly_schema.ContextProvider.AMI_PROVIDER\n )],\n runtime=cloud_assembly_schema.RuntimeInfo(\n libraries={\n \"libraries_key\": \"libraries\"\n }\n )\n)",
|
|
116
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nassembly_manifest = cloud_assembly_schema.AssemblyManifest(\n version=\"version\",\n\n # the properties below are optional\n artifacts={\n \"artifacts_key\": cloud_assembly_schema.ArtifactManifest(\n type=cloud_assembly_schema.ArtifactType.NONE,\n\n # the properties below are optional\n dependencies=[\"dependencies\"],\n display_name=\"displayName\",\n environment=\"environment\",\n metadata={\n \"metadata_key\": [cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n )]\n },\n properties=cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n lookup_role=cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n ),\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n )\n )\n },\n missing=[cloud_assembly_schema.MissingContext(\n key=\"key\",\n props=cloud_assembly_schema.AmiContextQuery(\n account=\"account\",\n filters={\n \"filters_key\": [\"filters\"]\n },\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n owners=[\"owners\"]\n ),\n provider=cloud_assembly_schema.ContextProvider.AMI_PROVIDER\n )],\n runtime=cloud_assembly_schema.RuntimeInfo(\n libraries={\n \"libraries_key\": \"libraries\"\n }\n )\n)",
|
|
116
117
|
"version": "1"
|
|
117
118
|
},
|
|
118
119
|
"csharp": {
|
|
119
|
-
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAssemblyManifest assemblyManifest = new AssemblyManifest {\n Version = \"version\",\n\n // the properties below are optional\n Artifacts = new Dictionary<string, ArtifactManifest> {\n { \"artifactsKey\", new ArtifactManifest {\n Type = ArtifactType.NONE,\n\n // the properties below are optional\n Dependencies = new [] { \"dependencies\" },\n DisplayName = \"displayName\",\n Environment = \"environment\",\n Metadata = new Dictionary<string, MetadataEntry[]> {\n { \"metadataKey\", new [] { new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n } } }\n },\n Properties = new 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 = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n }\n } }\n },\n Missing = new [] { new MissingContext {\n Key = \"key\",\n Props = new AmiContextQuery {\n Account = \"account\",\n Filters = new Dictionary<string, string[]> {\n { \"filtersKey\", new [] { \"filters\" } }\n },\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n Owners = new [] { \"owners\" }\n },\n Provider = ContextProvider.AMI_PROVIDER\n } },\n Runtime = new RuntimeInfo {\n Libraries = new Dictionary<string, string> {\n { \"librariesKey\", \"libraries\" }\n }\n }\n};",
|
|
120
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAssemblyManifest assemblyManifest = new AssemblyManifest {\n Version = \"version\",\n\n // the properties below are optional\n Artifacts = new Dictionary<string, ArtifactManifest> {\n { \"artifactsKey\", new ArtifactManifest {\n Type = ArtifactType.NONE,\n\n // the properties below are optional\n Dependencies = new [] { \"dependencies\" },\n DisplayName = \"displayName\",\n Environment = \"environment\",\n Metadata = new Dictionary<string, MetadataEntry[]> {\n { \"metadataKey\", new [] { new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n } } }\n },\n Properties = new AwsCloudFormationStackProperties {\n TemplateFile = \"templateFile\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n CloudFormationExecutionRoleArn = \"cloudFormationExecutionRoleArn\",\n LookupRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n },\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n }\n } }\n },\n Missing = new [] { new MissingContext {\n Key = \"key\",\n Props = new AmiContextQuery {\n Account = \"account\",\n Filters = new Dictionary<string, string[]> {\n { \"filtersKey\", new [] { \"filters\" } }\n },\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n Owners = new [] { \"owners\" }\n },\n Provider = ContextProvider.AMI_PROVIDER\n } },\n Runtime = new RuntimeInfo {\n Libraries = new Dictionary<string, string> {\n { \"librariesKey\", \"libraries\" }\n }\n }\n};",
|
|
120
121
|
"version": "1"
|
|
121
122
|
},
|
|
122
123
|
"java": {
|
|
123
|
-
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nAssemblyManifest assemblyManifest = AssemblyManifest.builder()\n .version(\"version\")\n\n // the properties below are optional\n .artifacts(Map.of(\n \"artifactsKey\", ArtifactManifest.builder()\n .type(ArtifactType.NONE)\n\n // the properties below are optional\n .dependencies(List.of(\"dependencies\"))\n .displayName(\"displayName\")\n .environment(\"environment\")\n .metadata(Map.of(\n \"metadataKey\", List.of(MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build())))\n .properties(AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build())\n .build()))\n .missing(List.of(MissingContext.builder()\n .key(\"key\")\n .props(AmiContextQuery.builder()\n .account(\"account\")\n .filters(Map.of(\n \"filtersKey\", List.of(\"filters\")))\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .owners(List.of(\"owners\"))\n .build())\n .provider(ContextProvider.AMI_PROVIDER)\n .build()))\n .runtime(RuntimeInfo.builder()\n .libraries(Map.of(\n \"librariesKey\", \"libraries\"))\n .build())\n .build();",
|
|
124
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nAssemblyManifest assemblyManifest = AssemblyManifest.builder()\n .version(\"version\")\n\n // the properties below are optional\n .artifacts(Map.of(\n \"artifactsKey\", ArtifactManifest.builder()\n .type(ArtifactType.NONE)\n\n // the properties below are optional\n .dependencies(List.of(\"dependencies\"))\n .displayName(\"displayName\")\n .environment(\"environment\")\n .metadata(Map.of(\n \"metadataKey\", List.of(MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build())))\n .properties(AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .lookupRole(BootstrapRole.builder()\n .arn(\"arn\")\n\n // the properties below are optional\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .requiresBootstrapStackVersion(123)\n .build())\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build())\n .build()))\n .missing(List.of(MissingContext.builder()\n .key(\"key\")\n .props(AmiContextQuery.builder()\n .account(\"account\")\n .filters(Map.of(\n \"filtersKey\", List.of(\"filters\")))\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .owners(List.of(\"owners\"))\n .build())\n .provider(ContextProvider.AMI_PROVIDER)\n .build()))\n .runtime(RuntimeInfo.builder()\n .libraries(Map.of(\n \"librariesKey\", \"libraries\"))\n .build())\n .build();",
|
|
124
125
|
"version": "1"
|
|
125
126
|
},
|
|
126
127
|
"$": {
|
|
127
|
-
"source": "// 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};",
|
|
128
|
+
"source": "// 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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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};",
|
|
128
129
|
"version": "0"
|
|
129
130
|
}
|
|
130
131
|
},
|
|
@@ -143,20 +144,21 @@
|
|
|
143
144
|
"@aws-cdk/cloud-assembly-schema.ArtifactType",
|
|
144
145
|
"@aws-cdk/cloud-assembly-schema.ArtifactType#NONE",
|
|
145
146
|
"@aws-cdk/cloud-assembly-schema.AssemblyManifest",
|
|
147
|
+
"@aws-cdk/cloud-assembly-schema.BootstrapRole",
|
|
146
148
|
"@aws-cdk/cloud-assembly-schema.ContextProvider",
|
|
147
149
|
"@aws-cdk/cloud-assembly-schema.ContextProvider#AMI_PROVIDER",
|
|
148
150
|
"@aws-cdk/cloud-assembly-schema.RuntimeInfo"
|
|
149
151
|
],
|
|
150
|
-
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
152
|
+
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
151
153
|
"syntaxKindCounter": {
|
|
152
|
-
"8":
|
|
153
|
-
"10":
|
|
154
|
-
"75":
|
|
154
|
+
"8": 2,
|
|
155
|
+
"10": 27,
|
|
156
|
+
"75": 55,
|
|
155
157
|
"91": 2,
|
|
156
158
|
"153": 1,
|
|
157
159
|
"169": 1,
|
|
158
160
|
"192": 6,
|
|
159
|
-
"193":
|
|
161
|
+
"193": 14,
|
|
160
162
|
"194": 4,
|
|
161
163
|
"225": 1,
|
|
162
164
|
"242": 1,
|
|
@@ -164,10 +166,10 @@
|
|
|
164
166
|
"254": 1,
|
|
165
167
|
"255": 1,
|
|
166
168
|
"256": 1,
|
|
167
|
-
"281":
|
|
169
|
+
"281": 45,
|
|
168
170
|
"290": 1
|
|
169
171
|
},
|
|
170
|
-
"fqnsFingerprint": "
|
|
172
|
+
"fqnsFingerprint": "e4a54f9027ef425b7b0cce41f9c6329bedc6b97e262fe32c0f3a6fc21d4d950b"
|
|
171
173
|
},
|
|
172
174
|
"e5facf646817f28c78b57c54c44e62b727f11b354bf2951a1e4cab4be9681f0e": {
|
|
173
175
|
"translations": {
|
|
@@ -330,22 +332,22 @@
|
|
|
330
332
|
},
|
|
331
333
|
"fqnsFingerprint": "5843491fa882f688ddab5c8c27ec5364c432fa91369fdf4434a65c0d66e00da2"
|
|
332
334
|
},
|
|
333
|
-
"
|
|
335
|
+
"210001af9ea4fdab1dd7cde9580cecadb1d87fda5fe8a230e3a8945f3915f284": {
|
|
334
336
|
"translations": {
|
|
335
337
|
"python": {
|
|
336
|
-
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\naws_cloud_formation_stack_properties = cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n)",
|
|
338
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\naws_cloud_formation_stack_properties = cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n lookup_role=cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n ),\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n)",
|
|
337
339
|
"version": "1"
|
|
338
340
|
},
|
|
339
341
|
"csharp": {
|
|
340
|
-
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAwsCloudFormationStackProperties awsCloudFormationStackProperties = new 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 = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n};",
|
|
342
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAwsCloudFormationStackProperties awsCloudFormationStackProperties = new AwsCloudFormationStackProperties {\n TemplateFile = \"templateFile\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n CloudFormationExecutionRoleArn = \"cloudFormationExecutionRoleArn\",\n LookupRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n },\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n};",
|
|
341
343
|
"version": "1"
|
|
342
344
|
},
|
|
343
345
|
"java": {
|
|
344
|
-
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nAwsCloudFormationStackProperties awsCloudFormationStackProperties = AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build();",
|
|
346
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nAwsCloudFormationStackProperties awsCloudFormationStackProperties = AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .lookupRole(BootstrapRole.builder()\n .arn(\"arn\")\n\n // the properties below are optional\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .requiresBootstrapStackVersion(123)\n .build())\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build();",
|
|
345
347
|
"version": "1"
|
|
346
348
|
},
|
|
347
349
|
"$": {
|
|
348
|
-
"source": "// 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};",
|
|
350
|
+
"source": "// 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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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};",
|
|
349
351
|
"version": "0"
|
|
350
352
|
}
|
|
351
353
|
},
|
|
@@ -360,27 +362,28 @@
|
|
|
360
362
|
},
|
|
361
363
|
"didCompile": true,
|
|
362
364
|
"fqnsReferenced": [
|
|
363
|
-
"@aws-cdk/cloud-assembly-schema.AwsCloudFormationStackProperties"
|
|
365
|
+
"@aws-cdk/cloud-assembly-schema.AwsCloudFormationStackProperties",
|
|
366
|
+
"@aws-cdk/cloud-assembly-schema.BootstrapRole"
|
|
364
367
|
],
|
|
365
|
-
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\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};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
368
|
+
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\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 lookupRole: {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n },\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/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
366
369
|
"syntaxKindCounter": {
|
|
367
|
-
"8":
|
|
368
|
-
"10":
|
|
369
|
-
"75":
|
|
370
|
+
"8": 2,
|
|
371
|
+
"10": 13,
|
|
372
|
+
"75": 23,
|
|
370
373
|
"91": 2,
|
|
371
374
|
"153": 1,
|
|
372
375
|
"169": 1,
|
|
373
|
-
"193":
|
|
376
|
+
"193": 4,
|
|
374
377
|
"225": 1,
|
|
375
378
|
"242": 1,
|
|
376
379
|
"243": 1,
|
|
377
380
|
"254": 1,
|
|
378
381
|
"255": 1,
|
|
379
382
|
"256": 1,
|
|
380
|
-
"281":
|
|
383
|
+
"281": 19,
|
|
381
384
|
"290": 1
|
|
382
385
|
},
|
|
383
|
-
"fqnsFingerprint": "
|
|
386
|
+
"fqnsFingerprint": "979c43277ee2c1d3d98c93911b8f1f2d4980f4d540fe8d3181ef75064f097ad3"
|
|
384
387
|
},
|
|
385
388
|
"f0c091ab0d76f7def8f7593714572ee73dd9b4be11c3308bd524be2dedf6710a": {
|
|
386
389
|
"translations": {
|
|
@@ -432,6 +435,57 @@
|
|
|
432
435
|
},
|
|
433
436
|
"fqnsFingerprint": "f7451737350cdc8cc4bc8c5339a5b8d32153ae61773c95f4f64f735b63415e58"
|
|
434
437
|
},
|
|
438
|
+
"03b1dfef36a618699bb85a0d61322c7b463d7bd335c602e106dd3728d0629d18": {
|
|
439
|
+
"translations": {
|
|
440
|
+
"python": {
|
|
441
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nbootstrap_role = cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n)",
|
|
442
|
+
"version": "1"
|
|
443
|
+
},
|
|
444
|
+
"csharp": {
|
|
445
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nBootstrapRole bootstrapRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n};",
|
|
446
|
+
"version": "1"
|
|
447
|
+
},
|
|
448
|
+
"java": {
|
|
449
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.cloudassembly.schema.*;\n\nBootstrapRole bootstrapRole = BootstrapRole.builder()\n .arn(\"arn\")\n\n // the properties below are optional\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .requiresBootstrapStackVersion(123)\n .build();",
|
|
450
|
+
"version": "1"
|
|
451
|
+
},
|
|
452
|
+
"$": {
|
|
453
|
+
"source": "// 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 bootstrapRole: cloud_assembly_schema.BootstrapRole = {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n};",
|
|
454
|
+
"version": "0"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"location": {
|
|
458
|
+
"api": {
|
|
459
|
+
"api": "type",
|
|
460
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.BootstrapRole"
|
|
461
|
+
},
|
|
462
|
+
"field": {
|
|
463
|
+
"field": "example"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"didCompile": true,
|
|
467
|
+
"fqnsReferenced": [
|
|
468
|
+
"@aws-cdk/cloud-assembly-schema.BootstrapRole"
|
|
469
|
+
],
|
|
470
|
+
"fullSource": "// Hoisted imports begin after !show marker below\n/// !show\n// 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';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst bootstrapRole: cloud_assembly_schema.BootstrapRole = {\n arn: 'arn',\n\n // the properties below are optional\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
471
|
+
"syntaxKindCounter": {
|
|
472
|
+
"8": 1,
|
|
473
|
+
"10": 4,
|
|
474
|
+
"75": 8,
|
|
475
|
+
"153": 1,
|
|
476
|
+
"169": 1,
|
|
477
|
+
"193": 1,
|
|
478
|
+
"225": 1,
|
|
479
|
+
"242": 1,
|
|
480
|
+
"243": 1,
|
|
481
|
+
"254": 1,
|
|
482
|
+
"255": 1,
|
|
483
|
+
"256": 1,
|
|
484
|
+
"281": 4,
|
|
485
|
+
"290": 1
|
|
486
|
+
},
|
|
487
|
+
"fqnsFingerprint": "3b7fe1842f0cc0f13ad1684247b5b04a45b80ce59b32df4f294894aeb087781b"
|
|
488
|
+
},
|
|
435
489
|
"9888324005c9b6c771775f087dd369426d13280663fce5b1cd0d24e37bb366fa": {
|
|
436
490
|
"translations": {
|
|
437
491
|
"python": {
|
package/.warnings.jsii.js
CHANGED
|
@@ -30,6 +30,8 @@ function _aws_cdk_cloud_assembly_schema_AssetManifestProperties(p) {
|
|
|
30
30
|
}
|
|
31
31
|
function _aws_cdk_cloud_assembly_schema_AwsDestination(p) {
|
|
32
32
|
}
|
|
33
|
+
function _aws_cdk_cloud_assembly_schema_BootstrapRole(p) {
|
|
34
|
+
}
|
|
33
35
|
function _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry(p) {
|
|
34
36
|
}
|
|
35
37
|
function _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery(p) {
|
|
@@ -50,8 +52,6 @@ function _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry(p) {
|
|
|
50
52
|
print("@aws-cdk/cloud-assembly-schema.ContainerImageAssetMetadataEntry#imageNameParameter", "specify `repositoryName` and `imageTag` instead, and then you\nknow where the image will go.");
|
|
51
53
|
visitedObjects.delete(p);
|
|
52
54
|
}
|
|
53
|
-
function _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p) {
|
|
54
|
-
}
|
|
55
55
|
function _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery(p) {
|
|
56
56
|
if (p == null)
|
|
57
57
|
return;
|
|
@@ -66,14 +66,12 @@ function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
|
|
|
66
66
|
}
|
|
67
67
|
function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p) {
|
|
70
70
|
if (p == null)
|
|
71
71
|
return;
|
|
72
72
|
visitedObjects.add(p);
|
|
73
|
-
if (!visitedObjects.has(p.
|
|
74
|
-
|
|
75
|
-
if (!visitedObjects.has(p.loadBalancerTags))
|
|
76
|
-
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
73
|
+
if (!visitedObjects.has(p.lookupRole))
|
|
74
|
+
_aws_cdk_cloud_assembly_schema_BootstrapRole(p.lookupRole);
|
|
77
75
|
visitedObjects.delete(p);
|
|
78
76
|
}
|
|
79
77
|
function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
|
|
@@ -86,6 +84,16 @@ function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
|
|
|
86
84
|
_aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
|
|
87
85
|
visitedObjects.delete(p);
|
|
88
86
|
}
|
|
87
|
+
function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
|
|
88
|
+
if (p == null)
|
|
89
|
+
return;
|
|
90
|
+
visitedObjects.add(p);
|
|
91
|
+
if (!visitedObjects.has(p.loadBalancerType))
|
|
92
|
+
_aws_cdk_cloud_assembly_schema_LoadBalancerType(p.loadBalancerType);
|
|
93
|
+
if (!visitedObjects.has(p.loadBalancerTags))
|
|
94
|
+
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
95
|
+
visitedObjects.delete(p);
|
|
96
|
+
}
|
|
89
97
|
function _aws_cdk_cloud_assembly_schema_FileAsset(p) {
|
|
90
98
|
if (p == null)
|
|
91
99
|
return;
|
|
@@ -177,5 +185,5 @@ function print(name, deprecationMessage) {
|
|
|
177
185
|
const visitedObjects = new Set();
|
|
178
186
|
class DeprecationError extends Error {
|
|
179
187
|
}
|
|
180
|
-
module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry,
|
|
188
|
+
module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_BootstrapRole, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_FileDestination, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _aws_cdk_cloud_assembly_schema_DockerImageAsset, _aws_cdk_cloud_assembly_schema_LoadBalancerFilter, _aws_cdk_cloud_assembly_schema_FileAsset, _aws_cdk_cloud_assembly_schema_AssetManifest, _aws_cdk_cloud_assembly_schema_FileSource, _aws_cdk_cloud_assembly_schema_AssemblyManifest, _aws_cdk_cloud_assembly_schema_MetadataEntry, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
|
|
181
189
|
module.exports.DeprecationError = DeprecationError;
|
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Information needed to access an IAM role created as part of the bootstrap process.
|
|
3
|
+
*
|
|
4
|
+
* @stability stable
|
|
5
|
+
*/
|
|
6
|
+
export interface BootstrapRole {
|
|
7
|
+
/**
|
|
8
|
+
* The ARN of the IAM role created as part of bootrapping e.g. lookupRoleArn.
|
|
9
|
+
*
|
|
10
|
+
* @stability stable
|
|
11
|
+
*/
|
|
12
|
+
readonly arn: string;
|
|
13
|
+
/**
|
|
14
|
+
* External ID to use when assuming the bootstrap role.
|
|
15
|
+
*
|
|
16
|
+
* @default - No external ID
|
|
17
|
+
* @stability stable
|
|
18
|
+
*/
|
|
19
|
+
readonly assumeRoleExternalId?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Version of bootstrap stack required to use this role.
|
|
22
|
+
*
|
|
23
|
+
* @default - No bootstrap stack required
|
|
24
|
+
* @stability stable
|
|
25
|
+
*/
|
|
26
|
+
readonly requiresBootstrapStackVersion?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Name of SSM parameter with bootstrap stack version.
|
|
29
|
+
*
|
|
30
|
+
* @default - Discover SSM parameter by reading stack
|
|
31
|
+
* @stability stable
|
|
32
|
+
*/
|
|
33
|
+
readonly bootstrapStackVersionSsmParameter?: string;
|
|
34
|
+
}
|
|
1
35
|
/**
|
|
2
36
|
* Artifact properties for CloudFormation stacks.
|
|
3
37
|
*
|
|
@@ -63,6 +97,13 @@ export interface AwsCloudFormationStackProperties {
|
|
|
63
97
|
* @stability stable
|
|
64
98
|
*/
|
|
65
99
|
readonly cloudFormationExecutionRoleArn?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The role to use to look up values from the target AWS account.
|
|
102
|
+
*
|
|
103
|
+
* @default - No role is assumed (current credentials are used)
|
|
104
|
+
* @stability stable
|
|
105
|
+
*/
|
|
106
|
+
readonly lookupRole?: BootstrapRole;
|
|
66
107
|
/**
|
|
67
108
|
* If the stack template has already been included in the asset manifest, its asset URL.
|
|
68
109
|
*
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWZhY3Qtc2NoZW1hLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXJ0aWZhY3Qtc2NoZW1hLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG5leHBvcnQgaW50ZXJmYWNlIEJvb3RzdHJhcFJvbGUge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbiAgcmVhZG9ubHkgYXJuOiBzdHJpbmc7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGFzc3VtZVJvbGVFeHRlcm5hbElkPzogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHJlcXVpcmVzQm9vdHN0cmFwU3RhY2tWZXJzaW9uPzogbnVtYmVyO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBib290c3RyYXBTdGFja1ZlcnNpb25Tc21QYXJhbWV0ZXI/OiBzdHJpbmc7XG59XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuZXhwb3J0IGludGVyZmFjZSBBd3NDbG91ZEZvcm1hdGlvblN0YWNrUHJvcGVydGllcyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHRlbXBsYXRlRmlsZTogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbiAgcmVhZG9ubHkgcGFyYW1ldGVycz86IHsgW2lkOiBzdHJpbmddOiBzdHJpbmcgfTtcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHRhZ3M/OiB7IFtpZDogc3RyaW5nXTogc3RyaW5nIH07XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBzdGFja05hbWU/OiBzdHJpbmc7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IHRlcm1pbmF0aW9uUHJvdGVjdGlvbj86IGJvb2xlYW47XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBhc3N1bWVSb2xlQXJuPzogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGFzc3VtZVJvbGVFeHRlcm5hbElkPzogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGNsb3VkRm9ybWF0aW9uRXhlY3V0aW9uUm9sZUFybj86IHN0cmluZztcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbiAgcmVhZG9ubHkgbG9va3VwUm9sZT86IEJvb3RzdHJhcFJvbGU7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbiAgcmVhZG9ubHkgc3RhY2tUZW1wbGF0ZUFzc2V0T2JqZWN0VXJsPzogc3RyaW5nO1xuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSByZXF1aXJlc0Jvb3RzdHJhcFN0YWNrVmVyc2lvbj86IG51bWJlcjtcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGJvb3RzdHJhcFN0YWNrVmVyc2lvblNzbVBhcmFtZXRlcj86IHN0cmluZztcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSB2YWxpZGF0ZU9uU3ludGg/OiBib29sZWFuO1xufVxuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuZXhwb3J0IGludGVyZmFjZSBBc3NldE1hbmlmZXN0UHJvcGVydGllcyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBmaWxlOiBzdHJpbmc7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSByZXF1aXJlc0Jvb3RzdHJhcFN0YWNrVmVyc2lvbj86IG51bWJlcjtcblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGJvb3RzdHJhcFN0YWNrVmVyc2lvblNzbVBhcmFtZXRlcj86IHN0cmluZztcbn1cblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcbmV4cG9ydCBpbnRlcmZhY2UgVHJlZUFydGlmYWN0UHJvcGVydGllcyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGZpbGU6IHN0cmluZztcbn1cblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuZXhwb3J0IGludGVyZmFjZSBOZXN0ZWRDbG91ZEFzc2VtYmx5UHJvcGVydGllcyB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxuICByZWFkb25seSBkaXJlY3RvcnlOYW1lOiBzdHJpbmc7XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXG4gIHJlYWRvbmx5IGRpc3BsYXlOYW1lPzogc3RyaW5nO1xufVxuXG4vKipcbiAqIFByb3BlcnRpZXMgZm9yIG1hbmlmZXN0IGFydGlmYWN0c1xuICovXG5leHBvcnQgdHlwZSBBcnRpZmFjdFByb3BlcnRpZXMgPSBBd3NDbG91ZEZvcm1hdGlvblN0YWNrUHJvcGVydGllc1xufCBBc3NldE1hbmlmZXN0UHJvcGVydGllc1xufCBUcmVlQXJ0aWZhY3RQcm9wZXJ0aWVzXG58IE5lc3RlZENsb3VkQXNzZW1ibHlQcm9wZXJ0aWVzO1xuIl19
|
package/lib/manifest.js
CHANGED
|
@@ -191,7 +191,7 @@ class Manifest {
|
|
|
191
191
|
}
|
|
192
192
|
exports.Manifest = Manifest;
|
|
193
193
|
_a = JSII_RTTI_SYMBOL_1;
|
|
194
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.
|
|
194
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.7.0" };
|
|
195
195
|
function mapValues(xs, fn) {
|
|
196
196
|
if (!xs) {
|
|
197
197
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
},
|
|
61
61
|
"license": "Apache-2.0",
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
64
|
-
"@aws-cdk/pkglint": "2.
|
|
65
|
-
"@types/jest": "^27.0
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "2.7.0",
|
|
64
|
+
"@aws-cdk/pkglint": "2.7.0",
|
|
65
|
+
"@types/jest": "^27.4.0",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.9",
|
|
68
|
-
"jest": "^27.4.
|
|
68
|
+
"jest": "^27.4.7",
|
|
69
69
|
"mock-fs": "^4.14.0",
|
|
70
70
|
"typescript-json-schema": "^0.52.0"
|
|
71
71
|
},
|
|
@@ -307,6 +307,10 @@
|
|
|
307
307
|
"description": "The role that is passed to CloudFormation to execute the change set (Default - No role is passed (currently assumed role/credentials are used))",
|
|
308
308
|
"type": "string"
|
|
309
309
|
},
|
|
310
|
+
"lookupRole": {
|
|
311
|
+
"description": "The role to use to look up values from the target AWS account (Default - No role is assumed (current credentials are used))",
|
|
312
|
+
"$ref": "#/definitions/BootstrapRole"
|
|
313
|
+
},
|
|
310
314
|
"stackTemplateAssetObjectUrl": {
|
|
311
315
|
"description": "If the stack template has already been included in the asset manifest, its asset URL (Default - Not uploaded yet, upload just before deploying)",
|
|
312
316
|
"type": "string"
|
|
@@ -328,6 +332,31 @@
|
|
|
328
332
|
"templateFile"
|
|
329
333
|
]
|
|
330
334
|
},
|
|
335
|
+
"BootstrapRole": {
|
|
336
|
+
"description": "Information needed to access an IAM role created\nas part of the bootstrap process",
|
|
337
|
+
"type": "object",
|
|
338
|
+
"properties": {
|
|
339
|
+
"arn": {
|
|
340
|
+
"description": "The ARN of the IAM role created as part of bootrapping\ne.g. lookupRoleArn",
|
|
341
|
+
"type": "string"
|
|
342
|
+
},
|
|
343
|
+
"assumeRoleExternalId": {
|
|
344
|
+
"description": "External ID to use when assuming the bootstrap role (Default - No external ID)",
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
"requiresBootstrapStackVersion": {
|
|
348
|
+
"description": "Version of bootstrap stack required to use this role (Default - No bootstrap stack required)",
|
|
349
|
+
"type": "number"
|
|
350
|
+
},
|
|
351
|
+
"bootstrapStackVersionSsmParameter": {
|
|
352
|
+
"description": "Name of SSM parameter with bootstrap stack version (Default - Discover SSM parameter by reading stack)",
|
|
353
|
+
"type": "string"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"required": [
|
|
357
|
+
"arn"
|
|
358
|
+
]
|
|
359
|
+
},
|
|
331
360
|
"AssetManifestProperties": {
|
|
332
361
|
"description": "Artifact properties for the Asset Manifest",
|
|
333
362
|
"type": "object",
|
|
@@ -598,7 +627,7 @@
|
|
|
598
627
|
}
|
|
599
628
|
},
|
|
600
629
|
"returnAsymmetricSubnets": {
|
|
601
|
-
"description": "Whether to populate the subnetGroups field of the
|
|
630
|
+
"description": "Whether to populate the subnetGroups field of the{@linkVpcContextResponse},\nwhich contains potentially asymmetric subnet groups.",
|
|
602
631
|
"default": false,
|
|
603
632
|
"type": "boolean"
|
|
604
633
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"16.0.0"}
|