@aws-cdk/cloud-assembly-schema 36.1.0 → 36.2.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,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": 145
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": 164
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": 151
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": 170
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": 174
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": 82
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": 89
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": 132
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": 96
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": 103
837
908
  },
838
909
  "name": "lookupRole",
839
910
  "optional": true,
@@ -841,6 +912,29 @@
841
912
  "fqn": "@aws-cdk/cloud-assembly-schema.BootstrapRole"
842
913
  }
843
914
  },
915
+ {
916
+ "abstract": true,
917
+ "docs": {
918
+ "default": "- No notification arns",
919
+ "stability": "stable",
920
+ "summary": "SNS Notification ARNs that should receive CloudFormation Stack Events."
921
+ },
922
+ "immutable": true,
923
+ "locationInModule": {
924
+ "filename": "lib/cloud-assembly/artifact-schema.ts",
925
+ "line": 62
926
+ },
927
+ "name": "notificationArns",
928
+ "optional": true,
929
+ "type": {
930
+ "collection": {
931
+ "elementtype": {
932
+ "primitive": "string"
933
+ },
934
+ "kind": "array"
935
+ }
936
+ }
937
+ },
844
938
  {
845
939
  "abstract": true,
846
940
  "docs": {
@@ -851,7 +945,7 @@
851
945
  "immutable": true,
852
946
  "locationInModule": {
853
947
  "filename": "lib/cloud-assembly/artifact-schema.ts",
854
- "line": 59
948
+ "line": 48
855
949
  },
856
950
  "name": "parameters",
857
951
  "optional": true,
@@ -874,7 +968,7 @@
874
968
  "immutable": true,
875
969
  "locationInModule": {
876
970
  "filename": "lib/cloud-assembly/artifact-schema.ts",
877
- "line": 132
971
+ "line": 117
878
972
  },
879
973
  "name": "requiresBootstrapStackVersion",
880
974
  "optional": true,
@@ -892,7 +986,7 @@
892
986
  "immutable": true,
893
987
  "locationInModule": {
894
988
  "filename": "lib/cloud-assembly/artifact-schema.ts",
895
- "line": 72
989
+ "line": 68
896
990
  },
897
991
  "name": "stackName",
898
992
  "optional": true,
@@ -910,7 +1004,7 @@
910
1004
  "immutable": true,
911
1005
  "locationInModule": {
912
1006
  "filename": "lib/cloud-assembly/artifact-schema.ts",
913
- "line": 125
1007
+ "line": 110
914
1008
  },
915
1009
  "name": "stackTemplateAssetObjectUrl",
916
1010
  "optional": true,
@@ -928,7 +1022,7 @@
928
1022
  "immutable": true,
929
1023
  "locationInModule": {
930
1024
  "filename": "lib/cloud-assembly/artifact-schema.ts",
931
- "line": 66
1025
+ "line": 55
932
1026
  },
933
1027
  "name": "tags",
934
1028
  "optional": true,
@@ -951,7 +1045,7 @@
951
1045
  "immutable": true,
952
1046
  "locationInModule": {
953
1047
  "filename": "lib/cloud-assembly/artifact-schema.ts",
954
- "line": 79
1048
+ "line": 75
955
1049
  },
956
1050
  "name": "terminationProtection",
957
1051
  "optional": true,
@@ -969,7 +1063,7 @@
969
1063
  "immutable": true,
970
1064
  "locationInModule": {
971
1065
  "filename": "lib/cloud-assembly/artifact-schema.ts",
972
- "line": 154
1066
+ "line": 139
973
1067
  },
974
1068
  "name": "validateOnSynth",
975
1069
  "optional": true,
@@ -995,31 +1089,6 @@
995
1089
  },
996
1090
  "name": "AwsDestination",
997
1091
  "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
1092
  {
1024
1093
  "abstract": true,
1025
1094
  "docs": {
@@ -1108,31 +1177,6 @@
1108
1177
  "primitive": "string"
1109
1178
  }
1110
1179
  },
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
1180
  {
1137
1181
  "abstract": true,
1138
1182
  "docs": {
@@ -1161,7 +1205,7 @@
1161
1205
  "immutable": true,
1162
1206
  "locationInModule": {
1163
1207
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1164
- "line": 42
1208
+ "line": 31
1165
1209
  },
1166
1210
  "name": "bootstrapStackVersionSsmParameter",
1167
1211
  "optional": true,
@@ -1179,7 +1223,7 @@
1179
1223
  "immutable": true,
1180
1224
  "locationInModule": {
1181
1225
  "filename": "lib/cloud-assembly/artifact-schema.ts",
1182
- "line": 35
1226
+ "line": 24
1183
1227
  },
1184
1228
  "name": "requiresBootstrapStackVersion",
1185
1229
  "optional": true,
@@ -1740,155 +1784,44 @@
1740
1784
  ],
1741
1785
  "symbolId": "lib/cloud-assembly/metadata-schema:ContainerImageAssetMetadataEntry"
1742
1786
  },
1743
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions": {
1787
+ "@aws-cdk/cloud-assembly-schema.ContextProvider": {
1744
1788
  "assembly": "@aws-cdk/cloud-assembly-schema",
1745
- "datatype": true,
1746
1789
  "docs": {
1747
1790
  "stability": "stable",
1748
- "summary": "Options for context lookup roles."
1791
+ "summary": "Identifier for the context provider."
1749
1792
  },
1750
- "fqn": "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions",
1751
- "kind": "interface",
1793
+ "fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
1794
+ "kind": "enum",
1752
1795
  "locationInModule": {
1753
1796
  "filename": "lib/cloud-assembly/context-queries.ts",
1754
- "line": 66
1797
+ "line": 6
1755
1798
  },
1756
- "name": "ContextLookupRoleOptions",
1757
- "properties": [
1799
+ "members": [
1758
1800
  {
1759
- "abstract": true,
1760
1801
  "docs": {
1761
1802
  "stability": "stable",
1762
- "summary": "Query account."
1763
- },
1764
- "immutable": true,
1765
- "locationInModule": {
1766
- "filename": "lib/cloud-assembly/context-queries.ts",
1767
- "line": 70
1803
+ "summary": "AMI provider."
1768
1804
  },
1769
- "name": "account",
1770
- "type": {
1771
- "primitive": "string"
1772
- }
1805
+ "name": "AMI_PROVIDER"
1773
1806
  },
1774
1807
  {
1775
- "abstract": true,
1776
1808
  "docs": {
1777
1809
  "stability": "stable",
1778
- "summary": "Query region."
1810
+ "summary": "AZ provider."
1779
1811
  },
1780
- "immutable": true,
1781
- "locationInModule": {
1782
- "filename": "lib/cloud-assembly/context-queries.ts",
1783
- "line": 75
1812
+ "name": "AVAILABILITY_ZONE_PROVIDER"
1813
+ },
1814
+ {
1815
+ "docs": {
1816
+ "stability": "stable",
1817
+ "summary": "Route53 Hosted Zone provider."
1784
1818
  },
1785
- "name": "region",
1786
- "type": {
1787
- "primitive": "string"
1788
- }
1819
+ "name": "HOSTED_ZONE_PROVIDER"
1789
1820
  },
1790
1821
  {
1791
- "abstract": true,
1792
1822
  "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
1823
  "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
1803
- },
1804
- "name": "assumeRoleAdditionalOptions",
1805
- "optional": true,
1806
- "type": {
1807
- "collection": {
1808
- "elementtype": {
1809
- "primitive": "any"
1810
- },
1811
- "kind": "map"
1812
- }
1813
- }
1814
- },
1815
- {
1816
- "abstract": true,
1817
- "docs": {
1818
- "default": "- None",
1819
- "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
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."
1824
+ "summary": "SSM Parameter Provider."
1892
1825
  },
1893
1826
  "name": "SSM_PARAMETER_PROVIDER"
1894
1827
  },
@@ -3283,16 +3216,45 @@
3283
3216
  "summary": "Query to endpoint service context provider."
3284
3217
  },
3285
3218
  "fqn": "@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery",
3286
- "interfaces": [
3287
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3288
- ],
3289
3219
  "kind": "interface",
3290
3220
  "locationInModule": {
3291
3221
  "filename": "lib/cloud-assembly/context-queries.ts",
3292
- "line": 207
3222
+ "line": 252
3293
3223
  },
3294
3224
  "name": "EndpointServiceAvailabilityZonesContextQuery",
3295
3225
  "properties": [
3226
+ {
3227
+ "abstract": true,
3228
+ "docs": {
3229
+ "stability": "stable",
3230
+ "summary": "Query account."
3231
+ },
3232
+ "immutable": true,
3233
+ "locationInModule": {
3234
+ "filename": "lib/cloud-assembly/context-queries.ts",
3235
+ "line": 256
3236
+ },
3237
+ "name": "account",
3238
+ "type": {
3239
+ "primitive": "string"
3240
+ }
3241
+ },
3242
+ {
3243
+ "abstract": true,
3244
+ "docs": {
3245
+ "stability": "stable",
3246
+ "summary": "Query region."
3247
+ },
3248
+ "immutable": true,
3249
+ "locationInModule": {
3250
+ "filename": "lib/cloud-assembly/context-queries.ts",
3251
+ "line": 261
3252
+ },
3253
+ "name": "region",
3254
+ "type": {
3255
+ "primitive": "string"
3256
+ }
3257
+ },
3296
3258
  {
3297
3259
  "abstract": true,
3298
3260
  "docs": {
@@ -3302,12 +3264,30 @@
3302
3264
  "immutable": true,
3303
3265
  "locationInModule": {
3304
3266
  "filename": "lib/cloud-assembly/context-queries.ts",
3305
- "line": 211
3267
+ "line": 273
3306
3268
  },
3307
3269
  "name": "serviceName",
3308
3270
  "type": {
3309
3271
  "primitive": "string"
3310
3272
  }
3273
+ },
3274
+ {
3275
+ "abstract": true,
3276
+ "docs": {
3277
+ "default": "- None",
3278
+ "stability": "stable",
3279
+ "summary": "The ARN of the role that should be used to look up the missing values."
3280
+ },
3281
+ "immutable": true,
3282
+ "locationInModule": {
3283
+ "filename": "lib/cloud-assembly/context-queries.ts",
3284
+ "line": 268
3285
+ },
3286
+ "name": "lookupRoleArn",
3287
+ "optional": true,
3288
+ "type": {
3289
+ "primitive": "string"
3290
+ }
3311
3291
  }
3312
3292
  ],
3313
3293
  "symbolId": "lib/cloud-assembly/context-queries:EndpointServiceAvailabilityZonesContextQuery"
@@ -3779,16 +3759,29 @@
3779
3759
  "summary": "Query to hosted zone context provider."
3780
3760
  },
3781
3761
  "fqn": "@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery",
3782
- "interfaces": [
3783
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3784
- ],
3785
3762
  "kind": "interface",
3786
3763
  "locationInModule": {
3787
3764
  "filename": "lib/cloud-assembly/context-queries.ts",
3788
- "line": 128
3765
+ "line": 122
3789
3766
  },
3790
3767
  "name": "HostedZoneContextQuery",
3791
3768
  "properties": [
3769
+ {
3770
+ "abstract": true,
3771
+ "docs": {
3772
+ "stability": "stable",
3773
+ "summary": "Query account."
3774
+ },
3775
+ "immutable": true,
3776
+ "locationInModule": {
3777
+ "filename": "lib/cloud-assembly/context-queries.ts",
3778
+ "line": 126
3779
+ },
3780
+ "name": "account",
3781
+ "type": {
3782
+ "primitive": "string"
3783
+ }
3784
+ },
3792
3785
  {
3793
3786
  "abstract": true,
3794
3787
  "docs": {
@@ -3798,13 +3791,47 @@
3798
3791
  "immutable": true,
3799
3792
  "locationInModule": {
3800
3793
  "filename": "lib/cloud-assembly/context-queries.ts",
3801
- "line": 132
3794
+ "line": 143
3802
3795
  },
3803
3796
  "name": "domainName",
3804
3797
  "type": {
3805
3798
  "primitive": "string"
3806
3799
  }
3807
3800
  },
3801
+ {
3802
+ "abstract": true,
3803
+ "docs": {
3804
+ "stability": "stable",
3805
+ "summary": "Query region."
3806
+ },
3807
+ "immutable": true,
3808
+ "locationInModule": {
3809
+ "filename": "lib/cloud-assembly/context-queries.ts",
3810
+ "line": 131
3811
+ },
3812
+ "name": "region",
3813
+ "type": {
3814
+ "primitive": "string"
3815
+ }
3816
+ },
3817
+ {
3818
+ "abstract": true,
3819
+ "docs": {
3820
+ "default": "- None",
3821
+ "stability": "stable",
3822
+ "summary": "The ARN of the role that should be used to look up the missing values."
3823
+ },
3824
+ "immutable": true,
3825
+ "locationInModule": {
3826
+ "filename": "lib/cloud-assembly/context-queries.ts",
3827
+ "line": 138
3828
+ },
3829
+ "name": "lookupRoleArn",
3830
+ "optional": true,
3831
+ "type": {
3832
+ "primitive": "string"
3833
+ }
3834
+ },
3808
3835
  {
3809
3836
  "abstract": true,
3810
3837
  "docs": {
@@ -3815,7 +3842,7 @@
3815
3842
  "immutable": true,
3816
3843
  "locationInModule": {
3817
3844
  "filename": "lib/cloud-assembly/context-queries.ts",
3818
- "line": 139
3845
+ "line": 150
3819
3846
  },
3820
3847
  "name": "privateZone",
3821
3848
  "optional": true,
@@ -3834,7 +3861,7 @@
3834
3861
  "immutable": true,
3835
3862
  "locationInModule": {
3836
3863
  "filename": "lib/cloud-assembly/context-queries.ts",
3837
- "line": 149
3864
+ "line": 160
3838
3865
  },
3839
3866
  "name": "vpcId",
3840
3867
  "optional": true,
@@ -3951,16 +3978,29 @@
3951
3978
  "summary": "Query input for looking up a KMS Key."
3952
3979
  },
3953
3980
  "fqn": "@aws-cdk/cloud-assembly-schema.KeyContextQuery",
3954
- "interfaces": [
3955
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
3956
- ],
3957
3981
  "kind": "interface",
3958
3982
  "locationInModule": {
3959
3983
  "filename": "lib/cloud-assembly/context-queries.ts",
3960
- "line": 343
3984
+ "line": 456
3961
3985
  },
3962
3986
  "name": "KeyContextQuery",
3963
3987
  "properties": [
3988
+ {
3989
+ "abstract": true,
3990
+ "docs": {
3991
+ "stability": "stable",
3992
+ "summary": "Query account."
3993
+ },
3994
+ "immutable": true,
3995
+ "locationInModule": {
3996
+ "filename": "lib/cloud-assembly/context-queries.ts",
3997
+ "line": 460
3998
+ },
3999
+ "name": "account",
4000
+ "type": {
4001
+ "primitive": "string"
4002
+ }
4003
+ },
3964
4004
  {
3965
4005
  "abstract": true,
3966
4006
  "docs": {
@@ -3970,12 +4010,46 @@
3970
4010
  "immutable": true,
3971
4011
  "locationInModule": {
3972
4012
  "filename": "lib/cloud-assembly/context-queries.ts",
3973
- "line": 347
4013
+ "line": 477
3974
4014
  },
3975
4015
  "name": "aliasName",
3976
4016
  "type": {
3977
4017
  "primitive": "string"
3978
4018
  }
4019
+ },
4020
+ {
4021
+ "abstract": true,
4022
+ "docs": {
4023
+ "stability": "stable",
4024
+ "summary": "Query region."
4025
+ },
4026
+ "immutable": true,
4027
+ "locationInModule": {
4028
+ "filename": "lib/cloud-assembly/context-queries.ts",
4029
+ "line": 465
4030
+ },
4031
+ "name": "region",
4032
+ "type": {
4033
+ "primitive": "string"
4034
+ }
4035
+ },
4036
+ {
4037
+ "abstract": true,
4038
+ "docs": {
4039
+ "default": "- None",
4040
+ "stability": "stable",
4041
+ "summary": "The ARN of the role that should be used to look up the missing values."
4042
+ },
4043
+ "immutable": true,
4044
+ "locationInModule": {
4045
+ "filename": "lib/cloud-assembly/context-queries.ts",
4046
+ "line": 472
4047
+ },
4048
+ "name": "lookupRoleArn",
4049
+ "optional": true,
4050
+ "type": {
4051
+ "primitive": "string"
4052
+ }
3979
4053
  }
3980
4054
  ],
3981
4055
  "symbolId": "lib/cloud-assembly/context-queries:KeyContextQuery"
@@ -3994,9 +4068,61 @@
3994
4068
  "kind": "interface",
3995
4069
  "locationInModule": {
3996
4070
  "filename": "lib/cloud-assembly/context-queries.ts",
3997
- "line": 254
4071
+ "line": 316
3998
4072
  },
3999
4073
  "name": "LoadBalancerContextQuery",
4074
+ "properties": [
4075
+ {
4076
+ "abstract": true,
4077
+ "docs": {
4078
+ "stability": "stable",
4079
+ "summary": "Query account."
4080
+ },
4081
+ "immutable": true,
4082
+ "locationInModule": {
4083
+ "filename": "lib/cloud-assembly/context-queries.ts",
4084
+ "line": 320
4085
+ },
4086
+ "name": "account",
4087
+ "type": {
4088
+ "primitive": "string"
4089
+ }
4090
+ },
4091
+ {
4092
+ "abstract": true,
4093
+ "docs": {
4094
+ "stability": "stable",
4095
+ "summary": "Query region."
4096
+ },
4097
+ "immutable": true,
4098
+ "locationInModule": {
4099
+ "filename": "lib/cloud-assembly/context-queries.ts",
4100
+ "line": 325
4101
+ },
4102
+ "name": "region",
4103
+ "type": {
4104
+ "primitive": "string"
4105
+ }
4106
+ },
4107
+ {
4108
+ "abstract": true,
4109
+ "docs": {
4110
+ "default": "- None",
4111
+ "stability": "stable",
4112
+ "summary": "The ARN of the role that should be used to look up the missing values."
4113
+ },
4114
+ "immutable": true,
4115
+ "locationInModule": {
4116
+ "filename": "lib/cloud-assembly/context-queries.ts",
4117
+ "line": 332
4118
+ },
4119
+ "name": "lookupRoleArn",
4120
+ "optional": true,
4121
+ "type": {
4122
+ "primitive": "string"
4123
+ }
4124
+ }
4125
+ ],
4000
4126
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerContextQuery"
4001
4127
  },
4002
4128
  "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter": {
@@ -4007,13 +4133,10 @@
4007
4133
  "summary": "Filters for selecting load balancers."
4008
4134
  },
4009
4135
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter",
4010
- "interfaces": [
4011
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4012
- ],
4013
4136
  "kind": "interface",
4014
4137
  "locationInModule": {
4015
4138
  "filename": "lib/cloud-assembly/context-queries.ts",
4016
- "line": 232
4139
+ "line": 294
4017
4140
  },
4018
4141
  "name": "LoadBalancerFilter",
4019
4142
  "properties": [
@@ -4026,7 +4149,7 @@
4026
4149
  "immutable": true,
4027
4150
  "locationInModule": {
4028
4151
  "filename": "lib/cloud-assembly/context-queries.ts",
4029
- "line": 236
4152
+ "line": 298
4030
4153
  },
4031
4154
  "name": "loadBalancerType",
4032
4155
  "type": {
@@ -4043,7 +4166,7 @@
4043
4166
  "immutable": true,
4044
4167
  "locationInModule": {
4045
4168
  "filename": "lib/cloud-assembly/context-queries.ts",
4046
- "line": 242
4169
+ "line": 304
4047
4170
  },
4048
4171
  "name": "loadBalancerArn",
4049
4172
  "optional": true,
@@ -4061,7 +4184,7 @@
4061
4184
  "immutable": true,
4062
4185
  "locationInModule": {
4063
4186
  "filename": "lib/cloud-assembly/context-queries.ts",
4064
- "line": 248
4187
+ "line": 310
4065
4188
  },
4066
4189
  "name": "loadBalancerTags",
4067
4190
  "optional": true,
@@ -4091,10 +4214,42 @@
4091
4214
  "kind": "interface",
4092
4215
  "locationInModule": {
4093
4216
  "filename": "lib/cloud-assembly/context-queries.ts",
4094
- "line": 294
4217
+ "line": 373
4095
4218
  },
4096
4219
  "name": "LoadBalancerListenerContextQuery",
4097
4220
  "properties": [
4221
+ {
4222
+ "abstract": true,
4223
+ "docs": {
4224
+ "stability": "stable",
4225
+ "summary": "Query account."
4226
+ },
4227
+ "immutable": true,
4228
+ "locationInModule": {
4229
+ "filename": "lib/cloud-assembly/context-queries.ts",
4230
+ "line": 377
4231
+ },
4232
+ "name": "account",
4233
+ "type": {
4234
+ "primitive": "string"
4235
+ }
4236
+ },
4237
+ {
4238
+ "abstract": true,
4239
+ "docs": {
4240
+ "stability": "stable",
4241
+ "summary": "Query region."
4242
+ },
4243
+ "immutable": true,
4244
+ "locationInModule": {
4245
+ "filename": "lib/cloud-assembly/context-queries.ts",
4246
+ "line": 382
4247
+ },
4248
+ "name": "region",
4249
+ "type": {
4250
+ "primitive": "string"
4251
+ }
4252
+ },
4098
4253
  {
4099
4254
  "abstract": true,
4100
4255
  "docs": {
@@ -4105,7 +4260,7 @@
4105
4260
  "immutable": true,
4106
4261
  "locationInModule": {
4107
4262
  "filename": "lib/cloud-assembly/context-queries.ts",
4108
- "line": 299
4263
+ "line": 395
4109
4264
  },
4110
4265
  "name": "listenerArn",
4111
4266
  "optional": true,
@@ -4123,7 +4278,7 @@
4123
4278
  "immutable": true,
4124
4279
  "locationInModule": {
4125
4280
  "filename": "lib/cloud-assembly/context-queries.ts",
4126
- "line": 311
4281
+ "line": 407
4127
4282
  },
4128
4283
  "name": "listenerPort",
4129
4284
  "optional": true,
@@ -4141,13 +4296,31 @@
4141
4296
  "immutable": true,
4142
4297
  "locationInModule": {
4143
4298
  "filename": "lib/cloud-assembly/context-queries.ts",
4144
- "line": 305
4299
+ "line": 401
4145
4300
  },
4146
4301
  "name": "listenerProtocol",
4147
4302
  "optional": true,
4148
4303
  "type": {
4149
4304
  "fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol"
4150
4305
  }
4306
+ },
4307
+ {
4308
+ "abstract": true,
4309
+ "docs": {
4310
+ "default": "- None",
4311
+ "stability": "stable",
4312
+ "summary": "The ARN of the role that should be used to look up the missing values."
4313
+ },
4314
+ "immutable": true,
4315
+ "locationInModule": {
4316
+ "filename": "lib/cloud-assembly/context-queries.ts",
4317
+ "line": 389
4318
+ },
4319
+ "name": "lookupRoleArn",
4320
+ "optional": true,
4321
+ "type": {
4322
+ "primitive": "string"
4323
+ }
4151
4324
  }
4152
4325
  ],
4153
4326
  "symbolId": "lib/cloud-assembly/context-queries:LoadBalancerListenerContextQuery"
@@ -4162,7 +4335,7 @@
4162
4335
  "kind": "enum",
4163
4336
  "locationInModule": {
4164
4337
  "filename": "lib/cloud-assembly/context-queries.ts",
4165
- "line": 259
4338
+ "line": 338
4166
4339
  },
4167
4340
  "members": [
4168
4341
  {
@@ -4221,7 +4394,7 @@
4221
4394
  "kind": "enum",
4222
4395
  "locationInModule": {
4223
4396
  "filename": "lib/cloud-assembly/context-queries.ts",
4224
- "line": 217
4397
+ "line": 279
4225
4398
  },
4226
4399
  "members": [
4227
4400
  {
@@ -4799,7 +4972,7 @@
4799
4972
  "kind": "interface",
4800
4973
  "locationInModule": {
4801
4974
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4802
- "line": 205
4975
+ "line": 190
4803
4976
  },
4804
4977
  "name": "NestedCloudAssemblyProperties",
4805
4978
  "properties": [
@@ -4812,7 +4985,7 @@
4812
4985
  "immutable": true,
4813
4986
  "locationInModule": {
4814
4987
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4815
- "line": 209
4988
+ "line": 194
4816
4989
  },
4817
4990
  "name": "directoryName",
4818
4991
  "type": {
@@ -4829,7 +5002,7 @@
4829
5002
  "immutable": true,
4830
5003
  "locationInModule": {
4831
5004
  "filename": "lib/cloud-assembly/artifact-schema.ts",
4832
- "line": 216
5005
+ "line": 201
4833
5006
  },
4834
5007
  "name": "displayName",
4835
5008
  "optional": true,
@@ -4852,7 +5025,7 @@
4852
5025
  "kind": "interface",
4853
5026
  "locationInModule": {
4854
5027
  "filename": "lib/cloud-assembly/context-queries.ts",
4855
- "line": 356
5028
+ "line": 486
4856
5029
  },
4857
5030
  "name": "PluginContextQuery",
4858
5031
  "properties": [
@@ -4865,7 +5038,7 @@
4865
5038
  "immutable": true,
4866
5039
  "locationInModule": {
4867
5040
  "filename": "lib/cloud-assembly/context-queries.ts",
4868
- "line": 360
5041
+ "line": 490
4869
5042
  },
4870
5043
  "name": "pluginName",
4871
5044
  "type": {
@@ -4960,16 +5133,29 @@
4960
5133
  "summary": "Query to SSM Parameter Context Provider."
4961
5134
  },
4962
5135
  "fqn": "@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery",
4963
- "interfaces": [
4964
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
4965
- ],
4966
5136
  "kind": "interface",
4967
5137
  "locationInModule": {
4968
5138
  "filename": "lib/cloud-assembly/context-queries.ts",
4969
- "line": 155
5139
+ "line": 166
4970
5140
  },
4971
5141
  "name": "SSMParameterContextQuery",
4972
5142
  "properties": [
5143
+ {
5144
+ "abstract": true,
5145
+ "docs": {
5146
+ "stability": "stable",
5147
+ "summary": "Query account."
5148
+ },
5149
+ "immutable": true,
5150
+ "locationInModule": {
5151
+ "filename": "lib/cloud-assembly/context-queries.ts",
5152
+ "line": 170
5153
+ },
5154
+ "name": "account",
5155
+ "type": {
5156
+ "primitive": "string"
5157
+ }
5158
+ },
4973
5159
  {
4974
5160
  "abstract": true,
4975
5161
  "docs": {
@@ -4979,12 +5165,46 @@
4979
5165
  "immutable": true,
4980
5166
  "locationInModule": {
4981
5167
  "filename": "lib/cloud-assembly/context-queries.ts",
4982
- "line": 159
5168
+ "line": 187
4983
5169
  },
4984
5170
  "name": "parameterName",
4985
5171
  "type": {
4986
5172
  "primitive": "string"
4987
5173
  }
5174
+ },
5175
+ {
5176
+ "abstract": true,
5177
+ "docs": {
5178
+ "stability": "stable",
5179
+ "summary": "Query region."
5180
+ },
5181
+ "immutable": true,
5182
+ "locationInModule": {
5183
+ "filename": "lib/cloud-assembly/context-queries.ts",
5184
+ "line": 175
5185
+ },
5186
+ "name": "region",
5187
+ "type": {
5188
+ "primitive": "string"
5189
+ }
5190
+ },
5191
+ {
5192
+ "abstract": true,
5193
+ "docs": {
5194
+ "default": "- None",
5195
+ "stability": "stable",
5196
+ "summary": "The ARN of the role that should be used to look up the missing values."
5197
+ },
5198
+ "immutable": true,
5199
+ "locationInModule": {
5200
+ "filename": "lib/cloud-assembly/context-queries.ts",
5201
+ "line": 182
5202
+ },
5203
+ "name": "lookupRoleArn",
5204
+ "optional": true,
5205
+ "type": {
5206
+ "primitive": "string"
5207
+ }
4988
5208
  }
4989
5209
  ],
4990
5210
  "symbolId": "lib/cloud-assembly/context-queries:SSMParameterContextQuery"
@@ -4997,16 +5217,63 @@
4997
5217
  "summary": "Query input for looking up a security group."
4998
5218
  },
4999
5219
  "fqn": "@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery",
5000
- "interfaces": [
5001
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5002
- ],
5003
5220
  "kind": "interface",
5004
5221
  "locationInModule": {
5005
5222
  "filename": "lib/cloud-assembly/context-queries.ts",
5006
- "line": 317
5223
+ "line": 413
5007
5224
  },
5008
5225
  "name": "SecurityGroupContextQuery",
5009
5226
  "properties": [
5227
+ {
5228
+ "abstract": true,
5229
+ "docs": {
5230
+ "stability": "stable",
5231
+ "summary": "Query account."
5232
+ },
5233
+ "immutable": true,
5234
+ "locationInModule": {
5235
+ "filename": "lib/cloud-assembly/context-queries.ts",
5236
+ "line": 417
5237
+ },
5238
+ "name": "account",
5239
+ "type": {
5240
+ "primitive": "string"
5241
+ }
5242
+ },
5243
+ {
5244
+ "abstract": true,
5245
+ "docs": {
5246
+ "stability": "stable",
5247
+ "summary": "Query region."
5248
+ },
5249
+ "immutable": true,
5250
+ "locationInModule": {
5251
+ "filename": "lib/cloud-assembly/context-queries.ts",
5252
+ "line": 422
5253
+ },
5254
+ "name": "region",
5255
+ "type": {
5256
+ "primitive": "string"
5257
+ }
5258
+ },
5259
+ {
5260
+ "abstract": true,
5261
+ "docs": {
5262
+ "default": "- None",
5263
+ "stability": "stable",
5264
+ "summary": "The ARN of the role that should be used to look up the missing values."
5265
+ },
5266
+ "immutable": true,
5267
+ "locationInModule": {
5268
+ "filename": "lib/cloud-assembly/context-queries.ts",
5269
+ "line": 429
5270
+ },
5271
+ "name": "lookupRoleArn",
5272
+ "optional": true,
5273
+ "type": {
5274
+ "primitive": "string"
5275
+ }
5276
+ },
5010
5277
  {
5011
5278
  "abstract": true,
5012
5279
  "docs": {
@@ -5017,7 +5284,7 @@
5017
5284
  "immutable": true,
5018
5285
  "locationInModule": {
5019
5286
  "filename": "lib/cloud-assembly/context-queries.ts",
5020
- "line": 323
5287
+ "line": 436
5021
5288
  },
5022
5289
  "name": "securityGroupId",
5023
5290
  "optional": true,
@@ -5035,7 +5302,7 @@
5035
5302
  "immutable": true,
5036
5303
  "locationInModule": {
5037
5304
  "filename": "lib/cloud-assembly/context-queries.ts",
5038
- "line": 330
5305
+ "line": 443
5039
5306
  },
5040
5307
  "name": "securityGroupName",
5041
5308
  "optional": true,
@@ -5053,7 +5320,7 @@
5053
5320
  "immutable": true,
5054
5321
  "locationInModule": {
5055
5322
  "filename": "lib/cloud-assembly/context-queries.ts",
5056
- "line": 337
5323
+ "line": 450
5057
5324
  },
5058
5325
  "name": "vpcId",
5059
5326
  "optional": true,
@@ -5345,7 +5612,7 @@
5345
5612
  "kind": "interface",
5346
5613
  "locationInModule": {
5347
5614
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5348
- "line": 195
5615
+ "line": 180
5349
5616
  },
5350
5617
  "name": "TreeArtifactProperties",
5351
5618
  "properties": [
@@ -5358,7 +5625,7 @@
5358
5625
  "immutable": true,
5359
5626
  "locationInModule": {
5360
5627
  "filename": "lib/cloud-assembly/artifact-schema.ts",
5361
- "line": 199
5628
+ "line": 184
5362
5629
  },
5363
5630
  "name": "file",
5364
5631
  "type": {
@@ -5376,16 +5643,29 @@
5376
5643
  "summary": "Query input for looking up a VPC."
5377
5644
  },
5378
5645
  "fqn": "@aws-cdk/cloud-assembly-schema.VpcContextQuery",
5379
- "interfaces": [
5380
- "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
5381
- ],
5382
5646
  "kind": "interface",
5383
5647
  "locationInModule": {
5384
5648
  "filename": "lib/cloud-assembly/context-queries.ts",
5385
- "line": 165
5649
+ "line": 193
5386
5650
  },
5387
5651
  "name": "VpcContextQuery",
5388
5652
  "properties": [
5653
+ {
5654
+ "abstract": true,
5655
+ "docs": {
5656
+ "stability": "stable",
5657
+ "summary": "Query account."
5658
+ },
5659
+ "immutable": true,
5660
+ "locationInModule": {
5661
+ "filename": "lib/cloud-assembly/context-queries.ts",
5662
+ "line": 197
5663
+ },
5664
+ "name": "account",
5665
+ "type": {
5666
+ "primitive": "string"
5667
+ }
5668
+ },
5389
5669
  {
5390
5670
  "abstract": true,
5391
5671
  "docs": {
@@ -5397,7 +5677,7 @@
5397
5677
  "immutable": true,
5398
5678
  "locationInModule": {
5399
5679
  "filename": "lib/cloud-assembly/context-queries.ts",
5400
- "line": 173
5680
+ "line": 218
5401
5681
  },
5402
5682
  "name": "filter",
5403
5683
  "type": {
@@ -5409,6 +5689,40 @@
5409
5689
  }
5410
5690
  }
5411
5691
  },
5692
+ {
5693
+ "abstract": true,
5694
+ "docs": {
5695
+ "stability": "stable",
5696
+ "summary": "Query region."
5697
+ },
5698
+ "immutable": true,
5699
+ "locationInModule": {
5700
+ "filename": "lib/cloud-assembly/context-queries.ts",
5701
+ "line": 202
5702
+ },
5703
+ "name": "region",
5704
+ "type": {
5705
+ "primitive": "string"
5706
+ }
5707
+ },
5708
+ {
5709
+ "abstract": true,
5710
+ "docs": {
5711
+ "default": "- None",
5712
+ "stability": "stable",
5713
+ "summary": "The ARN of the role that should be used to look up the missing values."
5714
+ },
5715
+ "immutable": true,
5716
+ "locationInModule": {
5717
+ "filename": "lib/cloud-assembly/context-queries.ts",
5718
+ "line": 209
5719
+ },
5720
+ "name": "lookupRoleArn",
5721
+ "optional": true,
5722
+ "type": {
5723
+ "primitive": "string"
5724
+ }
5725
+ },
5412
5726
  {
5413
5727
  "abstract": true,
5414
5728
  "docs": {
@@ -5419,7 +5733,7 @@
5419
5733
  "immutable": true,
5420
5734
  "locationInModule": {
5421
5735
  "filename": "lib/cloud-assembly/context-queries.ts",
5422
- "line": 181
5736
+ "line": 226
5423
5737
  },
5424
5738
  "name": "returnAsymmetricSubnets",
5425
5739
  "optional": true,
@@ -5438,7 +5752,7 @@
5438
5752
  "immutable": true,
5439
5753
  "locationInModule": {
5440
5754
  "filename": "lib/cloud-assembly/context-queries.ts",
5441
- "line": 201
5755
+ "line": 246
5442
5756
  },
5443
5757
  "name": "returnVpnGateways",
5444
5758
  "optional": true,
@@ -5457,7 +5771,7 @@
5457
5771
  "immutable": true,
5458
5772
  "locationInModule": {
5459
5773
  "filename": "lib/cloud-assembly/context-queries.ts",
5460
- "line": 191
5774
+ "line": 236
5461
5775
  },
5462
5776
  "name": "subnetGroupNameTag",
5463
5777
  "optional": true,
@@ -5469,6 +5783,6 @@
5469
5783
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5470
5784
  }
5471
5785
  },
5472
- "version": "36.1.0",
5473
- "fingerprint": "q/4dyA2YQBRkAcmR+imTwxrdU7Yq4q5p8D15sf0cxtQ="
5786
+ "version": "36.2.0",
5787
+ "fingerprint": "NBksYK+Dxfve133zJzux14WDymNbv3Fn3gt5mHBXEuo="
5474
5788
  }