@aws-cdk/cloud-assembly-schema 36.3.0 → 38.0.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 CHANGED
@@ -76,29 +76,16 @@
76
76
  "summary": "Query to AMI context provider."
77
77
  },
78
78
  "fqn": "@aws-cdk/cloud-assembly-schema.AmiContextQuery",
79
+ "interfaces": [
80
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
81
+ ],
79
82
  "kind": "interface",
80
83
  "locationInModule": {
81
84
  "filename": "lib/cloud-assembly/context-queries.ts",
82
- "line": 66
85
+ "line": 106
83
86
  },
84
87
  "name": "AmiContextQuery",
85
88
  "properties": [
86
- {
87
- "abstract": true,
88
- "docs": {
89
- "stability": "stable",
90
- "summary": "Account to query."
91
- },
92
- "immutable": true,
93
- "locationInModule": {
94
- "filename": "lib/cloud-assembly/context-queries.ts",
95
- "line": 70
96
- },
97
- "name": "account",
98
- "type": {
99
- "primitive": "string"
100
- }
101
- },
102
89
  {
103
90
  "abstract": true,
104
91
  "docs": {
@@ -108,7 +95,7 @@
108
95
  "immutable": true,
109
96
  "locationInModule": {
110
97
  "filename": "lib/cloud-assembly/context-queries.ts",
111
- "line": 94
98
+ "line": 117
112
99
  },
113
100
  "name": "filters",
114
101
  "type": {
@@ -125,40 +112,6 @@
125
112
  }
126
113
  }
127
114
  },
128
- {
129
- "abstract": true,
130
- "docs": {
131
- "stability": "stable",
132
- "summary": "Region to query."
133
- },
134
- "immutable": true,
135
- "locationInModule": {
136
- "filename": "lib/cloud-assembly/context-queries.ts",
137
- "line": 75
138
- },
139
- "name": "region",
140
- "type": {
141
- "primitive": "string"
142
- }
143
- },
144
- {
145
- "abstract": true,
146
- "docs": {
147
- "default": "- None",
148
- "stability": "stable",
149
- "summary": "The ARN of the role that should be used to look up the missing values."
150
- },
151
- "immutable": true,
152
- "locationInModule": {
153
- "filename": "lib/cloud-assembly/context-queries.ts",
154
- "line": 82
155
- },
156
- "name": "lookupRoleArn",
157
- "optional": true,
158
- "type": {
159
- "primitive": "string"
160
- }
161
- },
162
115
  {
163
116
  "abstract": true,
164
117
  "docs": {
@@ -169,7 +122,7 @@
169
122
  "immutable": true,
170
123
  "locationInModule": {
171
124
  "filename": "lib/cloud-assembly/context-queries.ts",
172
- "line": 89
125
+ "line": 112
173
126
  },
174
127
  "name": "owners",
175
128
  "optional": true,
@@ -641,7 +594,7 @@
641
594
  "kind": "interface",
642
595
  "locationInModule": {
643
596
  "filename": "lib/cloud-assembly/artifact-schema.ts",
644
- "line": 138
597
+ "line": 167
645
598
  },
646
599
  "name": "AssetManifestOptions",
647
600
  "properties": [
@@ -656,7 +609,7 @@
656
609
  "immutable": true,
657
610
  "locationInModule": {
658
611
  "filename": "lib/cloud-assembly/artifact-schema.ts",
659
- "line": 157
612
+ "line": 186
660
613
  },
661
614
  "name": "bootstrapStackVersionSsmParameter",
662
615
  "optional": true,
@@ -674,7 +627,7 @@
674
627
  "immutable": true,
675
628
  "locationInModule": {
676
629
  "filename": "lib/cloud-assembly/artifact-schema.ts",
677
- "line": 144
630
+ "line": 173
678
631
  },
679
632
  "name": "requiresBootstrapStackVersion",
680
633
  "optional": true,
@@ -699,7 +652,7 @@
699
652
  "kind": "interface",
700
653
  "locationInModule": {
701
654
  "filename": "lib/cloud-assembly/artifact-schema.ts",
702
- "line": 163
655
+ "line": 192
703
656
  },
704
657
  "name": "AssetManifestProperties",
705
658
  "properties": [
@@ -712,7 +665,7 @@
712
665
  "immutable": true,
713
666
  "locationInModule": {
714
667
  "filename": "lib/cloud-assembly/artifact-schema.ts",
715
- "line": 167
668
+ "line": 196
716
669
  },
717
670
  "name": "file",
718
671
  "type": {
@@ -730,64 +683,15 @@
730
683
  "summary": "Query to availability zone context provider."
731
684
  },
732
685
  "fqn": "@aws-cdk/cloud-assembly-schema.AvailabilityZonesContextQuery",
686
+ "interfaces": [
687
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
688
+ ],
733
689
  "kind": "interface",
734
690
  "locationInModule": {
735
691
  "filename": "lib/cloud-assembly/context-queries.ts",
736
- "line": 100
692
+ "line": 123
737
693
  },
738
694
  "name": "AvailabilityZonesContextQuery",
739
- "properties": [
740
- {
741
- "abstract": true,
742
- "docs": {
743
- "stability": "stable",
744
- "summary": "Query account."
745
- },
746
- "immutable": true,
747
- "locationInModule": {
748
- "filename": "lib/cloud-assembly/context-queries.ts",
749
- "line": 104
750
- },
751
- "name": "account",
752
- "type": {
753
- "primitive": "string"
754
- }
755
- },
756
- {
757
- "abstract": true,
758
- "docs": {
759
- "stability": "stable",
760
- "summary": "Query region."
761
- },
762
- "immutable": true,
763
- "locationInModule": {
764
- "filename": "lib/cloud-assembly/context-queries.ts",
765
- "line": 109
766
- },
767
- "name": "region",
768
- "type": {
769
- "primitive": "string"
770
- }
771
- },
772
- {
773
- "abstract": true,
774
- "docs": {
775
- "default": "- None",
776
- "stability": "stable",
777
- "summary": "The ARN of the role that should be used to look up the missing values."
778
- },
779
- "immutable": true,
780
- "locationInModule": {
781
- "filename": "lib/cloud-assembly/context-queries.ts",
782
- "line": 116
783
- },
784
- "name": "lookupRoleArn",
785
- "optional": true,
786
- "type": {
787
- "primitive": "string"
788
- }
789
- }
790
- ],
791
695
  "symbolId": "lib/cloud-assembly/context-queries:AvailabilityZonesContextQuery"
792
696
  },
793
697
  "@aws-cdk/cloud-assembly-schema.AwsCloudFormationStackProperties": {
@@ -801,7 +705,7 @@
801
705
  "kind": "interface",
802
706
  "locationInModule": {
803
707
  "filename": "lib/cloud-assembly/artifact-schema.ts",
804
- "line": 37
708
+ "line": 48
805
709
  },
806
710
  "name": "AwsCloudFormationStackProperties",
807
711
  "properties": [
@@ -814,13 +718,38 @@
814
718
  "immutable": true,
815
719
  "locationInModule": {
816
720
  "filename": "lib/cloud-assembly/artifact-schema.ts",
817
- "line": 41
721
+ "line": 52
818
722
  },
819
723
  "name": "templateFile",
820
724
  "type": {
821
725
  "primitive": "string"
822
726
  }
823
727
  },
728
+ {
729
+ "abstract": true,
730
+ "docs": {
731
+ "default": "- No additional options.",
732
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `assumeRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
733
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
734
+ "stability": "stable",
735
+ "summary": "Additional options to pass to STS when assuming the role."
736
+ },
737
+ "immutable": true,
738
+ "locationInModule": {
739
+ "filename": "lib/cloud-assembly/artifact-schema.ts",
740
+ "line": 111
741
+ },
742
+ "name": "assumeRoleAdditionalOptions",
743
+ "optional": true,
744
+ "type": {
745
+ "collection": {
746
+ "elementtype": {
747
+ "primitive": "any"
748
+ },
749
+ "kind": "map"
750
+ }
751
+ }
752
+ },
824
753
  {
825
754
  "abstract": true,
826
755
  "docs": {
@@ -831,7 +760,7 @@
831
760
  "immutable": true,
832
761
  "locationInModule": {
833
762
  "filename": "lib/cloud-assembly/artifact-schema.ts",
834
- "line": 75
763
+ "line": 93
835
764
  },
836
765
  "name": "assumeRoleArn",
837
766
  "optional": true,
@@ -849,7 +778,7 @@
849
778
  "immutable": true,
850
779
  "locationInModule": {
851
780
  "filename": "lib/cloud-assembly/artifact-schema.ts",
852
- "line": 82
781
+ "line": 100
853
782
  },
854
783
  "name": "assumeRoleExternalId",
855
784
  "optional": true,
@@ -868,7 +797,7 @@
868
797
  "immutable": true,
869
798
  "locationInModule": {
870
799
  "filename": "lib/cloud-assembly/artifact-schema.ts",
871
- "line": 125
800
+ "line": 154
872
801
  },
873
802
  "name": "bootstrapStackVersionSsmParameter",
874
803
  "optional": true,
@@ -886,7 +815,7 @@
886
815
  "immutable": true,
887
816
  "locationInModule": {
888
817
  "filename": "lib/cloud-assembly/artifact-schema.ts",
889
- "line": 89
818
+ "line": 118
890
819
  },
891
820
  "name": "cloudFormationExecutionRoleArn",
892
821
  "optional": true,
@@ -904,7 +833,7 @@
904
833
  "immutable": true,
905
834
  "locationInModule": {
906
835
  "filename": "lib/cloud-assembly/artifact-schema.ts",
907
- "line": 96
836
+ "line": 125
908
837
  },
909
838
  "name": "lookupRole",
910
839
  "optional": true,
@@ -912,6 +841,29 @@
912
841
  "fqn": "@aws-cdk/cloud-assembly-schema.BootstrapRole"
913
842
  }
914
843
  },
844
+ {
845
+ "abstract": true,
846
+ "docs": {
847
+ "default": "- No notification arns",
848
+ "stability": "stable",
849
+ "summary": "SNS Notification ARNs that should receive CloudFormation Stack Events."
850
+ },
851
+ "immutable": true,
852
+ "locationInModule": {
853
+ "filename": "lib/cloud-assembly/artifact-schema.ts",
854
+ "line": 73
855
+ },
856
+ "name": "notificationArns",
857
+ "optional": true,
858
+ "type": {
859
+ "collection": {
860
+ "elementtype": {
861
+ "primitive": "string"
862
+ },
863
+ "kind": "array"
864
+ }
865
+ }
866
+ },
915
867
  {
916
868
  "abstract": true,
917
869
  "docs": {
@@ -922,7 +874,7 @@
922
874
  "immutable": true,
923
875
  "locationInModule": {
924
876
  "filename": "lib/cloud-assembly/artifact-schema.ts",
925
- "line": 48
877
+ "line": 59
926
878
  },
927
879
  "name": "parameters",
928
880
  "optional": true,
@@ -945,7 +897,7 @@
945
897
  "immutable": true,
946
898
  "locationInModule": {
947
899
  "filename": "lib/cloud-assembly/artifact-schema.ts",
948
- "line": 110
900
+ "line": 139
949
901
  },
950
902
  "name": "requiresBootstrapStackVersion",
951
903
  "optional": true,
@@ -963,7 +915,7 @@
963
915
  "immutable": true,
964
916
  "locationInModule": {
965
917
  "filename": "lib/cloud-assembly/artifact-schema.ts",
966
- "line": 61
918
+ "line": 79
967
919
  },
968
920
  "name": "stackName",
969
921
  "optional": true,
@@ -981,7 +933,7 @@
981
933
  "immutable": true,
982
934
  "locationInModule": {
983
935
  "filename": "lib/cloud-assembly/artifact-schema.ts",
984
- "line": 103
936
+ "line": 132
985
937
  },
986
938
  "name": "stackTemplateAssetObjectUrl",
987
939
  "optional": true,
@@ -999,7 +951,7 @@
999
951
  "immutable": true,
1000
952
  "locationInModule": {
1001
953
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1002
- "line": 55
954
+ "line": 66
1003
955
  },
1004
956
  "name": "tags",
1005
957
  "optional": true,
@@ -1022,7 +974,7 @@
1022
974
  "immutable": true,
1023
975
  "locationInModule": {
1024
976
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1025
- "line": 68
977
+ "line": 86
1026
978
  },
1027
979
  "name": "terminationProtection",
1028
980
  "optional": true,
@@ -1040,7 +992,7 @@
1040
992
  "immutable": true,
1041
993
  "locationInModule": {
1042
994
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1043
- "line": 132
995
+ "line": 161
1044
996
  },
1045
997
  "name": "validateOnSynth",
1046
998
  "optional": true,
@@ -1066,6 +1018,31 @@
1066
1018
  },
1067
1019
  "name": "AwsDestination",
1068
1020
  "properties": [
1021
+ {
1022
+ "abstract": true,
1023
+ "docs": {
1024
+ "default": "- No additional options.",
1025
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `assumeRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
1026
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
1027
+ "stability": "stable",
1028
+ "summary": "Additional options to pass to STS when assuming the role."
1029
+ },
1030
+ "immutable": true,
1031
+ "locationInModule": {
1032
+ "filename": "lib/assets/aws-destination.ts",
1033
+ "line": 35
1034
+ },
1035
+ "name": "assumeRoleAdditionalOptions",
1036
+ "optional": true,
1037
+ "type": {
1038
+ "collection": {
1039
+ "elementtype": {
1040
+ "primitive": "any"
1041
+ },
1042
+ "kind": "map"
1043
+ }
1044
+ }
1045
+ },
1069
1046
  {
1070
1047
  "abstract": true,
1071
1048
  "docs": {
@@ -1154,6 +1131,31 @@
1154
1131
  "primitive": "string"
1155
1132
  }
1156
1133
  },
1134
+ {
1135
+ "abstract": true,
1136
+ "docs": {
1137
+ "default": "- No additional options.",
1138
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `arn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
1139
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
1140
+ "stability": "stable",
1141
+ "summary": "Additional options to pass to STS when assuming the role."
1142
+ },
1143
+ "immutable": true,
1144
+ "locationInModule": {
1145
+ "filename": "lib/cloud-assembly/artifact-schema.ts",
1146
+ "line": 28
1147
+ },
1148
+ "name": "assumeRoleAdditionalOptions",
1149
+ "optional": true,
1150
+ "type": {
1151
+ "collection": {
1152
+ "elementtype": {
1153
+ "primitive": "any"
1154
+ },
1155
+ "kind": "map"
1156
+ }
1157
+ }
1158
+ },
1157
1159
  {
1158
1160
  "abstract": true,
1159
1161
  "docs": {
@@ -1182,7 +1184,7 @@
1182
1184
  "immutable": true,
1183
1185
  "locationInModule": {
1184
1186
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1185
- "line": 31
1187
+ "line": 42
1186
1188
  },
1187
1189
  "name": "bootstrapStackVersionSsmParameter",
1188
1190
  "optional": true,
@@ -1200,7 +1202,7 @@
1200
1202
  "immutable": true,
1201
1203
  "locationInModule": {
1202
1204
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1203
- "line": 24
1205
+ "line": 35
1204
1206
  },
1205
1207
  "name": "requiresBootstrapStackVersion",
1206
1208
  "optional": true,
@@ -1761,48 +1763,159 @@
1761
1763
  ],
1762
1764
  "symbolId": "lib/cloud-assembly/metadata-schema:ContainerImageAssetMetadataEntry"
1763
1765
  },
1764
- "@aws-cdk/cloud-assembly-schema.ContextProvider": {
1766
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions": {
1765
1767
  "assembly": "@aws-cdk/cloud-assembly-schema",
1768
+ "datatype": true,
1766
1769
  "docs": {
1767
1770
  "stability": "stable",
1768
- "summary": "Identifier for the context provider."
1771
+ "summary": "Options for context lookup roles."
1769
1772
  },
1770
- "fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
1771
- "kind": "enum",
1773
+ "fqn": "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions",
1774
+ "kind": "interface",
1772
1775
  "locationInModule": {
1773
1776
  "filename": "lib/cloud-assembly/context-queries.ts",
1774
- "line": 6
1777
+ "line": 66
1775
1778
  },
1776
- "members": [
1779
+ "name": "ContextLookupRoleOptions",
1780
+ "properties": [
1777
1781
  {
1782
+ "abstract": true,
1778
1783
  "docs": {
1779
1784
  "stability": "stable",
1780
- "summary": "AMI provider."
1785
+ "summary": "Query account."
1781
1786
  },
1782
- "name": "AMI_PROVIDER"
1783
- },
1784
- {
1785
- "docs": {
1786
- "stability": "stable",
1787
- "summary": "AZ provider."
1787
+ "immutable": true,
1788
+ "locationInModule": {
1789
+ "filename": "lib/cloud-assembly/context-queries.ts",
1790
+ "line": 70
1788
1791
  },
1789
- "name": "AVAILABILITY_ZONE_PROVIDER"
1792
+ "name": "account",
1793
+ "type": {
1794
+ "primitive": "string"
1795
+ }
1790
1796
  },
1791
1797
  {
1798
+ "abstract": true,
1792
1799
  "docs": {
1793
1800
  "stability": "stable",
1794
- "summary": "Route53 Hosted Zone provider."
1801
+ "summary": "Query region."
1795
1802
  },
1796
- "name": "HOSTED_ZONE_PROVIDER"
1803
+ "immutable": true,
1804
+ "locationInModule": {
1805
+ "filename": "lib/cloud-assembly/context-queries.ts",
1806
+ "line": 75
1807
+ },
1808
+ "name": "region",
1809
+ "type": {
1810
+ "primitive": "string"
1811
+ }
1797
1812
  },
1798
1813
  {
1814
+ "abstract": true,
1799
1815
  "docs": {
1816
+ "default": "- No additional options.",
1817
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `lookupRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `lookupRoleExternalId` instead.",
1818
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
1800
1819
  "stability": "stable",
1801
- "summary": "SSM Parameter Provider."
1820
+ "summary": "Additional options to pass to STS when assuming the lookup role."
1802
1821
  },
1803
- "name": "SSM_PARAMETER_PROVIDER"
1804
- },
1805
- {
1822
+ "immutable": true,
1823
+ "locationInModule": {
1824
+ "filename": "lib/cloud-assembly/context-queries.ts",
1825
+ "line": 100
1826
+ },
1827
+ "name": "assumeRoleAdditionalOptions",
1828
+ "optional": true,
1829
+ "type": {
1830
+ "collection": {
1831
+ "elementtype": {
1832
+ "primitive": "any"
1833
+ },
1834
+ "kind": "map"
1835
+ }
1836
+ }
1837
+ },
1838
+ {
1839
+ "abstract": true,
1840
+ "docs": {
1841
+ "default": "- None",
1842
+ "stability": "stable",
1843
+ "summary": "The ARN of the role that should be used to look up the missing values."
1844
+ },
1845
+ "immutable": true,
1846
+ "locationInModule": {
1847
+ "filename": "lib/cloud-assembly/context-queries.ts",
1848
+ "line": 82
1849
+ },
1850
+ "name": "lookupRoleArn",
1851
+ "optional": true,
1852
+ "type": {
1853
+ "primitive": "string"
1854
+ }
1855
+ },
1856
+ {
1857
+ "abstract": true,
1858
+ "docs": {
1859
+ "default": "- No ExternalId will be supplied",
1860
+ "stability": "stable",
1861
+ "summary": "The ExternalId that needs to be supplied while assuming this role."
1862
+ },
1863
+ "immutable": true,
1864
+ "locationInModule": {
1865
+ "filename": "lib/cloud-assembly/context-queries.ts",
1866
+ "line": 89
1867
+ },
1868
+ "name": "lookupRoleExternalId",
1869
+ "optional": true,
1870
+ "type": {
1871
+ "primitive": "string"
1872
+ }
1873
+ }
1874
+ ],
1875
+ "symbolId": "lib/cloud-assembly/context-queries:ContextLookupRoleOptions"
1876
+ },
1877
+ "@aws-cdk/cloud-assembly-schema.ContextProvider": {
1878
+ "assembly": "@aws-cdk/cloud-assembly-schema",
1879
+ "docs": {
1880
+ "stability": "stable",
1881
+ "summary": "Identifier for the context provider."
1882
+ },
1883
+ "fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
1884
+ "kind": "enum",
1885
+ "locationInModule": {
1886
+ "filename": "lib/cloud-assembly/context-queries.ts",
1887
+ "line": 6
1888
+ },
1889
+ "members": [
1890
+ {
1891
+ "docs": {
1892
+ "stability": "stable",
1893
+ "summary": "AMI provider."
1894
+ },
1895
+ "name": "AMI_PROVIDER"
1896
+ },
1897
+ {
1898
+ "docs": {
1899
+ "stability": "stable",
1900
+ "summary": "AZ provider."
1901
+ },
1902
+ "name": "AVAILABILITY_ZONE_PROVIDER"
1903
+ },
1904
+ {
1905
+ "docs": {
1906
+ "stability": "stable",
1907
+ "summary": "Route53 Hosted Zone provider."
1908
+ },
1909
+ "name": "HOSTED_ZONE_PROVIDER"
1910
+ },
1911
+ {
1912
+ "docs": {
1913
+ "stability": "stable",
1914
+ "summary": "SSM Parameter Provider."
1915
+ },
1916
+ "name": "SSM_PARAMETER_PROVIDER"
1917
+ },
1918
+ {
1806
1919
  "docs": {
1807
1920
  "stability": "stable",
1808
1921
  "summary": "VPC Provider."
@@ -3193,45 +3306,16 @@
3193
3306
  "summary": "Query to endpoint service context provider."
3194
3307
  },
3195
3308
  "fqn": "@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery",
3309
+ "interfaces": [
3310
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3311
+ ],
3196
3312
  "kind": "interface",
3197
3313
  "locationInModule": {
3198
3314
  "filename": "lib/cloud-assembly/context-queries.ts",
3199
- "line": 252
3315
+ "line": 207
3200
3316
  },
3201
3317
  "name": "EndpointServiceAvailabilityZonesContextQuery",
3202
3318
  "properties": [
3203
- {
3204
- "abstract": true,
3205
- "docs": {
3206
- "stability": "stable",
3207
- "summary": "Query account."
3208
- },
3209
- "immutable": true,
3210
- "locationInModule": {
3211
- "filename": "lib/cloud-assembly/context-queries.ts",
3212
- "line": 256
3213
- },
3214
- "name": "account",
3215
- "type": {
3216
- "primitive": "string"
3217
- }
3218
- },
3219
- {
3220
- "abstract": true,
3221
- "docs": {
3222
- "stability": "stable",
3223
- "summary": "Query region."
3224
- },
3225
- "immutable": true,
3226
- "locationInModule": {
3227
- "filename": "lib/cloud-assembly/context-queries.ts",
3228
- "line": 261
3229
- },
3230
- "name": "region",
3231
- "type": {
3232
- "primitive": "string"
3233
- }
3234
- },
3235
3319
  {
3236
3320
  "abstract": true,
3237
3321
  "docs": {
@@ -3241,30 +3325,12 @@
3241
3325
  "immutable": true,
3242
3326
  "locationInModule": {
3243
3327
  "filename": "lib/cloud-assembly/context-queries.ts",
3244
- "line": 273
3328
+ "line": 211
3245
3329
  },
3246
3330
  "name": "serviceName",
3247
3331
  "type": {
3248
3332
  "primitive": "string"
3249
3333
  }
3250
- },
3251
- {
3252
- "abstract": true,
3253
- "docs": {
3254
- "default": "- None",
3255
- "stability": "stable",
3256
- "summary": "The ARN of the role that should be used to look up the missing values."
3257
- },
3258
- "immutable": true,
3259
- "locationInModule": {
3260
- "filename": "lib/cloud-assembly/context-queries.ts",
3261
- "line": 268
3262
- },
3263
- "name": "lookupRoleArn",
3264
- "optional": true,
3265
- "type": {
3266
- "primitive": "string"
3267
- }
3268
3334
  }
3269
3335
  ],
3270
3336
  "symbolId": "lib/cloud-assembly/context-queries:EndpointServiceAvailabilityZonesContextQuery"
@@ -3736,29 +3802,16 @@
3736
3802
  "summary": "Query to hosted zone context provider."
3737
3803
  },
3738
3804
  "fqn": "@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery",
3805
+ "interfaces": [
3806
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3807
+ ],
3739
3808
  "kind": "interface",
3740
3809
  "locationInModule": {
3741
3810
  "filename": "lib/cloud-assembly/context-queries.ts",
3742
- "line": 122
3811
+ "line": 128
3743
3812
  },
3744
3813
  "name": "HostedZoneContextQuery",
3745
3814
  "properties": [
3746
- {
3747
- "abstract": true,
3748
- "docs": {
3749
- "stability": "stable",
3750
- "summary": "Query account."
3751
- },
3752
- "immutable": true,
3753
- "locationInModule": {
3754
- "filename": "lib/cloud-assembly/context-queries.ts",
3755
- "line": 126
3756
- },
3757
- "name": "account",
3758
- "type": {
3759
- "primitive": "string"
3760
- }
3761
- },
3762
3815
  {
3763
3816
  "abstract": true,
3764
3817
  "docs": {
@@ -3768,47 +3821,13 @@
3768
3821
  "immutable": true,
3769
3822
  "locationInModule": {
3770
3823
  "filename": "lib/cloud-assembly/context-queries.ts",
3771
- "line": 143
3824
+ "line": 132
3772
3825
  },
3773
3826
  "name": "domainName",
3774
3827
  "type": {
3775
3828
  "primitive": "string"
3776
3829
  }
3777
3830
  },
3778
- {
3779
- "abstract": true,
3780
- "docs": {
3781
- "stability": "stable",
3782
- "summary": "Query region."
3783
- },
3784
- "immutable": true,
3785
- "locationInModule": {
3786
- "filename": "lib/cloud-assembly/context-queries.ts",
3787
- "line": 131
3788
- },
3789
- "name": "region",
3790
- "type": {
3791
- "primitive": "string"
3792
- }
3793
- },
3794
- {
3795
- "abstract": true,
3796
- "docs": {
3797
- "default": "- None",
3798
- "stability": "stable",
3799
- "summary": "The ARN of the role that should be used to look up the missing values."
3800
- },
3801
- "immutable": true,
3802
- "locationInModule": {
3803
- "filename": "lib/cloud-assembly/context-queries.ts",
3804
- "line": 138
3805
- },
3806
- "name": "lookupRoleArn",
3807
- "optional": true,
3808
- "type": {
3809
- "primitive": "string"
3810
- }
3811
- },
3812
3831
  {
3813
3832
  "abstract": true,
3814
3833
  "docs": {
@@ -3819,7 +3838,7 @@
3819
3838
  "immutable": true,
3820
3839
  "locationInModule": {
3821
3840
  "filename": "lib/cloud-assembly/context-queries.ts",
3822
- "line": 150
3841
+ "line": 139
3823
3842
  },
3824
3843
  "name": "privateZone",
3825
3844
  "optional": true,
@@ -3838,7 +3857,7 @@
3838
3857
  "immutable": true,
3839
3858
  "locationInModule": {
3840
3859
  "filename": "lib/cloud-assembly/context-queries.ts",
3841
- "line": 160
3860
+ "line": 149
3842
3861
  },
3843
3862
  "name": "vpcId",
3844
3863
  "optional": true,
@@ -3955,29 +3974,16 @@
3955
3974
  "summary": "Query input for looking up a KMS Key."
3956
3975
  },
3957
3976
  "fqn": "@aws-cdk/cloud-assembly-schema.KeyContextQuery",
3977
+ "interfaces": [
3978
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3979
+ ],
3958
3980
  "kind": "interface",
3959
3981
  "locationInModule": {
3960
3982
  "filename": "lib/cloud-assembly/context-queries.ts",
3961
- "line": 456
3983
+ "line": 343
3962
3984
  },
3963
3985
  "name": "KeyContextQuery",
3964
3986
  "properties": [
3965
- {
3966
- "abstract": true,
3967
- "docs": {
3968
- "stability": "stable",
3969
- "summary": "Query account."
3970
- },
3971
- "immutable": true,
3972
- "locationInModule": {
3973
- "filename": "lib/cloud-assembly/context-queries.ts",
3974
- "line": 460
3975
- },
3976
- "name": "account",
3977
- "type": {
3978
- "primitive": "string"
3979
- }
3980
- },
3981
3987
  {
3982
3988
  "abstract": true,
3983
3989
  "docs": {
@@ -3987,46 +3993,12 @@
3987
3993
  "immutable": true,
3988
3994
  "locationInModule": {
3989
3995
  "filename": "lib/cloud-assembly/context-queries.ts",
3990
- "line": 477
3996
+ "line": 347
3991
3997
  },
3992
3998
  "name": "aliasName",
3993
3999
  "type": {
3994
4000
  "primitive": "string"
3995
4001
  }
3996
- },
3997
- {
3998
- "abstract": true,
3999
- "docs": {
4000
- "stability": "stable",
4001
- "summary": "Query region."
4002
- },
4003
- "immutable": true,
4004
- "locationInModule": {
4005
- "filename": "lib/cloud-assembly/context-queries.ts",
4006
- "line": 465
4007
- },
4008
- "name": "region",
4009
- "type": {
4010
- "primitive": "string"
4011
- }
4012
- },
4013
- {
4014
- "abstract": true,
4015
- "docs": {
4016
- "default": "- None",
4017
- "stability": "stable",
4018
- "summary": "The ARN of the role that should be used to look up the missing values."
4019
- },
4020
- "immutable": true,
4021
- "locationInModule": {
4022
- "filename": "lib/cloud-assembly/context-queries.ts",
4023
- "line": 472
4024
- },
4025
- "name": "lookupRoleArn",
4026
- "optional": true,
4027
- "type": {
4028
- "primitive": "string"
4029
- }
4030
4002
  }
4031
4003
  ],
4032
4004
  "symbolId": "lib/cloud-assembly/context-queries:KeyContextQuery"
@@ -4045,61 +4017,9 @@
4045
4017
  "kind": "interface",
4046
4018
  "locationInModule": {
4047
4019
  "filename": "lib/cloud-assembly/context-queries.ts",
4048
- "line": 316
4020
+ "line": 254
4049
4021
  },
4050
4022
  "name": "LoadBalancerContextQuery",
4051
- "properties": [
4052
- {
4053
- "abstract": true,
4054
- "docs": {
4055
- "stability": "stable",
4056
- "summary": "Query account."
4057
- },
4058
- "immutable": true,
4059
- "locationInModule": {
4060
- "filename": "lib/cloud-assembly/context-queries.ts",
4061
- "line": 320
4062
- },
4063
- "name": "account",
4064
- "type": {
4065
- "primitive": "string"
4066
- }
4067
- },
4068
- {
4069
- "abstract": true,
4070
- "docs": {
4071
- "stability": "stable",
4072
- "summary": "Query region."
4073
- },
4074
- "immutable": true,
4075
- "locationInModule": {
4076
- "filename": "lib/cloud-assembly/context-queries.ts",
4077
- "line": 325
4078
- },
4079
- "name": "region",
4080
- "type": {
4081
- "primitive": "string"
4082
- }
4083
- },
4084
- {
4085
- "abstract": true,
4086
- "docs": {
4087
- "default": "- None",
4088
- "stability": "stable",
4089
- "summary": "The ARN of the role that should be used to look up the missing values."
4090
- },
4091
- "immutable": true,
4092
- "locationInModule": {
4093
- "filename": "lib/cloud-assembly/context-queries.ts",
4094
- "line": 332
4095
- },
4096
- "name": "lookupRoleArn",
4097
- "optional": true,
4098
- "type": {
4099
- "primitive": "string"
4100
- }
4101
- }
4102
- ],
4103
4023
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerContextQuery"
4104
4024
  },
4105
4025
  "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter": {
@@ -4110,10 +4030,13 @@
4110
4030
  "summary": "Filters for selecting load balancers."
4111
4031
  },
4112
4032
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter",
4033
+ "interfaces": [
4034
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4035
+ ],
4113
4036
  "kind": "interface",
4114
4037
  "locationInModule": {
4115
4038
  "filename": "lib/cloud-assembly/context-queries.ts",
4116
- "line": 294
4039
+ "line": 232
4117
4040
  },
4118
4041
  "name": "LoadBalancerFilter",
4119
4042
  "properties": [
@@ -4126,7 +4049,7 @@
4126
4049
  "immutable": true,
4127
4050
  "locationInModule": {
4128
4051
  "filename": "lib/cloud-assembly/context-queries.ts",
4129
- "line": 298
4052
+ "line": 236
4130
4053
  },
4131
4054
  "name": "loadBalancerType",
4132
4055
  "type": {
@@ -4143,7 +4066,7 @@
4143
4066
  "immutable": true,
4144
4067
  "locationInModule": {
4145
4068
  "filename": "lib/cloud-assembly/context-queries.ts",
4146
- "line": 304
4069
+ "line": 242
4147
4070
  },
4148
4071
  "name": "loadBalancerArn",
4149
4072
  "optional": true,
@@ -4161,7 +4084,7 @@
4161
4084
  "immutable": true,
4162
4085
  "locationInModule": {
4163
4086
  "filename": "lib/cloud-assembly/context-queries.ts",
4164
- "line": 310
4087
+ "line": 248
4165
4088
  },
4166
4089
  "name": "loadBalancerTags",
4167
4090
  "optional": true,
@@ -4191,42 +4114,10 @@
4191
4114
  "kind": "interface",
4192
4115
  "locationInModule": {
4193
4116
  "filename": "lib/cloud-assembly/context-queries.ts",
4194
- "line": 373
4117
+ "line": 294
4195
4118
  },
4196
4119
  "name": "LoadBalancerListenerContextQuery",
4197
4120
  "properties": [
4198
- {
4199
- "abstract": true,
4200
- "docs": {
4201
- "stability": "stable",
4202
- "summary": "Query account."
4203
- },
4204
- "immutable": true,
4205
- "locationInModule": {
4206
- "filename": "lib/cloud-assembly/context-queries.ts",
4207
- "line": 377
4208
- },
4209
- "name": "account",
4210
- "type": {
4211
- "primitive": "string"
4212
- }
4213
- },
4214
- {
4215
- "abstract": true,
4216
- "docs": {
4217
- "stability": "stable",
4218
- "summary": "Query region."
4219
- },
4220
- "immutable": true,
4221
- "locationInModule": {
4222
- "filename": "lib/cloud-assembly/context-queries.ts",
4223
- "line": 382
4224
- },
4225
- "name": "region",
4226
- "type": {
4227
- "primitive": "string"
4228
- }
4229
- },
4230
4121
  {
4231
4122
  "abstract": true,
4232
4123
  "docs": {
@@ -4237,7 +4128,7 @@
4237
4128
  "immutable": true,
4238
4129
  "locationInModule": {
4239
4130
  "filename": "lib/cloud-assembly/context-queries.ts",
4240
- "line": 395
4131
+ "line": 299
4241
4132
  },
4242
4133
  "name": "listenerArn",
4243
4134
  "optional": true,
@@ -4255,7 +4146,7 @@
4255
4146
  "immutable": true,
4256
4147
  "locationInModule": {
4257
4148
  "filename": "lib/cloud-assembly/context-queries.ts",
4258
- "line": 407
4149
+ "line": 311
4259
4150
  },
4260
4151
  "name": "listenerPort",
4261
4152
  "optional": true,
@@ -4273,31 +4164,13 @@
4273
4164
  "immutable": true,
4274
4165
  "locationInModule": {
4275
4166
  "filename": "lib/cloud-assembly/context-queries.ts",
4276
- "line": 401
4167
+ "line": 305
4277
4168
  },
4278
4169
  "name": "listenerProtocol",
4279
4170
  "optional": true,
4280
4171
  "type": {
4281
4172
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol"
4282
4173
  }
4283
- },
4284
- {
4285
- "abstract": true,
4286
- "docs": {
4287
- "default": "- None",
4288
- "stability": "stable",
4289
- "summary": "The ARN of the role that should be used to look up the missing values."
4290
- },
4291
- "immutable": true,
4292
- "locationInModule": {
4293
- "filename": "lib/cloud-assembly/context-queries.ts",
4294
- "line": 389
4295
- },
4296
- "name": "lookupRoleArn",
4297
- "optional": true,
4298
- "type": {
4299
- "primitive": "string"
4300
- }
4301
4174
  }
4302
4175
  ],
4303
4176
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerListenerContextQuery"
@@ -4312,7 +4185,7 @@
4312
4185
  "kind": "enum",
4313
4186
  "locationInModule": {
4314
4187
  "filename": "lib/cloud-assembly/context-queries.ts",
4315
- "line": 338
4188
+ "line": 259
4316
4189
  },
4317
4190
  "members": [
4318
4191
  {
@@ -4371,7 +4244,7 @@
4371
4244
  "kind": "enum",
4372
4245
  "locationInModule": {
4373
4246
  "filename": "lib/cloud-assembly/context-queries.ts",
4374
- "line": 279
4247
+ "line": 217
4375
4248
  },
4376
4249
  "members": [
4377
4250
  {
@@ -4949,7 +4822,7 @@
4949
4822
  "kind": "interface",
4950
4823
  "locationInModule": {
4951
4824
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4952
- "line": 183
4825
+ "line": 212
4953
4826
  },
4954
4827
  "name": "NestedCloudAssemblyProperties",
4955
4828
  "properties": [
@@ -4962,7 +4835,7 @@
4962
4835
  "immutable": true,
4963
4836
  "locationInModule": {
4964
4837
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4965
- "line": 187
4838
+ "line": 216
4966
4839
  },
4967
4840
  "name": "directoryName",
4968
4841
  "type": {
@@ -4979,7 +4852,7 @@
4979
4852
  "immutable": true,
4980
4853
  "locationInModule": {
4981
4854
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4982
- "line": 194
4855
+ "line": 223
4983
4856
  },
4984
4857
  "name": "displayName",
4985
4858
  "optional": true,
@@ -5002,7 +4875,7 @@
5002
4875
  "kind": "interface",
5003
4876
  "locationInModule": {
5004
4877
  "filename": "lib/cloud-assembly/context-queries.ts",
5005
- "line": 486
4878
+ "line": 356
5006
4879
  },
5007
4880
  "name": "PluginContextQuery",
5008
4881
  "properties": [
@@ -5015,7 +4888,7 @@
5015
4888
  "immutable": true,
5016
4889
  "locationInModule": {
5017
4890
  "filename": "lib/cloud-assembly/context-queries.ts",
5018
- "line": 490
4891
+ "line": 360
5019
4892
  },
5020
4893
  "name": "pluginName",
5021
4894
  "type": {
@@ -5110,29 +4983,16 @@
5110
4983
  "summary": "Query to SSM Parameter Context Provider."
5111
4984
  },
5112
4985
  "fqn": "@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery",
4986
+ "interfaces": [
4987
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4988
+ ],
5113
4989
  "kind": "interface",
5114
4990
  "locationInModule": {
5115
4991
  "filename": "lib/cloud-assembly/context-queries.ts",
5116
- "line": 166
4992
+ "line": 155
5117
4993
  },
5118
4994
  "name": "SSMParameterContextQuery",
5119
4995
  "properties": [
5120
- {
5121
- "abstract": true,
5122
- "docs": {
5123
- "stability": "stable",
5124
- "summary": "Query account."
5125
- },
5126
- "immutable": true,
5127
- "locationInModule": {
5128
- "filename": "lib/cloud-assembly/context-queries.ts",
5129
- "line": 170
5130
- },
5131
- "name": "account",
5132
- "type": {
5133
- "primitive": "string"
5134
- }
5135
- },
5136
4996
  {
5137
4997
  "abstract": true,
5138
4998
  "docs": {
@@ -5142,46 +5002,12 @@
5142
5002
  "immutable": true,
5143
5003
  "locationInModule": {
5144
5004
  "filename": "lib/cloud-assembly/context-queries.ts",
5145
- "line": 187
5005
+ "line": 159
5146
5006
  },
5147
5007
  "name": "parameterName",
5148
5008
  "type": {
5149
5009
  "primitive": "string"
5150
5010
  }
5151
- },
5152
- {
5153
- "abstract": true,
5154
- "docs": {
5155
- "stability": "stable",
5156
- "summary": "Query region."
5157
- },
5158
- "immutable": true,
5159
- "locationInModule": {
5160
- "filename": "lib/cloud-assembly/context-queries.ts",
5161
- "line": 175
5162
- },
5163
- "name": "region",
5164
- "type": {
5165
- "primitive": "string"
5166
- }
5167
- },
5168
- {
5169
- "abstract": true,
5170
- "docs": {
5171
- "default": "- None",
5172
- "stability": "stable",
5173
- "summary": "The ARN of the role that should be used to look up the missing values."
5174
- },
5175
- "immutable": true,
5176
- "locationInModule": {
5177
- "filename": "lib/cloud-assembly/context-queries.ts",
5178
- "line": 182
5179
- },
5180
- "name": "lookupRoleArn",
5181
- "optional": true,
5182
- "type": {
5183
- "primitive": "string"
5184
- }
5185
5011
  }
5186
5012
  ],
5187
5013
  "symbolId": "lib/cloud-assembly/context-queries:SSMParameterContextQuery"
@@ -5194,63 +5020,16 @@
5194
5020
  "summary": "Query input for looking up a security group."
5195
5021
  },
5196
5022
  "fqn": "@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery",
5023
+ "interfaces": [
5024
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5025
+ ],
5197
5026
  "kind": "interface",
5198
5027
  "locationInModule": {
5199
5028
  "filename": "lib/cloud-assembly/context-queries.ts",
5200
- "line": 413
5029
+ "line": 317
5201
5030
  },
5202
5031
  "name": "SecurityGroupContextQuery",
5203
5032
  "properties": [
5204
- {
5205
- "abstract": true,
5206
- "docs": {
5207
- "stability": "stable",
5208
- "summary": "Query account."
5209
- },
5210
- "immutable": true,
5211
- "locationInModule": {
5212
- "filename": "lib/cloud-assembly/context-queries.ts",
5213
- "line": 417
5214
- },
5215
- "name": "account",
5216
- "type": {
5217
- "primitive": "string"
5218
- }
5219
- },
5220
- {
5221
- "abstract": true,
5222
- "docs": {
5223
- "stability": "stable",
5224
- "summary": "Query region."
5225
- },
5226
- "immutable": true,
5227
- "locationInModule": {
5228
- "filename": "lib/cloud-assembly/context-queries.ts",
5229
- "line": 422
5230
- },
5231
- "name": "region",
5232
- "type": {
5233
- "primitive": "string"
5234
- }
5235
- },
5236
- {
5237
- "abstract": true,
5238
- "docs": {
5239
- "default": "- None",
5240
- "stability": "stable",
5241
- "summary": "The ARN of the role that should be used to look up the missing values."
5242
- },
5243
- "immutable": true,
5244
- "locationInModule": {
5245
- "filename": "lib/cloud-assembly/context-queries.ts",
5246
- "line": 429
5247
- },
5248
- "name": "lookupRoleArn",
5249
- "optional": true,
5250
- "type": {
5251
- "primitive": "string"
5252
- }
5253
- },
5254
5033
  {
5255
5034
  "abstract": true,
5256
5035
  "docs": {
@@ -5261,7 +5040,7 @@
5261
5040
  "immutable": true,
5262
5041
  "locationInModule": {
5263
5042
  "filename": "lib/cloud-assembly/context-queries.ts",
5264
- "line": 436
5043
+ "line": 323
5265
5044
  },
5266
5045
  "name": "securityGroupId",
5267
5046
  "optional": true,
@@ -5279,7 +5058,7 @@
5279
5058
  "immutable": true,
5280
5059
  "locationInModule": {
5281
5060
  "filename": "lib/cloud-assembly/context-queries.ts",
5282
- "line": 443
5061
+ "line": 330
5283
5062
  },
5284
5063
  "name": "securityGroupName",
5285
5064
  "optional": true,
@@ -5297,7 +5076,7 @@
5297
5076
  "immutable": true,
5298
5077
  "locationInModule": {
5299
5078
  "filename": "lib/cloud-assembly/context-queries.ts",
5300
- "line": 450
5079
+ "line": 337
5301
5080
  },
5302
5081
  "name": "vpcId",
5303
5082
  "optional": true,
@@ -5589,7 +5368,7 @@
5589
5368
  "kind": "interface",
5590
5369
  "locationInModule": {
5591
5370
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5592
- "line": 173
5371
+ "line": 202
5593
5372
  },
5594
5373
  "name": "TreeArtifactProperties",
5595
5374
  "properties": [
@@ -5602,7 +5381,7 @@
5602
5381
  "immutable": true,
5603
5382
  "locationInModule": {
5604
5383
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5605
- "line": 177
5384
+ "line": 206
5606
5385
  },
5607
5386
  "name": "file",
5608
5387
  "type": {
@@ -5620,29 +5399,16 @@
5620
5399
  "summary": "Query input for looking up a VPC."
5621
5400
  },
5622
5401
  "fqn": "@aws-cdk/cloud-assembly-schema.VpcContextQuery",
5402
+ "interfaces": [
5403
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5404
+ ],
5623
5405
  "kind": "interface",
5624
5406
  "locationInModule": {
5625
5407
  "filename": "lib/cloud-assembly/context-queries.ts",
5626
- "line": 193
5408
+ "line": 165
5627
5409
  },
5628
5410
  "name": "VpcContextQuery",
5629
5411
  "properties": [
5630
- {
5631
- "abstract": true,
5632
- "docs": {
5633
- "stability": "stable",
5634
- "summary": "Query account."
5635
- },
5636
- "immutable": true,
5637
- "locationInModule": {
5638
- "filename": "lib/cloud-assembly/context-queries.ts",
5639
- "line": 197
5640
- },
5641
- "name": "account",
5642
- "type": {
5643
- "primitive": "string"
5644
- }
5645
- },
5646
5412
  {
5647
5413
  "abstract": true,
5648
5414
  "docs": {
@@ -5654,7 +5420,7 @@
5654
5420
  "immutable": true,
5655
5421
  "locationInModule": {
5656
5422
  "filename": "lib/cloud-assembly/context-queries.ts",
5657
- "line": 218
5423
+ "line": 173
5658
5424
  },
5659
5425
  "name": "filter",
5660
5426
  "type": {
@@ -5666,40 +5432,6 @@
5666
5432
  }
5667
5433
  }
5668
5434
  },
5669
- {
5670
- "abstract": true,
5671
- "docs": {
5672
- "stability": "stable",
5673
- "summary": "Query region."
5674
- },
5675
- "immutable": true,
5676
- "locationInModule": {
5677
- "filename": "lib/cloud-assembly/context-queries.ts",
5678
- "line": 202
5679
- },
5680
- "name": "region",
5681
- "type": {
5682
- "primitive": "string"
5683
- }
5684
- },
5685
- {
5686
- "abstract": true,
5687
- "docs": {
5688
- "default": "- None",
5689
- "stability": "stable",
5690
- "summary": "The ARN of the role that should be used to look up the missing values."
5691
- },
5692
- "immutable": true,
5693
- "locationInModule": {
5694
- "filename": "lib/cloud-assembly/context-queries.ts",
5695
- "line": 209
5696
- },
5697
- "name": "lookupRoleArn",
5698
- "optional": true,
5699
- "type": {
5700
- "primitive": "string"
5701
- }
5702
- },
5703
5435
  {
5704
5436
  "abstract": true,
5705
5437
  "docs": {
@@ -5710,7 +5442,7 @@
5710
5442
  "immutable": true,
5711
5443
  "locationInModule": {
5712
5444
  "filename": "lib/cloud-assembly/context-queries.ts",
5713
- "line": 226
5445
+ "line": 181
5714
5446
  },
5715
5447
  "name": "returnAsymmetricSubnets",
5716
5448
  "optional": true,
@@ -5729,7 +5461,7 @@
5729
5461
  "immutable": true,
5730
5462
  "locationInModule": {
5731
5463
  "filename": "lib/cloud-assembly/context-queries.ts",
5732
- "line": 246
5464
+ "line": 201
5733
5465
  },
5734
5466
  "name": "returnVpnGateways",
5735
5467
  "optional": true,
@@ -5748,7 +5480,7 @@
5748
5480
  "immutable": true,
5749
5481
  "locationInModule": {
5750
5482
  "filename": "lib/cloud-assembly/context-queries.ts",
5751
- "line": 236
5483
+ "line": 191
5752
5484
  },
5753
5485
  "name": "subnetGroupNameTag",
5754
5486
  "optional": true,
@@ -5760,6 +5492,6 @@
5760
5492
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5761
5493
  }
5762
5494
  },
5763
- "version": "36.3.0",
5764
- "fingerprint": "jfM0nwp1BAzC9txqlmfIid+UcdnRKjAWnWllaEQSz9Y="
5495
+ "version": "38.0.0",
5496
+ "fingerprint": "rhqgkk1XgV8oeeQyQrUHxz0+MlwC2GzCvFowqF+jAug="
5765
5497
  }