@aws-cdk/cloud-assembly-schema 36.1.0 → 36.1.1

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,16 +76,29 @@
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
- ],
82
79
  "kind": "interface",
83
80
  "locationInModule": {
84
81
  "filename": "lib/cloud-assembly/context-queries.ts",
85
- "line": 106
82
+ "line": 66
86
83
  },
87
84
  "name": "AmiContextQuery",
88
85
  "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
+ },
89
102
  {
90
103
  "abstract": true,
91
104
  "docs": {
@@ -95,7 +108,7 @@
95
108
  "immutable": true,
96
109
  "locationInModule": {
97
110
  "filename": "lib/cloud-assembly/context-queries.ts",
98
- "line": 117
111
+ "line": 94
99
112
  },
100
113
  "name": "filters",
101
114
  "type": {
@@ -112,6 +125,40 @@
112
125
  }
113
126
  }
114
127
  },
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
+ },
115
162
  {
116
163
  "abstract": true,
117
164
  "docs": {
@@ -122,7 +169,7 @@
122
169
  "immutable": true,
123
170
  "locationInModule": {
124
171
  "filename": "lib/cloud-assembly/context-queries.ts",
125
- "line": 112
172
+ "line": 89
126
173
  },
127
174
  "name": "owners",
128
175
  "optional": true,
@@ -594,7 +641,7 @@
594
641
  "kind": "interface",
595
642
  "locationInModule": {
596
643
  "filename": "lib/cloud-assembly/artifact-schema.ts",
597
- "line": 160
644
+ "line": 138
598
645
  },
599
646
  "name": "AssetManifestOptions",
600
647
  "properties": [
@@ -609,7 +656,7 @@
609
656
  "immutable": true,
610
657
  "locationInModule": {
611
658
  "filename": "lib/cloud-assembly/artifact-schema.ts",
612
- "line": 179
659
+ "line": 157
613
660
  },
614
661
  "name": "bootstrapStackVersionSsmParameter",
615
662
  "optional": true,
@@ -627,7 +674,7 @@
627
674
  "immutable": true,
628
675
  "locationInModule": {
629
676
  "filename": "lib/cloud-assembly/artifact-schema.ts",
630
- "line": 166
677
+ "line": 144
631
678
  },
632
679
  "name": "requiresBootstrapStackVersion",
633
680
  "optional": true,
@@ -652,7 +699,7 @@
652
699
  "kind": "interface",
653
700
  "locationInModule": {
654
701
  "filename": "lib/cloud-assembly/artifact-schema.ts",
655
- "line": 185
702
+ "line": 163
656
703
  },
657
704
  "name": "AssetManifestProperties",
658
705
  "properties": [
@@ -665,7 +712,7 @@
665
712
  "immutable": true,
666
713
  "locationInModule": {
667
714
  "filename": "lib/cloud-assembly/artifact-schema.ts",
668
- "line": 189
715
+ "line": 167
669
716
  },
670
717
  "name": "file",
671
718
  "type": {
@@ -683,15 +730,64 @@
683
730
  "summary": "Query to availability zone context provider."
684
731
  },
685
732
  "fqn": "@aws-cdk/cloud-assembly-schema.AvailabilityZonesContextQuery",
686
- "interfaces": [
687
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
688
- ],
689
733
  "kind": "interface",
690
734
  "locationInModule": {
691
735
  "filename": "lib/cloud-assembly/context-queries.ts",
692
- "line": 123
736
+ "line": 100
693
737
  },
694
738
  "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
+ ],
695
791
  "symbolId": "lib/cloud-assembly/context-queries:AvailabilityZonesContextQuery"
696
792
  },
697
793
  "@aws-cdk/cloud-assembly-schema.AwsCloudFormationStackProperties": {
@@ -705,7 +801,7 @@
705
801
  "kind": "interface",
706
802
  "locationInModule": {
707
803
  "filename": "lib/cloud-assembly/artifact-schema.ts",
708
- "line": 48
804
+ "line": 37
709
805
  },
710
806
  "name": "AwsCloudFormationStackProperties",
711
807
  "properties": [
@@ -718,38 +814,13 @@
718
814
  "immutable": true,
719
815
  "locationInModule": {
720
816
  "filename": "lib/cloud-assembly/artifact-schema.ts",
721
- "line": 52
817
+ "line": 41
722
818
  },
723
819
  "name": "templateFile",
724
820
  "type": {
725
821
  "primitive": "string"
726
822
  }
727
823
  },
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
- },
753
824
  {
754
825
  "abstract": true,
755
826
  "docs": {
@@ -760,7 +831,7 @@
760
831
  "immutable": true,
761
832
  "locationInModule": {
762
833
  "filename": "lib/cloud-assembly/artifact-schema.ts",
763
- "line": 86
834
+ "line": 75
764
835
  },
765
836
  "name": "assumeRoleArn",
766
837
  "optional": true,
@@ -778,7 +849,7 @@
778
849
  "immutable": true,
779
850
  "locationInModule": {
780
851
  "filename": "lib/cloud-assembly/artifact-schema.ts",
781
- "line": 93
852
+ "line": 82
782
853
  },
783
854
  "name": "assumeRoleExternalId",
784
855
  "optional": true,
@@ -797,7 +868,7 @@
797
868
  "immutable": true,
798
869
  "locationInModule": {
799
870
  "filename": "lib/cloud-assembly/artifact-schema.ts",
800
- "line": 147
871
+ "line": 125
801
872
  },
802
873
  "name": "bootstrapStackVersionSsmParameter",
803
874
  "optional": true,
@@ -815,7 +886,7 @@
815
886
  "immutable": true,
816
887
  "locationInModule": {
817
888
  "filename": "lib/cloud-assembly/artifact-schema.ts",
818
- "line": 111
889
+ "line": 89
819
890
  },
820
891
  "name": "cloudFormationExecutionRoleArn",
821
892
  "optional": true,
@@ -833,7 +904,7 @@
833
904
  "immutable": true,
834
905
  "locationInModule": {
835
906
  "filename": "lib/cloud-assembly/artifact-schema.ts",
836
- "line": 118
907
+ "line": 96
837
908
  },
838
909
  "name": "lookupRole",
839
910
  "optional": true,
@@ -851,7 +922,7 @@
851
922
  "immutable": true,
852
923
  "locationInModule": {
853
924
  "filename": "lib/cloud-assembly/artifact-schema.ts",
854
- "line": 59
925
+ "line": 48
855
926
  },
856
927
  "name": "parameters",
857
928
  "optional": true,
@@ -874,7 +945,7 @@
874
945
  "immutable": true,
875
946
  "locationInModule": {
876
947
  "filename": "lib/cloud-assembly/artifact-schema.ts",
877
- "line": 132
948
+ "line": 110
878
949
  },
879
950
  "name": "requiresBootstrapStackVersion",
880
951
  "optional": true,
@@ -892,7 +963,7 @@
892
963
  "immutable": true,
893
964
  "locationInModule": {
894
965
  "filename": "lib/cloud-assembly/artifact-schema.ts",
895
- "line": 72
966
+ "line": 61
896
967
  },
897
968
  "name": "stackName",
898
969
  "optional": true,
@@ -910,7 +981,7 @@
910
981
  "immutable": true,
911
982
  "locationInModule": {
912
983
  "filename": "lib/cloud-assembly/artifact-schema.ts",
913
- "line": 125
984
+ "line": 103
914
985
  },
915
986
  "name": "stackTemplateAssetObjectUrl",
916
987
  "optional": true,
@@ -928,7 +999,7 @@
928
999
  "immutable": true,
929
1000
  "locationInModule": {
930
1001
  "filename": "lib/cloud-assembly/artifact-schema.ts",
931
- "line": 66
1002
+ "line": 55
932
1003
  },
933
1004
  "name": "tags",
934
1005
  "optional": true,
@@ -951,7 +1022,7 @@
951
1022
  "immutable": true,
952
1023
  "locationInModule": {
953
1024
  "filename": "lib/cloud-assembly/artifact-schema.ts",
954
- "line": 79
1025
+ "line": 68
955
1026
  },
956
1027
  "name": "terminationProtection",
957
1028
  "optional": true,
@@ -969,7 +1040,7 @@
969
1040
  "immutable": true,
970
1041
  "locationInModule": {
971
1042
  "filename": "lib/cloud-assembly/artifact-schema.ts",
972
- "line": 154
1043
+ "line": 132
973
1044
  },
974
1045
  "name": "validateOnSynth",
975
1046
  "optional": true,
@@ -995,31 +1066,6 @@
995
1066
  },
996
1067
  "name": "AwsDestination",
997
1068
  "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
- },
1023
1069
  {
1024
1070
  "abstract": true,
1025
1071
  "docs": {
@@ -1108,31 +1154,6 @@
1108
1154
  "primitive": "string"
1109
1155
  }
1110
1156
  },
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
- },
1136
1157
  {
1137
1158
  "abstract": true,
1138
1159
  "docs": {
@@ -1161,7 +1182,7 @@
1161
1182
  "immutable": true,
1162
1183
  "locationInModule": {
1163
1184
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1164
- "line": 42
1185
+ "line": 31
1165
1186
  },
1166
1187
  "name": "bootstrapStackVersionSsmParameter",
1167
1188
  "optional": true,
@@ -1179,7 +1200,7 @@
1179
1200
  "immutable": true,
1180
1201
  "locationInModule": {
1181
1202
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1182
- "line": 35
1203
+ "line": 24
1183
1204
  },
1184
1205
  "name": "requiresBootstrapStackVersion",
1185
1206
  "optional": true,
@@ -1740,157 +1761,46 @@
1740
1761
  ],
1741
1762
  "symbolId": "lib/cloud-assembly/metadata-schema:ContainerImageAssetMetadataEntry"
1742
1763
  },
1743
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions": {
1764
+ "@aws-cdk/cloud-assembly-schema.ContextProvider": {
1744
1765
  "assembly": "@aws-cdk/cloud-assembly-schema",
1745
- "datatype": true,
1746
1766
  "docs": {
1747
1767
  "stability": "stable",
1748
- "summary": "Options for context lookup roles."
1768
+ "summary": "Identifier for the context provider."
1749
1769
  },
1750
- "fqn": "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions",
1751
- "kind": "interface",
1770
+ "fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
1771
+ "kind": "enum",
1752
1772
  "locationInModule": {
1753
1773
  "filename": "lib/cloud-assembly/context-queries.ts",
1754
- "line": 66
1774
+ "line": 6
1755
1775
  },
1756
- "name": "ContextLookupRoleOptions",
1757
- "properties": [
1776
+ "members": [
1758
1777
  {
1759
- "abstract": true,
1760
1778
  "docs": {
1761
1779
  "stability": "stable",
1762
- "summary": "Query account."
1763
- },
1764
- "immutable": true,
1765
- "locationInModule": {
1766
- "filename": "lib/cloud-assembly/context-queries.ts",
1767
- "line": 70
1780
+ "summary": "AMI provider."
1768
1781
  },
1769
- "name": "account",
1770
- "type": {
1771
- "primitive": "string"
1772
- }
1782
+ "name": "AMI_PROVIDER"
1773
1783
  },
1774
1784
  {
1775
- "abstract": true,
1776
1785
  "docs": {
1777
1786
  "stability": "stable",
1778
- "summary": "Query region."
1779
- },
1780
- "immutable": true,
1781
- "locationInModule": {
1782
- "filename": "lib/cloud-assembly/context-queries.ts",
1783
- "line": 75
1787
+ "summary": "AZ provider."
1784
1788
  },
1785
- "name": "region",
1786
- "type": {
1787
- "primitive": "string"
1788
- }
1789
+ "name": "AVAILABILITY_ZONE_PROVIDER"
1789
1790
  },
1790
1791
  {
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",
1796
1793
  "stability": "stable",
1797
- "summary": "Additional options to pass to STS when assuming the lookup role."
1798
- },
1799
- "immutable": true,
1800
- "locationInModule": {
1801
- "filename": "lib/cloud-assembly/context-queries.ts",
1802
- "line": 100
1794
+ "summary": "Route53 Hosted Zone provider."
1803
1795
  },
1804
- "name": "assumeRoleAdditionalOptions",
1805
- "optional": true,
1806
- "type": {
1807
- "collection": {
1808
- "elementtype": {
1809
- "primitive": "any"
1810
- },
1811
- "kind": "map"
1812
- }
1813
- }
1796
+ "name": "HOSTED_ZONE_PROVIDER"
1814
1797
  },
1815
1798
  {
1816
- "abstract": true,
1817
1799
  "docs": {
1818
- "default": "- None",
1819
1800
  "stability": "stable",
1820
- "summary": "The ARN of the role that should be used to look up the missing values."
1821
- },
1822
- "immutable": true,
1823
- "locationInModule": {
1824
- "filename": "lib/cloud-assembly/context-queries.ts",
1825
- "line": 82
1801
+ "summary": "SSM Parameter Provider."
1826
1802
  },
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"
1803
+ "name": "SSM_PARAMETER_PROVIDER"
1894
1804
  },
1895
1805
  {
1896
1806
  "docs": {
@@ -3283,16 +3193,45 @@
3283
3193
  "summary": "Query to endpoint service context provider."
3284
3194
  },
3285
3195
  "fqn": "@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery",
3286
- "interfaces": [
3287
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3288
- ],
3289
3196
  "kind": "interface",
3290
3197
  "locationInModule": {
3291
3198
  "filename": "lib/cloud-assembly/context-queries.ts",
3292
- "line": 207
3199
+ "line": 252
3293
3200
  },
3294
3201
  "name": "EndpointServiceAvailabilityZonesContextQuery",
3295
3202
  "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
+ },
3296
3235
  {
3297
3236
  "abstract": true,
3298
3237
  "docs": {
@@ -3302,12 +3241,30 @@
3302
3241
  "immutable": true,
3303
3242
  "locationInModule": {
3304
3243
  "filename": "lib/cloud-assembly/context-queries.ts",
3305
- "line": 211
3244
+ "line": 273
3306
3245
  },
3307
3246
  "name": "serviceName",
3308
3247
  "type": {
3309
3248
  "primitive": "string"
3310
3249
  }
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
+ }
3311
3268
  }
3312
3269
  ],
3313
3270
  "symbolId": "lib/cloud-assembly/context-queries:EndpointServiceAvailabilityZonesContextQuery"
@@ -3779,16 +3736,29 @@
3779
3736
  "summary": "Query to hosted zone context provider."
3780
3737
  },
3781
3738
  "fqn": "@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery",
3782
- "interfaces": [
3783
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3784
- ],
3785
3739
  "kind": "interface",
3786
3740
  "locationInModule": {
3787
3741
  "filename": "lib/cloud-assembly/context-queries.ts",
3788
- "line": 128
3742
+ "line": 122
3789
3743
  },
3790
3744
  "name": "HostedZoneContextQuery",
3791
3745
  "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
+ },
3792
3762
  {
3793
3763
  "abstract": true,
3794
3764
  "docs": {
@@ -3798,13 +3768,47 @@
3798
3768
  "immutable": true,
3799
3769
  "locationInModule": {
3800
3770
  "filename": "lib/cloud-assembly/context-queries.ts",
3801
- "line": 132
3771
+ "line": 143
3802
3772
  },
3803
3773
  "name": "domainName",
3804
3774
  "type": {
3805
3775
  "primitive": "string"
3806
3776
  }
3807
3777
  },
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
+ },
3808
3812
  {
3809
3813
  "abstract": true,
3810
3814
  "docs": {
@@ -3815,7 +3819,7 @@
3815
3819
  "immutable": true,
3816
3820
  "locationInModule": {
3817
3821
  "filename": "lib/cloud-assembly/context-queries.ts",
3818
- "line": 139
3822
+ "line": 150
3819
3823
  },
3820
3824
  "name": "privateZone",
3821
3825
  "optional": true,
@@ -3834,7 +3838,7 @@
3834
3838
  "immutable": true,
3835
3839
  "locationInModule": {
3836
3840
  "filename": "lib/cloud-assembly/context-queries.ts",
3837
- "line": 149
3841
+ "line": 160
3838
3842
  },
3839
3843
  "name": "vpcId",
3840
3844
  "optional": true,
@@ -3951,16 +3955,29 @@
3951
3955
  "summary": "Query input for looking up a KMS Key."
3952
3956
  },
3953
3957
  "fqn": "@aws-cdk/cloud-assembly-schema.KeyContextQuery",
3954
- "interfaces": [
3955
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3956
- ],
3957
3958
  "kind": "interface",
3958
3959
  "locationInModule": {
3959
3960
  "filename": "lib/cloud-assembly/context-queries.ts",
3960
- "line": 343
3961
+ "line": 456
3961
3962
  },
3962
3963
  "name": "KeyContextQuery",
3963
3964
  "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
+ },
3964
3981
  {
3965
3982
  "abstract": true,
3966
3983
  "docs": {
@@ -3970,12 +3987,46 @@
3970
3987
  "immutable": true,
3971
3988
  "locationInModule": {
3972
3989
  "filename": "lib/cloud-assembly/context-queries.ts",
3973
- "line": 347
3990
+ "line": 477
3974
3991
  },
3975
3992
  "name": "aliasName",
3976
3993
  "type": {
3977
3994
  "primitive": "string"
3978
3995
  }
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
+ }
3979
4030
  }
3980
4031
  ],
3981
4032
  "symbolId": "lib/cloud-assembly/context-queries:KeyContextQuery"
@@ -3994,9 +4045,61 @@
3994
4045
  "kind": "interface",
3995
4046
  "locationInModule": {
3996
4047
  "filename": "lib/cloud-assembly/context-queries.ts",
3997
- "line": 254
4048
+ "line": 316
3998
4049
  },
3999
4050
  "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
+ ],
4000
4103
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerContextQuery"
4001
4104
  },
4002
4105
  "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter": {
@@ -4007,13 +4110,10 @@
4007
4110
  "summary": "Filters for selecting load balancers."
4008
4111
  },
4009
4112
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter",
4010
- "interfaces": [
4011
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4012
- ],
4013
4113
  "kind": "interface",
4014
4114
  "locationInModule": {
4015
4115
  "filename": "lib/cloud-assembly/context-queries.ts",
4016
- "line": 232
4116
+ "line": 294
4017
4117
  },
4018
4118
  "name": "LoadBalancerFilter",
4019
4119
  "properties": [
@@ -4026,7 +4126,7 @@
4026
4126
  "immutable": true,
4027
4127
  "locationInModule": {
4028
4128
  "filename": "lib/cloud-assembly/context-queries.ts",
4029
- "line": 236
4129
+ "line": 298
4030
4130
  },
4031
4131
  "name": "loadBalancerType",
4032
4132
  "type": {
@@ -4043,7 +4143,7 @@
4043
4143
  "immutable": true,
4044
4144
  "locationInModule": {
4045
4145
  "filename": "lib/cloud-assembly/context-queries.ts",
4046
- "line": 242
4146
+ "line": 304
4047
4147
  },
4048
4148
  "name": "loadBalancerArn",
4049
4149
  "optional": true,
@@ -4061,7 +4161,7 @@
4061
4161
  "immutable": true,
4062
4162
  "locationInModule": {
4063
4163
  "filename": "lib/cloud-assembly/context-queries.ts",
4064
- "line": 248
4164
+ "line": 310
4065
4165
  },
4066
4166
  "name": "loadBalancerTags",
4067
4167
  "optional": true,
@@ -4091,10 +4191,42 @@
4091
4191
  "kind": "interface",
4092
4192
  "locationInModule": {
4093
4193
  "filename": "lib/cloud-assembly/context-queries.ts",
4094
- "line": 294
4194
+ "line": 373
4095
4195
  },
4096
4196
  "name": "LoadBalancerListenerContextQuery",
4097
4197
  "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
+ },
4098
4230
  {
4099
4231
  "abstract": true,
4100
4232
  "docs": {
@@ -4105,7 +4237,7 @@
4105
4237
  "immutable": true,
4106
4238
  "locationInModule": {
4107
4239
  "filename": "lib/cloud-assembly/context-queries.ts",
4108
- "line": 299
4240
+ "line": 395
4109
4241
  },
4110
4242
  "name": "listenerArn",
4111
4243
  "optional": true,
@@ -4123,7 +4255,7 @@
4123
4255
  "immutable": true,
4124
4256
  "locationInModule": {
4125
4257
  "filename": "lib/cloud-assembly/context-queries.ts",
4126
- "line": 311
4258
+ "line": 407
4127
4259
  },
4128
4260
  "name": "listenerPort",
4129
4261
  "optional": true,
@@ -4141,13 +4273,31 @@
4141
4273
  "immutable": true,
4142
4274
  "locationInModule": {
4143
4275
  "filename": "lib/cloud-assembly/context-queries.ts",
4144
- "line": 305
4276
+ "line": 401
4145
4277
  },
4146
4278
  "name": "listenerProtocol",
4147
4279
  "optional": true,
4148
4280
  "type": {
4149
4281
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol"
4150
4282
  }
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
+ }
4151
4301
  }
4152
4302
  ],
4153
4303
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerListenerContextQuery"
@@ -4162,7 +4312,7 @@
4162
4312
  "kind": "enum",
4163
4313
  "locationInModule": {
4164
4314
  "filename": "lib/cloud-assembly/context-queries.ts",
4165
- "line": 259
4315
+ "line": 338
4166
4316
  },
4167
4317
  "members": [
4168
4318
  {
@@ -4221,7 +4371,7 @@
4221
4371
  "kind": "enum",
4222
4372
  "locationInModule": {
4223
4373
  "filename": "lib/cloud-assembly/context-queries.ts",
4224
- "line": 217
4374
+ "line": 279
4225
4375
  },
4226
4376
  "members": [
4227
4377
  {
@@ -4799,7 +4949,7 @@
4799
4949
  "kind": "interface",
4800
4950
  "locationInModule": {
4801
4951
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4802
- "line": 205
4952
+ "line": 183
4803
4953
  },
4804
4954
  "name": "NestedCloudAssemblyProperties",
4805
4955
  "properties": [
@@ -4812,7 +4962,7 @@
4812
4962
  "immutable": true,
4813
4963
  "locationInModule": {
4814
4964
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4815
- "line": 209
4965
+ "line": 187
4816
4966
  },
4817
4967
  "name": "directoryName",
4818
4968
  "type": {
@@ -4829,7 +4979,7 @@
4829
4979
  "immutable": true,
4830
4980
  "locationInModule": {
4831
4981
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4832
- "line": 216
4982
+ "line": 194
4833
4983
  },
4834
4984
  "name": "displayName",
4835
4985
  "optional": true,
@@ -4852,7 +5002,7 @@
4852
5002
  "kind": "interface",
4853
5003
  "locationInModule": {
4854
5004
  "filename": "lib/cloud-assembly/context-queries.ts",
4855
- "line": 356
5005
+ "line": 486
4856
5006
  },
4857
5007
  "name": "PluginContextQuery",
4858
5008
  "properties": [
@@ -4865,7 +5015,7 @@
4865
5015
  "immutable": true,
4866
5016
  "locationInModule": {
4867
5017
  "filename": "lib/cloud-assembly/context-queries.ts",
4868
- "line": 360
5018
+ "line": 490
4869
5019
  },
4870
5020
  "name": "pluginName",
4871
5021
  "type": {
@@ -4960,16 +5110,29 @@
4960
5110
  "summary": "Query to SSM Parameter Context Provider."
4961
5111
  },
4962
5112
  "fqn": "@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery",
4963
- "interfaces": [
4964
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4965
- ],
4966
5113
  "kind": "interface",
4967
5114
  "locationInModule": {
4968
5115
  "filename": "lib/cloud-assembly/context-queries.ts",
4969
- "line": 155
5116
+ "line": 166
4970
5117
  },
4971
5118
  "name": "SSMParameterContextQuery",
4972
5119
  "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
+ },
4973
5136
  {
4974
5137
  "abstract": true,
4975
5138
  "docs": {
@@ -4979,12 +5142,46 @@
4979
5142
  "immutable": true,
4980
5143
  "locationInModule": {
4981
5144
  "filename": "lib/cloud-assembly/context-queries.ts",
4982
- "line": 159
5145
+ "line": 187
4983
5146
  },
4984
5147
  "name": "parameterName",
4985
5148
  "type": {
4986
5149
  "primitive": "string"
4987
5150
  }
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
+ }
4988
5185
  }
4989
5186
  ],
4990
5187
  "symbolId": "lib/cloud-assembly/context-queries:SSMParameterContextQuery"
@@ -4997,16 +5194,63 @@
4997
5194
  "summary": "Query input for looking up a security group."
4998
5195
  },
4999
5196
  "fqn": "@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery",
5000
- "interfaces": [
5001
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5002
- ],
5003
5197
  "kind": "interface",
5004
5198
  "locationInModule": {
5005
5199
  "filename": "lib/cloud-assembly/context-queries.ts",
5006
- "line": 317
5200
+ "line": 413
5007
5201
  },
5008
5202
  "name": "SecurityGroupContextQuery",
5009
5203
  "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
+ },
5010
5254
  {
5011
5255
  "abstract": true,
5012
5256
  "docs": {
@@ -5017,7 +5261,7 @@
5017
5261
  "immutable": true,
5018
5262
  "locationInModule": {
5019
5263
  "filename": "lib/cloud-assembly/context-queries.ts",
5020
- "line": 323
5264
+ "line": 436
5021
5265
  },
5022
5266
  "name": "securityGroupId",
5023
5267
  "optional": true,
@@ -5035,7 +5279,7 @@
5035
5279
  "immutable": true,
5036
5280
  "locationInModule": {
5037
5281
  "filename": "lib/cloud-assembly/context-queries.ts",
5038
- "line": 330
5282
+ "line": 443
5039
5283
  },
5040
5284
  "name": "securityGroupName",
5041
5285
  "optional": true,
@@ -5053,7 +5297,7 @@
5053
5297
  "immutable": true,
5054
5298
  "locationInModule": {
5055
5299
  "filename": "lib/cloud-assembly/context-queries.ts",
5056
- "line": 337
5300
+ "line": 450
5057
5301
  },
5058
5302
  "name": "vpcId",
5059
5303
  "optional": true,
@@ -5345,7 +5589,7 @@
5345
5589
  "kind": "interface",
5346
5590
  "locationInModule": {
5347
5591
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5348
- "line": 195
5592
+ "line": 173
5349
5593
  },
5350
5594
  "name": "TreeArtifactProperties",
5351
5595
  "properties": [
@@ -5358,7 +5602,7 @@
5358
5602
  "immutable": true,
5359
5603
  "locationInModule": {
5360
5604
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5361
- "line": 199
5605
+ "line": 177
5362
5606
  },
5363
5607
  "name": "file",
5364
5608
  "type": {
@@ -5376,16 +5620,29 @@
5376
5620
  "summary": "Query input for looking up a VPC."
5377
5621
  },
5378
5622
  "fqn": "@aws-cdk/cloud-assembly-schema.VpcContextQuery",
5379
- "interfaces": [
5380
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5381
- ],
5382
5623
  "kind": "interface",
5383
5624
  "locationInModule": {
5384
5625
  "filename": "lib/cloud-assembly/context-queries.ts",
5385
- "line": 165
5626
+ "line": 193
5386
5627
  },
5387
5628
  "name": "VpcContextQuery",
5388
5629
  "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
+ },
5389
5646
  {
5390
5647
  "abstract": true,
5391
5648
  "docs": {
@@ -5397,7 +5654,7 @@
5397
5654
  "immutable": true,
5398
5655
  "locationInModule": {
5399
5656
  "filename": "lib/cloud-assembly/context-queries.ts",
5400
- "line": 173
5657
+ "line": 218
5401
5658
  },
5402
5659
  "name": "filter",
5403
5660
  "type": {
@@ -5409,6 +5666,40 @@
5409
5666
  }
5410
5667
  }
5411
5668
  },
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
+ },
5412
5703
  {
5413
5704
  "abstract": true,
5414
5705
  "docs": {
@@ -5419,7 +5710,7 @@
5419
5710
  "immutable": true,
5420
5711
  "locationInModule": {
5421
5712
  "filename": "lib/cloud-assembly/context-queries.ts",
5422
- "line": 181
5713
+ "line": 226
5423
5714
  },
5424
5715
  "name": "returnAsymmetricSubnets",
5425
5716
  "optional": true,
@@ -5438,7 +5729,7 @@
5438
5729
  "immutable": true,
5439
5730
  "locationInModule": {
5440
5731
  "filename": "lib/cloud-assembly/context-queries.ts",
5441
- "line": 201
5732
+ "line": 246
5442
5733
  },
5443
5734
  "name": "returnVpnGateways",
5444
5735
  "optional": true,
@@ -5457,7 +5748,7 @@
5457
5748
  "immutable": true,
5458
5749
  "locationInModule": {
5459
5750
  "filename": "lib/cloud-assembly/context-queries.ts",
5460
- "line": 191
5751
+ "line": 236
5461
5752
  },
5462
5753
  "name": "subnetGroupNameTag",
5463
5754
  "optional": true,
@@ -5469,6 +5760,6 @@
5469
5760
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5470
5761
  }
5471
5762
  },
5472
- "version": "36.1.0",
5473
- "fingerprint": "q/4dyA2YQBRkAcmR+imTwxrdU7Yq4q5p8D15sf0cxtQ="
5763
+ "version": "36.1.1",
5764
+ "fingerprint": "tDfPUpdRgfot4SgPrH/OUG/Yfd+VZ96JWJS+myePiz0="
5474
5765
  }