@aws-cdk/cloud-assembly-schema 36.0.24 → 36.1.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": 160
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": 179
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": 166
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": 185
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": 189
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": 104
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": 86
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": 93
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": 147
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": 111
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": 118
908
837
  },
909
838
  "name": "lookupRole",
910
839
  "optional": true,
@@ -922,7 +851,7 @@
922
851
  "immutable": true,
923
852
  "locationInModule": {
924
853
  "filename": "lib/cloud-assembly/artifact-schema.ts",
925
- "line": 48
854
+ "line": 59
926
855
  },
927
856
  "name": "parameters",
928
857
  "optional": true,
@@ -945,7 +874,7 @@
945
874
  "immutable": true,
946
875
  "locationInModule": {
947
876
  "filename": "lib/cloud-assembly/artifact-schema.ts",
948
- "line": 110
877
+ "line": 132
949
878
  },
950
879
  "name": "requiresBootstrapStackVersion",
951
880
  "optional": true,
@@ -963,7 +892,7 @@
963
892
  "immutable": true,
964
893
  "locationInModule": {
965
894
  "filename": "lib/cloud-assembly/artifact-schema.ts",
966
- "line": 61
895
+ "line": 72
967
896
  },
968
897
  "name": "stackName",
969
898
  "optional": true,
@@ -981,7 +910,7 @@
981
910
  "immutable": true,
982
911
  "locationInModule": {
983
912
  "filename": "lib/cloud-assembly/artifact-schema.ts",
984
- "line": 103
913
+ "line": 125
985
914
  },
986
915
  "name": "stackTemplateAssetObjectUrl",
987
916
  "optional": true,
@@ -999,7 +928,7 @@
999
928
  "immutable": true,
1000
929
  "locationInModule": {
1001
930
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1002
- "line": 55
931
+ "line": 66
1003
932
  },
1004
933
  "name": "tags",
1005
934
  "optional": true,
@@ -1022,7 +951,7 @@
1022
951
  "immutable": true,
1023
952
  "locationInModule": {
1024
953
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1025
- "line": 68
954
+ "line": 79
1026
955
  },
1027
956
  "name": "terminationProtection",
1028
957
  "optional": true,
@@ -1040,7 +969,7 @@
1040
969
  "immutable": true,
1041
970
  "locationInModule": {
1042
971
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1043
- "line": 132
972
+ "line": 154
1044
973
  },
1045
974
  "name": "validateOnSynth",
1046
975
  "optional": true,
@@ -1066,6 +995,31 @@
1066
995
  },
1067
996
  "name": "AwsDestination",
1068
997
  "properties": [
998
+ {
999
+ "abstract": true,
1000
+ "docs": {
1001
+ "default": "- No additional options.",
1002
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `assumeRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
1003
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
1004
+ "stability": "stable",
1005
+ "summary": "Additional options to pass to STS when assuming the role."
1006
+ },
1007
+ "immutable": true,
1008
+ "locationInModule": {
1009
+ "filename": "lib/assets/aws-destination.ts",
1010
+ "line": 35
1011
+ },
1012
+ "name": "assumeRoleAdditionalOptions",
1013
+ "optional": true,
1014
+ "type": {
1015
+ "collection": {
1016
+ "elementtype": {
1017
+ "primitive": "any"
1018
+ },
1019
+ "kind": "map"
1020
+ }
1021
+ }
1022
+ },
1069
1023
  {
1070
1024
  "abstract": true,
1071
1025
  "docs": {
@@ -1154,6 +1108,31 @@
1154
1108
  "primitive": "string"
1155
1109
  }
1156
1110
  },
1111
+ {
1112
+ "abstract": true,
1113
+ "docs": {
1114
+ "default": "- No additional options.",
1115
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `arn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
1116
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
1117
+ "stability": "stable",
1118
+ "summary": "Additional options to pass to STS when assuming the role."
1119
+ },
1120
+ "immutable": true,
1121
+ "locationInModule": {
1122
+ "filename": "lib/cloud-assembly/artifact-schema.ts",
1123
+ "line": 28
1124
+ },
1125
+ "name": "assumeRoleAdditionalOptions",
1126
+ "optional": true,
1127
+ "type": {
1128
+ "collection": {
1129
+ "elementtype": {
1130
+ "primitive": "any"
1131
+ },
1132
+ "kind": "map"
1133
+ }
1134
+ }
1135
+ },
1157
1136
  {
1158
1137
  "abstract": true,
1159
1138
  "docs": {
@@ -1182,7 +1161,7 @@
1182
1161
  "immutable": true,
1183
1162
  "locationInModule": {
1184
1163
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1185
- "line": 31
1164
+ "line": 42
1186
1165
  },
1187
1166
  "name": "bootstrapStackVersionSsmParameter",
1188
1167
  "optional": true,
@@ -1200,7 +1179,7 @@
1200
1179
  "immutable": true,
1201
1180
  "locationInModule": {
1202
1181
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1203
- "line": 24
1182
+ "line": 35
1204
1183
  },
1205
1184
  "name": "requiresBootstrapStackVersion",
1206
1185
  "optional": true,
@@ -1761,46 +1740,157 @@
1761
1740
  ],
1762
1741
  "symbolId": "lib/cloud-assembly/metadata-schema:ContainerImageAssetMetadataEntry"
1763
1742
  },
1764
- "@aws-cdk/cloud-assembly-schema.ContextProvider": {
1743
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions": {
1765
1744
  "assembly": "@aws-cdk/cloud-assembly-schema",
1745
+ "datatype": true,
1766
1746
  "docs": {
1767
1747
  "stability": "stable",
1768
- "summary": "Identifier for the context provider."
1748
+ "summary": "Options for context lookup roles."
1769
1749
  },
1770
- "fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
1771
- "kind": "enum",
1750
+ "fqn": "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions",
1751
+ "kind": "interface",
1772
1752
  "locationInModule": {
1773
1753
  "filename": "lib/cloud-assembly/context-queries.ts",
1774
- "line": 6
1754
+ "line": 66
1775
1755
  },
1776
- "members": [
1756
+ "name": "ContextLookupRoleOptions",
1757
+ "properties": [
1777
1758
  {
1759
+ "abstract": true,
1778
1760
  "docs": {
1779
1761
  "stability": "stable",
1780
- "summary": "AMI provider."
1762
+ "summary": "Query account."
1781
1763
  },
1782
- "name": "AMI_PROVIDER"
1764
+ "immutable": true,
1765
+ "locationInModule": {
1766
+ "filename": "lib/cloud-assembly/context-queries.ts",
1767
+ "line": 70
1768
+ },
1769
+ "name": "account",
1770
+ "type": {
1771
+ "primitive": "string"
1772
+ }
1783
1773
  },
1784
1774
  {
1775
+ "abstract": true,
1785
1776
  "docs": {
1786
1777
  "stability": "stable",
1787
- "summary": "AZ provider."
1778
+ "summary": "Query region."
1788
1779
  },
1789
- "name": "AVAILABILITY_ZONE_PROVIDER"
1780
+ "immutable": true,
1781
+ "locationInModule": {
1782
+ "filename": "lib/cloud-assembly/context-queries.ts",
1783
+ "line": 75
1784
+ },
1785
+ "name": "region",
1786
+ "type": {
1787
+ "primitive": "string"
1788
+ }
1790
1789
  },
1791
1790
  {
1791
+ "abstract": true,
1792
1792
  "docs": {
1793
+ "default": "- No additional options.",
1794
+ "remarks": "- `RoleArn` should not be used. Use the dedicated `lookupRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `lookupRoleExternalId` instead.",
1795
+ "see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
1793
1796
  "stability": "stable",
1794
- "summary": "Route53 Hosted Zone provider."
1797
+ "summary": "Additional options to pass to STS when assuming the lookup role."
1795
1798
  },
1796
- "name": "HOSTED_ZONE_PROVIDER"
1799
+ "immutable": true,
1800
+ "locationInModule": {
1801
+ "filename": "lib/cloud-assembly/context-queries.ts",
1802
+ "line": 100
1803
+ },
1804
+ "name": "assumeRoleAdditionalOptions",
1805
+ "optional": true,
1806
+ "type": {
1807
+ "collection": {
1808
+ "elementtype": {
1809
+ "primitive": "any"
1810
+ },
1811
+ "kind": "map"
1812
+ }
1813
+ }
1797
1814
  },
1798
1815
  {
1816
+ "abstract": true,
1799
1817
  "docs": {
1818
+ "default": "- None",
1800
1819
  "stability": "stable",
1801
- "summary": "SSM Parameter Provider."
1820
+ "summary": "The ARN of the role that should be used to look up the missing values."
1802
1821
  },
1803
- "name": "SSM_PARAMETER_PROVIDER"
1822
+ "immutable": true,
1823
+ "locationInModule": {
1824
+ "filename": "lib/cloud-assembly/context-queries.ts",
1825
+ "line": 82
1826
+ },
1827
+ "name": "lookupRoleArn",
1828
+ "optional": true,
1829
+ "type": {
1830
+ "primitive": "string"
1831
+ }
1832
+ },
1833
+ {
1834
+ "abstract": true,
1835
+ "docs": {
1836
+ "default": "- No ExternalId will be supplied",
1837
+ "stability": "stable",
1838
+ "summary": "The ExternalId that needs to be supplied while assuming this role."
1839
+ },
1840
+ "immutable": true,
1841
+ "locationInModule": {
1842
+ "filename": "lib/cloud-assembly/context-queries.ts",
1843
+ "line": 89
1844
+ },
1845
+ "name": "lookupRoleExternalId",
1846
+ "optional": true,
1847
+ "type": {
1848
+ "primitive": "string"
1849
+ }
1850
+ }
1851
+ ],
1852
+ "symbolId": "lib/cloud-assembly/context-queries:ContextLookupRoleOptions"
1853
+ },
1854
+ "@aws-cdk/cloud-assembly-schema.ContextProvider": {
1855
+ "assembly": "@aws-cdk/cloud-assembly-schema",
1856
+ "docs": {
1857
+ "stability": "stable",
1858
+ "summary": "Identifier for the context provider."
1859
+ },
1860
+ "fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
1861
+ "kind": "enum",
1862
+ "locationInModule": {
1863
+ "filename": "lib/cloud-assembly/context-queries.ts",
1864
+ "line": 6
1865
+ },
1866
+ "members": [
1867
+ {
1868
+ "docs": {
1869
+ "stability": "stable",
1870
+ "summary": "AMI provider."
1871
+ },
1872
+ "name": "AMI_PROVIDER"
1873
+ },
1874
+ {
1875
+ "docs": {
1876
+ "stability": "stable",
1877
+ "summary": "AZ provider."
1878
+ },
1879
+ "name": "AVAILABILITY_ZONE_PROVIDER"
1880
+ },
1881
+ {
1882
+ "docs": {
1883
+ "stability": "stable",
1884
+ "summary": "Route53 Hosted Zone provider."
1885
+ },
1886
+ "name": "HOSTED_ZONE_PROVIDER"
1887
+ },
1888
+ {
1889
+ "docs": {
1890
+ "stability": "stable",
1891
+ "summary": "SSM Parameter Provider."
1892
+ },
1893
+ "name": "SSM_PARAMETER_PROVIDER"
1804
1894
  },
1805
1895
  {
1806
1896
  "docs": {
@@ -3193,45 +3283,16 @@
3193
3283
  "summary": "Query to endpoint service context provider."
3194
3284
  },
3195
3285
  "fqn": "@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery",
3286
+ "interfaces": [
3287
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3288
+ ],
3196
3289
  "kind": "interface",
3197
3290
  "locationInModule": {
3198
3291
  "filename": "lib/cloud-assembly/context-queries.ts",
3199
- "line": 252
3292
+ "line": 207
3200
3293
  },
3201
3294
  "name": "EndpointServiceAvailabilityZonesContextQuery",
3202
3295
  "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
3296
  {
3236
3297
  "abstract": true,
3237
3298
  "docs": {
@@ -3241,30 +3302,12 @@
3241
3302
  "immutable": true,
3242
3303
  "locationInModule": {
3243
3304
  "filename": "lib/cloud-assembly/context-queries.ts",
3244
- "line": 273
3305
+ "line": 211
3245
3306
  },
3246
3307
  "name": "serviceName",
3247
3308
  "type": {
3248
3309
  "primitive": "string"
3249
3310
  }
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
3311
  }
3269
3312
  ],
3270
3313
  "symbolId": "lib/cloud-assembly/context-queries:EndpointServiceAvailabilityZonesContextQuery"
@@ -3736,29 +3779,16 @@
3736
3779
  "summary": "Query to hosted zone context provider."
3737
3780
  },
3738
3781
  "fqn": "@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery",
3782
+ "interfaces": [
3783
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3784
+ ],
3739
3785
  "kind": "interface",
3740
3786
  "locationInModule": {
3741
3787
  "filename": "lib/cloud-assembly/context-queries.ts",
3742
- "line": 122
3788
+ "line": 128
3743
3789
  },
3744
3790
  "name": "HostedZoneContextQuery",
3745
3791
  "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
3792
  {
3763
3793
  "abstract": true,
3764
3794
  "docs": {
@@ -3768,47 +3798,13 @@
3768
3798
  "immutable": true,
3769
3799
  "locationInModule": {
3770
3800
  "filename": "lib/cloud-assembly/context-queries.ts",
3771
- "line": 143
3801
+ "line": 132
3772
3802
  },
3773
3803
  "name": "domainName",
3774
3804
  "type": {
3775
3805
  "primitive": "string"
3776
3806
  }
3777
3807
  },
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
3808
  {
3813
3809
  "abstract": true,
3814
3810
  "docs": {
@@ -3819,7 +3815,7 @@
3819
3815
  "immutable": true,
3820
3816
  "locationInModule": {
3821
3817
  "filename": "lib/cloud-assembly/context-queries.ts",
3822
- "line": 150
3818
+ "line": 139
3823
3819
  },
3824
3820
  "name": "privateZone",
3825
3821
  "optional": true,
@@ -3838,7 +3834,7 @@
3838
3834
  "immutable": true,
3839
3835
  "locationInModule": {
3840
3836
  "filename": "lib/cloud-assembly/context-queries.ts",
3841
- "line": 160
3837
+ "line": 149
3842
3838
  },
3843
3839
  "name": "vpcId",
3844
3840
  "optional": true,
@@ -3955,29 +3951,16 @@
3955
3951
  "summary": "Query input for looking up a KMS Key."
3956
3952
  },
3957
3953
  "fqn": "@aws-cdk/cloud-assembly-schema.KeyContextQuery",
3954
+ "interfaces": [
3955
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3956
+ ],
3958
3957
  "kind": "interface",
3959
3958
  "locationInModule": {
3960
3959
  "filename": "lib/cloud-assembly/context-queries.ts",
3961
- "line": 456
3960
+ "line": 343
3962
3961
  },
3963
3962
  "name": "KeyContextQuery",
3964
3963
  "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
3964
  {
3982
3965
  "abstract": true,
3983
3966
  "docs": {
@@ -3987,46 +3970,12 @@
3987
3970
  "immutable": true,
3988
3971
  "locationInModule": {
3989
3972
  "filename": "lib/cloud-assembly/context-queries.ts",
3990
- "line": 477
3973
+ "line": 347
3991
3974
  },
3992
3975
  "name": "aliasName",
3993
3976
  "type": {
3994
3977
  "primitive": "string"
3995
3978
  }
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
3979
  }
4031
3980
  ],
4032
3981
  "symbolId": "lib/cloud-assembly/context-queries:KeyContextQuery"
@@ -4045,61 +3994,9 @@
4045
3994
  "kind": "interface",
4046
3995
  "locationInModule": {
4047
3996
  "filename": "lib/cloud-assembly/context-queries.ts",
4048
- "line": 316
3997
+ "line": 254
4049
3998
  },
4050
3999
  "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
4000
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerContextQuery"
4104
4001
  },
4105
4002
  "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter": {
@@ -4110,10 +4007,13 @@
4110
4007
  "summary": "Filters for selecting load balancers."
4111
4008
  },
4112
4009
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter",
4010
+ "interfaces": [
4011
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4012
+ ],
4113
4013
  "kind": "interface",
4114
4014
  "locationInModule": {
4115
4015
  "filename": "lib/cloud-assembly/context-queries.ts",
4116
- "line": 294
4016
+ "line": 232
4117
4017
  },
4118
4018
  "name": "LoadBalancerFilter",
4119
4019
  "properties": [
@@ -4126,7 +4026,7 @@
4126
4026
  "immutable": true,
4127
4027
  "locationInModule": {
4128
4028
  "filename": "lib/cloud-assembly/context-queries.ts",
4129
- "line": 298
4029
+ "line": 236
4130
4030
  },
4131
4031
  "name": "loadBalancerType",
4132
4032
  "type": {
@@ -4143,7 +4043,7 @@
4143
4043
  "immutable": true,
4144
4044
  "locationInModule": {
4145
4045
  "filename": "lib/cloud-assembly/context-queries.ts",
4146
- "line": 304
4046
+ "line": 242
4147
4047
  },
4148
4048
  "name": "loadBalancerArn",
4149
4049
  "optional": true,
@@ -4161,7 +4061,7 @@
4161
4061
  "immutable": true,
4162
4062
  "locationInModule": {
4163
4063
  "filename": "lib/cloud-assembly/context-queries.ts",
4164
- "line": 310
4064
+ "line": 248
4165
4065
  },
4166
4066
  "name": "loadBalancerTags",
4167
4067
  "optional": true,
@@ -4191,42 +4091,10 @@
4191
4091
  "kind": "interface",
4192
4092
  "locationInModule": {
4193
4093
  "filename": "lib/cloud-assembly/context-queries.ts",
4194
- "line": 373
4094
+ "line": 294
4195
4095
  },
4196
4096
  "name": "LoadBalancerListenerContextQuery",
4197
4097
  "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
4098
  {
4231
4099
  "abstract": true,
4232
4100
  "docs": {
@@ -4237,7 +4105,7 @@
4237
4105
  "immutable": true,
4238
4106
  "locationInModule": {
4239
4107
  "filename": "lib/cloud-assembly/context-queries.ts",
4240
- "line": 395
4108
+ "line": 299
4241
4109
  },
4242
4110
  "name": "listenerArn",
4243
4111
  "optional": true,
@@ -4255,7 +4123,7 @@
4255
4123
  "immutable": true,
4256
4124
  "locationInModule": {
4257
4125
  "filename": "lib/cloud-assembly/context-queries.ts",
4258
- "line": 407
4126
+ "line": 311
4259
4127
  },
4260
4128
  "name": "listenerPort",
4261
4129
  "optional": true,
@@ -4273,31 +4141,13 @@
4273
4141
  "immutable": true,
4274
4142
  "locationInModule": {
4275
4143
  "filename": "lib/cloud-assembly/context-queries.ts",
4276
- "line": 401
4144
+ "line": 305
4277
4145
  },
4278
4146
  "name": "listenerProtocol",
4279
4147
  "optional": true,
4280
4148
  "type": {
4281
4149
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol"
4282
4150
  }
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
4151
  }
4302
4152
  ],
4303
4153
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerListenerContextQuery"
@@ -4312,7 +4162,7 @@
4312
4162
  "kind": "enum",
4313
4163
  "locationInModule": {
4314
4164
  "filename": "lib/cloud-assembly/context-queries.ts",
4315
- "line": 338
4165
+ "line": 259
4316
4166
  },
4317
4167
  "members": [
4318
4168
  {
@@ -4371,7 +4221,7 @@
4371
4221
  "kind": "enum",
4372
4222
  "locationInModule": {
4373
4223
  "filename": "lib/cloud-assembly/context-queries.ts",
4374
- "line": 279
4224
+ "line": 217
4375
4225
  },
4376
4226
  "members": [
4377
4227
  {
@@ -4949,7 +4799,7 @@
4949
4799
  "kind": "interface",
4950
4800
  "locationInModule": {
4951
4801
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4952
- "line": 183
4802
+ "line": 205
4953
4803
  },
4954
4804
  "name": "NestedCloudAssemblyProperties",
4955
4805
  "properties": [
@@ -4962,7 +4812,7 @@
4962
4812
  "immutable": true,
4963
4813
  "locationInModule": {
4964
4814
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4965
- "line": 187
4815
+ "line": 209
4966
4816
  },
4967
4817
  "name": "directoryName",
4968
4818
  "type": {
@@ -4979,7 +4829,7 @@
4979
4829
  "immutable": true,
4980
4830
  "locationInModule": {
4981
4831
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4982
- "line": 194
4832
+ "line": 216
4983
4833
  },
4984
4834
  "name": "displayName",
4985
4835
  "optional": true,
@@ -5002,7 +4852,7 @@
5002
4852
  "kind": "interface",
5003
4853
  "locationInModule": {
5004
4854
  "filename": "lib/cloud-assembly/context-queries.ts",
5005
- "line": 486
4855
+ "line": 356
5006
4856
  },
5007
4857
  "name": "PluginContextQuery",
5008
4858
  "properties": [
@@ -5015,7 +4865,7 @@
5015
4865
  "immutable": true,
5016
4866
  "locationInModule": {
5017
4867
  "filename": "lib/cloud-assembly/context-queries.ts",
5018
- "line": 490
4868
+ "line": 360
5019
4869
  },
5020
4870
  "name": "pluginName",
5021
4871
  "type": {
@@ -5110,29 +4960,16 @@
5110
4960
  "summary": "Query to SSM Parameter Context Provider."
5111
4961
  },
5112
4962
  "fqn": "@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery",
4963
+ "interfaces": [
4964
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4965
+ ],
5113
4966
  "kind": "interface",
5114
4967
  "locationInModule": {
5115
4968
  "filename": "lib/cloud-assembly/context-queries.ts",
5116
- "line": 166
4969
+ "line": 155
5117
4970
  },
5118
4971
  "name": "SSMParameterContextQuery",
5119
4972
  "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
4973
  {
5137
4974
  "abstract": true,
5138
4975
  "docs": {
@@ -5142,46 +4979,12 @@
5142
4979
  "immutable": true,
5143
4980
  "locationInModule": {
5144
4981
  "filename": "lib/cloud-assembly/context-queries.ts",
5145
- "line": 187
4982
+ "line": 159
5146
4983
  },
5147
4984
  "name": "parameterName",
5148
4985
  "type": {
5149
4986
  "primitive": "string"
5150
4987
  }
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
4988
  }
5186
4989
  ],
5187
4990
  "symbolId": "lib/cloud-assembly/context-queries:SSMParameterContextQuery"
@@ -5194,63 +4997,16 @@
5194
4997
  "summary": "Query input for looking up a security group."
5195
4998
  },
5196
4999
  "fqn": "@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery",
5000
+ "interfaces": [
5001
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5002
+ ],
5197
5003
  "kind": "interface",
5198
5004
  "locationInModule": {
5199
5005
  "filename": "lib/cloud-assembly/context-queries.ts",
5200
- "line": 413
5006
+ "line": 317
5201
5007
  },
5202
5008
  "name": "SecurityGroupContextQuery",
5203
5009
  "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
5010
  {
5255
5011
  "abstract": true,
5256
5012
  "docs": {
@@ -5261,7 +5017,7 @@
5261
5017
  "immutable": true,
5262
5018
  "locationInModule": {
5263
5019
  "filename": "lib/cloud-assembly/context-queries.ts",
5264
- "line": 436
5020
+ "line": 323
5265
5021
  },
5266
5022
  "name": "securityGroupId",
5267
5023
  "optional": true,
@@ -5279,7 +5035,7 @@
5279
5035
  "immutable": true,
5280
5036
  "locationInModule": {
5281
5037
  "filename": "lib/cloud-assembly/context-queries.ts",
5282
- "line": 443
5038
+ "line": 330
5283
5039
  },
5284
5040
  "name": "securityGroupName",
5285
5041
  "optional": true,
@@ -5297,7 +5053,7 @@
5297
5053
  "immutable": true,
5298
5054
  "locationInModule": {
5299
5055
  "filename": "lib/cloud-assembly/context-queries.ts",
5300
- "line": 450
5056
+ "line": 337
5301
5057
  },
5302
5058
  "name": "vpcId",
5303
5059
  "optional": true,
@@ -5589,7 +5345,7 @@
5589
5345
  "kind": "interface",
5590
5346
  "locationInModule": {
5591
5347
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5592
- "line": 173
5348
+ "line": 195
5593
5349
  },
5594
5350
  "name": "TreeArtifactProperties",
5595
5351
  "properties": [
@@ -5602,7 +5358,7 @@
5602
5358
  "immutable": true,
5603
5359
  "locationInModule": {
5604
5360
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5605
- "line": 177
5361
+ "line": 199
5606
5362
  },
5607
5363
  "name": "file",
5608
5364
  "type": {
@@ -5620,29 +5376,16 @@
5620
5376
  "summary": "Query input for looking up a VPC."
5621
5377
  },
5622
5378
  "fqn": "@aws-cdk/cloud-assembly-schema.VpcContextQuery",
5379
+ "interfaces": [
5380
+ "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5381
+ ],
5623
5382
  "kind": "interface",
5624
5383
  "locationInModule": {
5625
5384
  "filename": "lib/cloud-assembly/context-queries.ts",
5626
- "line": 193
5385
+ "line": 165
5627
5386
  },
5628
5387
  "name": "VpcContextQuery",
5629
5388
  "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
5389
  {
5647
5390
  "abstract": true,
5648
5391
  "docs": {
@@ -5654,7 +5397,7 @@
5654
5397
  "immutable": true,
5655
5398
  "locationInModule": {
5656
5399
  "filename": "lib/cloud-assembly/context-queries.ts",
5657
- "line": 218
5400
+ "line": 173
5658
5401
  },
5659
5402
  "name": "filter",
5660
5403
  "type": {
@@ -5666,40 +5409,6 @@
5666
5409
  }
5667
5410
  }
5668
5411
  },
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
5412
  {
5704
5413
  "abstract": true,
5705
5414
  "docs": {
@@ -5710,7 +5419,7 @@
5710
5419
  "immutable": true,
5711
5420
  "locationInModule": {
5712
5421
  "filename": "lib/cloud-assembly/context-queries.ts",
5713
- "line": 226
5422
+ "line": 181
5714
5423
  },
5715
5424
  "name": "returnAsymmetricSubnets",
5716
5425
  "optional": true,
@@ -5729,7 +5438,7 @@
5729
5438
  "immutable": true,
5730
5439
  "locationInModule": {
5731
5440
  "filename": "lib/cloud-assembly/context-queries.ts",
5732
- "line": 246
5441
+ "line": 201
5733
5442
  },
5734
5443
  "name": "returnVpnGateways",
5735
5444
  "optional": true,
@@ -5748,7 +5457,7 @@
5748
5457
  "immutable": true,
5749
5458
  "locationInModule": {
5750
5459
  "filename": "lib/cloud-assembly/context-queries.ts",
5751
- "line": 236
5460
+ "line": 191
5752
5461
  },
5753
5462
  "name": "subnetGroupNameTag",
5754
5463
  "optional": true,
@@ -5760,6 +5469,6 @@
5760
5469
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5761
5470
  }
5762
5471
  },
5763
- "version": "36.0.24",
5764
- "fingerprint": "VZ8fsho/ZzcYJR71ATttIDxJOu03oBOspV2hTtYVczw="
5472
+ "version": "36.1.0",
5473
+ "fingerprint": "q/4dyA2YQBRkAcmR+imTwxrdU7Yq4q5p8D15sf0cxtQ="
5765
5474
  }