@aws-cdk/cloud-assembly-schema 37.0.0 → 38.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +303 -594
- package/lib/assets/aws-destination.d.ts +12 -0
- package/lib/assets/aws-destination.js +1 -1
- package/lib/cloud-assembly/artifact-schema.d.ts +24 -0
- package/lib/cloud-assembly/artifact-schema.js +1 -1
- package/lib/cloud-assembly/context-queries.d.ts +35 -138
- package/lib/cloud-assembly/context-queries.js +1 -1
- package/lib/manifest.d.ts +5 -0
- package/lib/manifest.js +23 -2
- package/package.json +1 -1
- package/schema/assets.schema.json +10 -0
- package/schema/cloud-assembly.schema.json +173 -73
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":
|
|
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":
|
|
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":
|
|
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":
|
|
597
|
+
"line": 167
|
|
645
598
|
},
|
|
646
599
|
"name": "AssetManifestOptions",
|
|
647
600
|
"properties": [
|
|
@@ -656,7 +609,7 @@
|
|
|
656
609
|
"immutable": true,
|
|
657
610
|
"locationInModule": {
|
|
658
611
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
659
|
-
"line":
|
|
612
|
+
"line": 186
|
|
660
613
|
},
|
|
661
614
|
"name": "bootstrapStackVersionSsmParameter",
|
|
662
615
|
"optional": true,
|
|
@@ -674,7 +627,7 @@
|
|
|
674
627
|
"immutable": true,
|
|
675
628
|
"locationInModule": {
|
|
676
629
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
677
|
-
"line":
|
|
630
|
+
"line": 173
|
|
678
631
|
},
|
|
679
632
|
"name": "requiresBootstrapStackVersion",
|
|
680
633
|
"optional": true,
|
|
@@ -699,7 +652,7 @@
|
|
|
699
652
|
"kind": "interface",
|
|
700
653
|
"locationInModule": {
|
|
701
654
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
702
|
-
"line":
|
|
655
|
+
"line": 192
|
|
703
656
|
},
|
|
704
657
|
"name": "AssetManifestProperties",
|
|
705
658
|
"properties": [
|
|
@@ -712,7 +665,7 @@
|
|
|
712
665
|
"immutable": true,
|
|
713
666
|
"locationInModule": {
|
|
714
667
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
715
|
-
"line":
|
|
668
|
+
"line": 196
|
|
716
669
|
},
|
|
717
670
|
"name": "file",
|
|
718
671
|
"type": {
|
|
@@ -730,64 +683,15 @@
|
|
|
730
683
|
"summary": "Query to availability zone context provider."
|
|
731
684
|
},
|
|
732
685
|
"fqn": "@aws-cdk/cloud-assembly-schema.AvailabilityZonesContextQuery",
|
|
686
|
+
"interfaces": [
|
|
687
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
688
|
+
],
|
|
733
689
|
"kind": "interface",
|
|
734
690
|
"locationInModule": {
|
|
735
691
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
736
|
-
"line":
|
|
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":
|
|
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":
|
|
721
|
+
"line": 52
|
|
818
722
|
},
|
|
819
723
|
"name": "templateFile",
|
|
820
724
|
"type": {
|
|
821
725
|
"primitive": "string"
|
|
822
726
|
}
|
|
823
727
|
},
|
|
728
|
+
{
|
|
729
|
+
"abstract": true,
|
|
730
|
+
"docs": {
|
|
731
|
+
"default": "- No additional options.",
|
|
732
|
+
"remarks": "- `RoleArn` should not be used. Use the dedicated `assumeRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
|
|
733
|
+
"see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
|
|
734
|
+
"stability": "stable",
|
|
735
|
+
"summary": "Additional options to pass to STS when assuming the role."
|
|
736
|
+
},
|
|
737
|
+
"immutable": true,
|
|
738
|
+
"locationInModule": {
|
|
739
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
740
|
+
"line": 111
|
|
741
|
+
},
|
|
742
|
+
"name": "assumeRoleAdditionalOptions",
|
|
743
|
+
"optional": true,
|
|
744
|
+
"type": {
|
|
745
|
+
"collection": {
|
|
746
|
+
"elementtype": {
|
|
747
|
+
"primitive": "any"
|
|
748
|
+
},
|
|
749
|
+
"kind": "map"
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
},
|
|
824
753
|
{
|
|
825
754
|
"abstract": true,
|
|
826
755
|
"docs": {
|
|
@@ -831,7 +760,7 @@
|
|
|
831
760
|
"immutable": true,
|
|
832
761
|
"locationInModule": {
|
|
833
762
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
834
|
-
"line":
|
|
763
|
+
"line": 93
|
|
835
764
|
},
|
|
836
765
|
"name": "assumeRoleArn",
|
|
837
766
|
"optional": true,
|
|
@@ -849,7 +778,7 @@
|
|
|
849
778
|
"immutable": true,
|
|
850
779
|
"locationInModule": {
|
|
851
780
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
852
|
-
"line":
|
|
781
|
+
"line": 100
|
|
853
782
|
},
|
|
854
783
|
"name": "assumeRoleExternalId",
|
|
855
784
|
"optional": true,
|
|
@@ -868,7 +797,7 @@
|
|
|
868
797
|
"immutable": true,
|
|
869
798
|
"locationInModule": {
|
|
870
799
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
871
|
-
"line":
|
|
800
|
+
"line": 154
|
|
872
801
|
},
|
|
873
802
|
"name": "bootstrapStackVersionSsmParameter",
|
|
874
803
|
"optional": true,
|
|
@@ -886,7 +815,7 @@
|
|
|
886
815
|
"immutable": true,
|
|
887
816
|
"locationInModule": {
|
|
888
817
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
889
|
-
"line":
|
|
818
|
+
"line": 118
|
|
890
819
|
},
|
|
891
820
|
"name": "cloudFormationExecutionRoleArn",
|
|
892
821
|
"optional": true,
|
|
@@ -904,7 +833,7 @@
|
|
|
904
833
|
"immutable": true,
|
|
905
834
|
"locationInModule": {
|
|
906
835
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
907
|
-
"line":
|
|
836
|
+
"line": 125
|
|
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":
|
|
854
|
+
"line": 73
|
|
926
855
|
},
|
|
927
856
|
"name": "notificationArns",
|
|
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":
|
|
877
|
+
"line": 59
|
|
949
878
|
},
|
|
950
879
|
"name": "parameters",
|
|
951
880
|
"optional": true,
|
|
@@ -968,7 +897,7 @@
|
|
|
968
897
|
"immutable": true,
|
|
969
898
|
"locationInModule": {
|
|
970
899
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
971
|
-
"line":
|
|
900
|
+
"line": 139
|
|
972
901
|
},
|
|
973
902
|
"name": "requiresBootstrapStackVersion",
|
|
974
903
|
"optional": true,
|
|
@@ -986,7 +915,7 @@
|
|
|
986
915
|
"immutable": true,
|
|
987
916
|
"locationInModule": {
|
|
988
917
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
989
|
-
"line":
|
|
918
|
+
"line": 79
|
|
990
919
|
},
|
|
991
920
|
"name": "stackName",
|
|
992
921
|
"optional": true,
|
|
@@ -1004,7 +933,7 @@
|
|
|
1004
933
|
"immutable": true,
|
|
1005
934
|
"locationInModule": {
|
|
1006
935
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1007
|
-
"line":
|
|
936
|
+
"line": 132
|
|
1008
937
|
},
|
|
1009
938
|
"name": "stackTemplateAssetObjectUrl",
|
|
1010
939
|
"optional": true,
|
|
@@ -1022,7 +951,7 @@
|
|
|
1022
951
|
"immutable": true,
|
|
1023
952
|
"locationInModule": {
|
|
1024
953
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1025
|
-
"line":
|
|
954
|
+
"line": 66
|
|
1026
955
|
},
|
|
1027
956
|
"name": "tags",
|
|
1028
957
|
"optional": true,
|
|
@@ -1045,7 +974,7 @@
|
|
|
1045
974
|
"immutable": true,
|
|
1046
975
|
"locationInModule": {
|
|
1047
976
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1048
|
-
"line":
|
|
977
|
+
"line": 86
|
|
1049
978
|
},
|
|
1050
979
|
"name": "terminationProtection",
|
|
1051
980
|
"optional": true,
|
|
@@ -1063,7 +992,7 @@
|
|
|
1063
992
|
"immutable": true,
|
|
1064
993
|
"locationInModule": {
|
|
1065
994
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1066
|
-
"line":
|
|
995
|
+
"line": 161
|
|
1067
996
|
},
|
|
1068
997
|
"name": "validateOnSynth",
|
|
1069
998
|
"optional": true,
|
|
@@ -1089,6 +1018,31 @@
|
|
|
1089
1018
|
},
|
|
1090
1019
|
"name": "AwsDestination",
|
|
1091
1020
|
"properties": [
|
|
1021
|
+
{
|
|
1022
|
+
"abstract": true,
|
|
1023
|
+
"docs": {
|
|
1024
|
+
"default": "- No additional options.",
|
|
1025
|
+
"remarks": "- `RoleArn` should not be used. Use the dedicated `assumeRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
|
|
1026
|
+
"see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
|
|
1027
|
+
"stability": "stable",
|
|
1028
|
+
"summary": "Additional options to pass to STS when assuming the role."
|
|
1029
|
+
},
|
|
1030
|
+
"immutable": true,
|
|
1031
|
+
"locationInModule": {
|
|
1032
|
+
"filename": "lib/assets/aws-destination.ts",
|
|
1033
|
+
"line": 35
|
|
1034
|
+
},
|
|
1035
|
+
"name": "assumeRoleAdditionalOptions",
|
|
1036
|
+
"optional": true,
|
|
1037
|
+
"type": {
|
|
1038
|
+
"collection": {
|
|
1039
|
+
"elementtype": {
|
|
1040
|
+
"primitive": "any"
|
|
1041
|
+
},
|
|
1042
|
+
"kind": "map"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1092
1046
|
{
|
|
1093
1047
|
"abstract": true,
|
|
1094
1048
|
"docs": {
|
|
@@ -1177,6 +1131,31 @@
|
|
|
1177
1131
|
"primitive": "string"
|
|
1178
1132
|
}
|
|
1179
1133
|
},
|
|
1134
|
+
{
|
|
1135
|
+
"abstract": true,
|
|
1136
|
+
"docs": {
|
|
1137
|
+
"default": "- No additional options.",
|
|
1138
|
+
"remarks": "- `RoleArn` should not be used. Use the dedicated `arn` property instead.\n- `ExternalId` should not be used. Use the dedicated `assumeRoleExternalId` instead.",
|
|
1139
|
+
"see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
|
|
1140
|
+
"stability": "stable",
|
|
1141
|
+
"summary": "Additional options to pass to STS when assuming the role."
|
|
1142
|
+
},
|
|
1143
|
+
"immutable": true,
|
|
1144
|
+
"locationInModule": {
|
|
1145
|
+
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1146
|
+
"line": 28
|
|
1147
|
+
},
|
|
1148
|
+
"name": "assumeRoleAdditionalOptions",
|
|
1149
|
+
"optional": true,
|
|
1150
|
+
"type": {
|
|
1151
|
+
"collection": {
|
|
1152
|
+
"elementtype": {
|
|
1153
|
+
"primitive": "any"
|
|
1154
|
+
},
|
|
1155
|
+
"kind": "map"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1180
1159
|
{
|
|
1181
1160
|
"abstract": true,
|
|
1182
1161
|
"docs": {
|
|
@@ -1205,7 +1184,7 @@
|
|
|
1205
1184
|
"immutable": true,
|
|
1206
1185
|
"locationInModule": {
|
|
1207
1186
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1208
|
-
"line":
|
|
1187
|
+
"line": 42
|
|
1209
1188
|
},
|
|
1210
1189
|
"name": "bootstrapStackVersionSsmParameter",
|
|
1211
1190
|
"optional": true,
|
|
@@ -1223,7 +1202,7 @@
|
|
|
1223
1202
|
"immutable": true,
|
|
1224
1203
|
"locationInModule": {
|
|
1225
1204
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
1226
|
-
"line":
|
|
1205
|
+
"line": 35
|
|
1227
1206
|
},
|
|
1228
1207
|
"name": "requiresBootstrapStackVersion",
|
|
1229
1208
|
"optional": true,
|
|
@@ -1784,58 +1763,169 @@
|
|
|
1784
1763
|
],
|
|
1785
1764
|
"symbolId": "lib/cloud-assembly/metadata-schema:ContainerImageAssetMetadataEntry"
|
|
1786
1765
|
},
|
|
1787
|
-
"@aws-cdk/cloud-assembly-schema.
|
|
1766
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions": {
|
|
1788
1767
|
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
1768
|
+
"datatype": true,
|
|
1789
1769
|
"docs": {
|
|
1790
1770
|
"stability": "stable",
|
|
1791
|
-
"summary": "
|
|
1771
|
+
"summary": "Options for context lookup roles."
|
|
1792
1772
|
},
|
|
1793
|
-
"fqn": "@aws-cdk/cloud-assembly-schema.
|
|
1794
|
-
"kind": "
|
|
1773
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions",
|
|
1774
|
+
"kind": "interface",
|
|
1795
1775
|
"locationInModule": {
|
|
1796
1776
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1797
|
-
"line":
|
|
1777
|
+
"line": 66
|
|
1798
1778
|
},
|
|
1799
|
-
"
|
|
1779
|
+
"name": "ContextLookupRoleOptions",
|
|
1780
|
+
"properties": [
|
|
1800
1781
|
{
|
|
1782
|
+
"abstract": true,
|
|
1801
1783
|
"docs": {
|
|
1802
1784
|
"stability": "stable",
|
|
1803
|
-
"summary": "
|
|
1785
|
+
"summary": "Query account."
|
|
1804
1786
|
},
|
|
1805
|
-
"
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
"stability": "stable",
|
|
1810
|
-
"summary": "AZ provider."
|
|
1787
|
+
"immutable": true,
|
|
1788
|
+
"locationInModule": {
|
|
1789
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1790
|
+
"line": 70
|
|
1811
1791
|
},
|
|
1812
|
-
"name": "
|
|
1792
|
+
"name": "account",
|
|
1793
|
+
"type": {
|
|
1794
|
+
"primitive": "string"
|
|
1795
|
+
}
|
|
1813
1796
|
},
|
|
1814
1797
|
{
|
|
1798
|
+
"abstract": true,
|
|
1815
1799
|
"docs": {
|
|
1816
1800
|
"stability": "stable",
|
|
1817
|
-
"summary": "
|
|
1801
|
+
"summary": "Query region."
|
|
1818
1802
|
},
|
|
1819
|
-
"
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
"stability": "stable",
|
|
1824
|
-
"summary": "SSM Parameter Provider."
|
|
1803
|
+
"immutable": true,
|
|
1804
|
+
"locationInModule": {
|
|
1805
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1806
|
+
"line": 75
|
|
1825
1807
|
},
|
|
1826
|
-
"name": "
|
|
1808
|
+
"name": "region",
|
|
1809
|
+
"type": {
|
|
1810
|
+
"primitive": "string"
|
|
1811
|
+
}
|
|
1827
1812
|
},
|
|
1828
1813
|
{
|
|
1814
|
+
"abstract": true,
|
|
1829
1815
|
"docs": {
|
|
1816
|
+
"default": "- No additional options.",
|
|
1817
|
+
"remarks": "- `RoleArn` should not be used. Use the dedicated `lookupRoleArn` property instead.\n- `ExternalId` should not be used. Use the dedicated `lookupRoleExternalId` instead.",
|
|
1818
|
+
"see": "https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property",
|
|
1830
1819
|
"stability": "stable",
|
|
1831
|
-
"summary": "
|
|
1820
|
+
"summary": "Additional options to pass to STS when assuming the lookup role."
|
|
1832
1821
|
},
|
|
1833
|
-
"
|
|
1822
|
+
"immutable": true,
|
|
1823
|
+
"locationInModule": {
|
|
1824
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1825
|
+
"line": 100
|
|
1826
|
+
},
|
|
1827
|
+
"name": "assumeRoleAdditionalOptions",
|
|
1828
|
+
"optional": true,
|
|
1829
|
+
"type": {
|
|
1830
|
+
"collection": {
|
|
1831
|
+
"elementtype": {
|
|
1832
|
+
"primitive": "any"
|
|
1833
|
+
},
|
|
1834
|
+
"kind": "map"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1834
1837
|
},
|
|
1835
1838
|
{
|
|
1839
|
+
"abstract": true,
|
|
1836
1840
|
"docs": {
|
|
1841
|
+
"default": "- None",
|
|
1837
1842
|
"stability": "stable",
|
|
1838
|
-
"summary": "
|
|
1843
|
+
"summary": "The ARN of the role that should be used to look up the missing values."
|
|
1844
|
+
},
|
|
1845
|
+
"immutable": true,
|
|
1846
|
+
"locationInModule": {
|
|
1847
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1848
|
+
"line": 82
|
|
1849
|
+
},
|
|
1850
|
+
"name": "lookupRoleArn",
|
|
1851
|
+
"optional": true,
|
|
1852
|
+
"type": {
|
|
1853
|
+
"primitive": "string"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"abstract": true,
|
|
1858
|
+
"docs": {
|
|
1859
|
+
"default": "- No ExternalId will be supplied",
|
|
1860
|
+
"stability": "stable",
|
|
1861
|
+
"summary": "The ExternalId that needs to be supplied while assuming this role."
|
|
1862
|
+
},
|
|
1863
|
+
"immutable": true,
|
|
1864
|
+
"locationInModule": {
|
|
1865
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1866
|
+
"line": 89
|
|
1867
|
+
},
|
|
1868
|
+
"name": "lookupRoleExternalId",
|
|
1869
|
+
"optional": true,
|
|
1870
|
+
"type": {
|
|
1871
|
+
"primitive": "string"
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
],
|
|
1875
|
+
"symbolId": "lib/cloud-assembly/context-queries:ContextLookupRoleOptions"
|
|
1876
|
+
},
|
|
1877
|
+
"@aws-cdk/cloud-assembly-schema.ContextProvider": {
|
|
1878
|
+
"assembly": "@aws-cdk/cloud-assembly-schema",
|
|
1879
|
+
"docs": {
|
|
1880
|
+
"stability": "stable",
|
|
1881
|
+
"summary": "Identifier for the context provider."
|
|
1882
|
+
},
|
|
1883
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.ContextProvider",
|
|
1884
|
+
"kind": "enum",
|
|
1885
|
+
"locationInModule": {
|
|
1886
|
+
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
1887
|
+
"line": 6
|
|
1888
|
+
},
|
|
1889
|
+
"members": [
|
|
1890
|
+
{
|
|
1891
|
+
"docs": {
|
|
1892
|
+
"stability": "stable",
|
|
1893
|
+
"summary": "AMI provider."
|
|
1894
|
+
},
|
|
1895
|
+
"name": "AMI_PROVIDER"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"docs": {
|
|
1899
|
+
"stability": "stable",
|
|
1900
|
+
"summary": "AZ provider."
|
|
1901
|
+
},
|
|
1902
|
+
"name": "AVAILABILITY_ZONE_PROVIDER"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"docs": {
|
|
1906
|
+
"stability": "stable",
|
|
1907
|
+
"summary": "Route53 Hosted Zone provider."
|
|
1908
|
+
},
|
|
1909
|
+
"name": "HOSTED_ZONE_PROVIDER"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"docs": {
|
|
1913
|
+
"stability": "stable",
|
|
1914
|
+
"summary": "SSM Parameter Provider."
|
|
1915
|
+
},
|
|
1916
|
+
"name": "SSM_PARAMETER_PROVIDER"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"docs": {
|
|
1920
|
+
"stability": "stable",
|
|
1921
|
+
"summary": "VPC Provider."
|
|
1922
|
+
},
|
|
1923
|
+
"name": "VPC_PROVIDER"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"docs": {
|
|
1927
|
+
"stability": "stable",
|
|
1928
|
+
"summary": "VPC Endpoint Service AZ Provider."
|
|
1839
1929
|
},
|
|
1840
1930
|
"name": "ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER"
|
|
1841
1931
|
},
|
|
@@ -3216,45 +3306,16 @@
|
|
|
3216
3306
|
"summary": "Query to endpoint service context provider."
|
|
3217
3307
|
},
|
|
3218
3308
|
"fqn": "@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery",
|
|
3309
|
+
"interfaces": [
|
|
3310
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
3311
|
+
],
|
|
3219
3312
|
"kind": "interface",
|
|
3220
3313
|
"locationInModule": {
|
|
3221
3314
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3222
|
-
"line":
|
|
3315
|
+
"line": 207
|
|
3223
3316
|
},
|
|
3224
3317
|
"name": "EndpointServiceAvailabilityZonesContextQuery",
|
|
3225
3318
|
"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
|
-
},
|
|
3258
3319
|
{
|
|
3259
3320
|
"abstract": true,
|
|
3260
3321
|
"docs": {
|
|
@@ -3264,30 +3325,12 @@
|
|
|
3264
3325
|
"immutable": true,
|
|
3265
3326
|
"locationInModule": {
|
|
3266
3327
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3267
|
-
"line":
|
|
3328
|
+
"line": 211
|
|
3268
3329
|
},
|
|
3269
3330
|
"name": "serviceName",
|
|
3270
3331
|
"type": {
|
|
3271
3332
|
"primitive": "string"
|
|
3272
3333
|
}
|
|
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
|
-
}
|
|
3291
3334
|
}
|
|
3292
3335
|
],
|
|
3293
3336
|
"symbolId": "lib/cloud-assembly/context-queries:EndpointServiceAvailabilityZonesContextQuery"
|
|
@@ -3759,29 +3802,16 @@
|
|
|
3759
3802
|
"summary": "Query to hosted zone context provider."
|
|
3760
3803
|
},
|
|
3761
3804
|
"fqn": "@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery",
|
|
3805
|
+
"interfaces": [
|
|
3806
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
3807
|
+
],
|
|
3762
3808
|
"kind": "interface",
|
|
3763
3809
|
"locationInModule": {
|
|
3764
3810
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3765
|
-
"line":
|
|
3811
|
+
"line": 128
|
|
3766
3812
|
},
|
|
3767
3813
|
"name": "HostedZoneContextQuery",
|
|
3768
3814
|
"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
|
-
},
|
|
3785
3815
|
{
|
|
3786
3816
|
"abstract": true,
|
|
3787
3817
|
"docs": {
|
|
@@ -3791,47 +3821,13 @@
|
|
|
3791
3821
|
"immutable": true,
|
|
3792
3822
|
"locationInModule": {
|
|
3793
3823
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3794
|
-
"line":
|
|
3824
|
+
"line": 132
|
|
3795
3825
|
},
|
|
3796
3826
|
"name": "domainName",
|
|
3797
3827
|
"type": {
|
|
3798
3828
|
"primitive": "string"
|
|
3799
3829
|
}
|
|
3800
3830
|
},
|
|
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
|
-
},
|
|
3835
3831
|
{
|
|
3836
3832
|
"abstract": true,
|
|
3837
3833
|
"docs": {
|
|
@@ -3842,7 +3838,7 @@
|
|
|
3842
3838
|
"immutable": true,
|
|
3843
3839
|
"locationInModule": {
|
|
3844
3840
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3845
|
-
"line":
|
|
3841
|
+
"line": 139
|
|
3846
3842
|
},
|
|
3847
3843
|
"name": "privateZone",
|
|
3848
3844
|
"optional": true,
|
|
@@ -3861,7 +3857,7 @@
|
|
|
3861
3857
|
"immutable": true,
|
|
3862
3858
|
"locationInModule": {
|
|
3863
3859
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3864
|
-
"line":
|
|
3860
|
+
"line": 149
|
|
3865
3861
|
},
|
|
3866
3862
|
"name": "vpcId",
|
|
3867
3863
|
"optional": true,
|
|
@@ -3978,29 +3974,16 @@
|
|
|
3978
3974
|
"summary": "Query input for looking up a KMS Key."
|
|
3979
3975
|
},
|
|
3980
3976
|
"fqn": "@aws-cdk/cloud-assembly-schema.KeyContextQuery",
|
|
3977
|
+
"interfaces": [
|
|
3978
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
3979
|
+
],
|
|
3981
3980
|
"kind": "interface",
|
|
3982
3981
|
"locationInModule": {
|
|
3983
3982
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
3984
|
-
"line":
|
|
3983
|
+
"line": 343
|
|
3985
3984
|
},
|
|
3986
3985
|
"name": "KeyContextQuery",
|
|
3987
3986
|
"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
|
-
},
|
|
4004
3987
|
{
|
|
4005
3988
|
"abstract": true,
|
|
4006
3989
|
"docs": {
|
|
@@ -4010,46 +3993,12 @@
|
|
|
4010
3993
|
"immutable": true,
|
|
4011
3994
|
"locationInModule": {
|
|
4012
3995
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4013
|
-
"line":
|
|
3996
|
+
"line": 347
|
|
4014
3997
|
},
|
|
4015
3998
|
"name": "aliasName",
|
|
4016
3999
|
"type": {
|
|
4017
4000
|
"primitive": "string"
|
|
4018
4001
|
}
|
|
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
|
-
}
|
|
4053
4002
|
}
|
|
4054
4003
|
],
|
|
4055
4004
|
"symbolId": "lib/cloud-assembly/context-queries:KeyContextQuery"
|
|
@@ -4068,61 +4017,9 @@
|
|
|
4068
4017
|
"kind": "interface",
|
|
4069
4018
|
"locationInModule": {
|
|
4070
4019
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4071
|
-
"line":
|
|
4020
|
+
"line": 254
|
|
4072
4021
|
},
|
|
4073
4022
|
"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
|
-
],
|
|
4126
4023
|
"symbolId": "lib/cloud-assembly/context-queries:LoadBalancerContextQuery"
|
|
4127
4024
|
},
|
|
4128
4025
|
"@aws-cdk/cloud-assembly-schema.LoadBalancerFilter": {
|
|
@@ -4133,10 +4030,13 @@
|
|
|
4133
4030
|
"summary": "Filters for selecting load balancers."
|
|
4134
4031
|
},
|
|
4135
4032
|
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter",
|
|
4033
|
+
"interfaces": [
|
|
4034
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
4035
|
+
],
|
|
4136
4036
|
"kind": "interface",
|
|
4137
4037
|
"locationInModule": {
|
|
4138
4038
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4139
|
-
"line":
|
|
4039
|
+
"line": 232
|
|
4140
4040
|
},
|
|
4141
4041
|
"name": "LoadBalancerFilter",
|
|
4142
4042
|
"properties": [
|
|
@@ -4149,7 +4049,7 @@
|
|
|
4149
4049
|
"immutable": true,
|
|
4150
4050
|
"locationInModule": {
|
|
4151
4051
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4152
|
-
"line":
|
|
4052
|
+
"line": 236
|
|
4153
4053
|
},
|
|
4154
4054
|
"name": "loadBalancerType",
|
|
4155
4055
|
"type": {
|
|
@@ -4166,7 +4066,7 @@
|
|
|
4166
4066
|
"immutable": true,
|
|
4167
4067
|
"locationInModule": {
|
|
4168
4068
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4169
|
-
"line":
|
|
4069
|
+
"line": 242
|
|
4170
4070
|
},
|
|
4171
4071
|
"name": "loadBalancerArn",
|
|
4172
4072
|
"optional": true,
|
|
@@ -4184,7 +4084,7 @@
|
|
|
4184
4084
|
"immutable": true,
|
|
4185
4085
|
"locationInModule": {
|
|
4186
4086
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4187
|
-
"line":
|
|
4087
|
+
"line": 248
|
|
4188
4088
|
},
|
|
4189
4089
|
"name": "loadBalancerTags",
|
|
4190
4090
|
"optional": true,
|
|
@@ -4214,42 +4114,10 @@
|
|
|
4214
4114
|
"kind": "interface",
|
|
4215
4115
|
"locationInModule": {
|
|
4216
4116
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4217
|
-
"line":
|
|
4117
|
+
"line": 294
|
|
4218
4118
|
},
|
|
4219
4119
|
"name": "LoadBalancerListenerContextQuery",
|
|
4220
4120
|
"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
|
-
},
|
|
4253
4121
|
{
|
|
4254
4122
|
"abstract": true,
|
|
4255
4123
|
"docs": {
|
|
@@ -4260,7 +4128,7 @@
|
|
|
4260
4128
|
"immutable": true,
|
|
4261
4129
|
"locationInModule": {
|
|
4262
4130
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4263
|
-
"line":
|
|
4131
|
+
"line": 299
|
|
4264
4132
|
},
|
|
4265
4133
|
"name": "listenerArn",
|
|
4266
4134
|
"optional": true,
|
|
@@ -4278,7 +4146,7 @@
|
|
|
4278
4146
|
"immutable": true,
|
|
4279
4147
|
"locationInModule": {
|
|
4280
4148
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4281
|
-
"line":
|
|
4149
|
+
"line": 311
|
|
4282
4150
|
},
|
|
4283
4151
|
"name": "listenerPort",
|
|
4284
4152
|
"optional": true,
|
|
@@ -4296,31 +4164,13 @@
|
|
|
4296
4164
|
"immutable": true,
|
|
4297
4165
|
"locationInModule": {
|
|
4298
4166
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4299
|
-
"line":
|
|
4167
|
+
"line": 305
|
|
4300
4168
|
},
|
|
4301
4169
|
"name": "listenerProtocol",
|
|
4302
4170
|
"optional": true,
|
|
4303
4171
|
"type": {
|
|
4304
4172
|
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol"
|
|
4305
4173
|
}
|
|
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
|
-
}
|
|
4324
4174
|
}
|
|
4325
4175
|
],
|
|
4326
4176
|
"symbolId": "lib/cloud-assembly/context-queries:LoadBalancerListenerContextQuery"
|
|
@@ -4335,7 +4185,7 @@
|
|
|
4335
4185
|
"kind": "enum",
|
|
4336
4186
|
"locationInModule": {
|
|
4337
4187
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4338
|
-
"line":
|
|
4188
|
+
"line": 259
|
|
4339
4189
|
},
|
|
4340
4190
|
"members": [
|
|
4341
4191
|
{
|
|
@@ -4394,7 +4244,7 @@
|
|
|
4394
4244
|
"kind": "enum",
|
|
4395
4245
|
"locationInModule": {
|
|
4396
4246
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
4397
|
-
"line":
|
|
4247
|
+
"line": 217
|
|
4398
4248
|
},
|
|
4399
4249
|
"members": [
|
|
4400
4250
|
{
|
|
@@ -4972,7 +4822,7 @@
|
|
|
4972
4822
|
"kind": "interface",
|
|
4973
4823
|
"locationInModule": {
|
|
4974
4824
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
4975
|
-
"line":
|
|
4825
|
+
"line": 212
|
|
4976
4826
|
},
|
|
4977
4827
|
"name": "NestedCloudAssemblyProperties",
|
|
4978
4828
|
"properties": [
|
|
@@ -4985,7 +4835,7 @@
|
|
|
4985
4835
|
"immutable": true,
|
|
4986
4836
|
"locationInModule": {
|
|
4987
4837
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
4988
|
-
"line":
|
|
4838
|
+
"line": 216
|
|
4989
4839
|
},
|
|
4990
4840
|
"name": "directoryName",
|
|
4991
4841
|
"type": {
|
|
@@ -5002,7 +4852,7 @@
|
|
|
5002
4852
|
"immutable": true,
|
|
5003
4853
|
"locationInModule": {
|
|
5004
4854
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
5005
|
-
"line":
|
|
4855
|
+
"line": 223
|
|
5006
4856
|
},
|
|
5007
4857
|
"name": "displayName",
|
|
5008
4858
|
"optional": true,
|
|
@@ -5025,7 +4875,7 @@
|
|
|
5025
4875
|
"kind": "interface",
|
|
5026
4876
|
"locationInModule": {
|
|
5027
4877
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5028
|
-
"line":
|
|
4878
|
+
"line": 356
|
|
5029
4879
|
},
|
|
5030
4880
|
"name": "PluginContextQuery",
|
|
5031
4881
|
"properties": [
|
|
@@ -5038,7 +4888,7 @@
|
|
|
5038
4888
|
"immutable": true,
|
|
5039
4889
|
"locationInModule": {
|
|
5040
4890
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5041
|
-
"line":
|
|
4891
|
+
"line": 360
|
|
5042
4892
|
},
|
|
5043
4893
|
"name": "pluginName",
|
|
5044
4894
|
"type": {
|
|
@@ -5133,29 +4983,16 @@
|
|
|
5133
4983
|
"summary": "Query to SSM Parameter Context Provider."
|
|
5134
4984
|
},
|
|
5135
4985
|
"fqn": "@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery",
|
|
4986
|
+
"interfaces": [
|
|
4987
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
4988
|
+
],
|
|
5136
4989
|
"kind": "interface",
|
|
5137
4990
|
"locationInModule": {
|
|
5138
4991
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5139
|
-
"line":
|
|
4992
|
+
"line": 155
|
|
5140
4993
|
},
|
|
5141
4994
|
"name": "SSMParameterContextQuery",
|
|
5142
4995
|
"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
|
-
},
|
|
5159
4996
|
{
|
|
5160
4997
|
"abstract": true,
|
|
5161
4998
|
"docs": {
|
|
@@ -5165,46 +5002,12 @@
|
|
|
5165
5002
|
"immutable": true,
|
|
5166
5003
|
"locationInModule": {
|
|
5167
5004
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5168
|
-
"line":
|
|
5005
|
+
"line": 159
|
|
5169
5006
|
},
|
|
5170
5007
|
"name": "parameterName",
|
|
5171
5008
|
"type": {
|
|
5172
5009
|
"primitive": "string"
|
|
5173
5010
|
}
|
|
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
|
-
}
|
|
5208
5011
|
}
|
|
5209
5012
|
],
|
|
5210
5013
|
"symbolId": "lib/cloud-assembly/context-queries:SSMParameterContextQuery"
|
|
@@ -5217,63 +5020,16 @@
|
|
|
5217
5020
|
"summary": "Query input for looking up a security group."
|
|
5218
5021
|
},
|
|
5219
5022
|
"fqn": "@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery",
|
|
5023
|
+
"interfaces": [
|
|
5024
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
5025
|
+
],
|
|
5220
5026
|
"kind": "interface",
|
|
5221
5027
|
"locationInModule": {
|
|
5222
5028
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5223
|
-
"line":
|
|
5029
|
+
"line": 317
|
|
5224
5030
|
},
|
|
5225
5031
|
"name": "SecurityGroupContextQuery",
|
|
5226
5032
|
"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
|
-
},
|
|
5277
5033
|
{
|
|
5278
5034
|
"abstract": true,
|
|
5279
5035
|
"docs": {
|
|
@@ -5284,7 +5040,7 @@
|
|
|
5284
5040
|
"immutable": true,
|
|
5285
5041
|
"locationInModule": {
|
|
5286
5042
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5287
|
-
"line":
|
|
5043
|
+
"line": 323
|
|
5288
5044
|
},
|
|
5289
5045
|
"name": "securityGroupId",
|
|
5290
5046
|
"optional": true,
|
|
@@ -5302,7 +5058,7 @@
|
|
|
5302
5058
|
"immutable": true,
|
|
5303
5059
|
"locationInModule": {
|
|
5304
5060
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5305
|
-
"line":
|
|
5061
|
+
"line": 330
|
|
5306
5062
|
},
|
|
5307
5063
|
"name": "securityGroupName",
|
|
5308
5064
|
"optional": true,
|
|
@@ -5320,7 +5076,7 @@
|
|
|
5320
5076
|
"immutable": true,
|
|
5321
5077
|
"locationInModule": {
|
|
5322
5078
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5323
|
-
"line":
|
|
5079
|
+
"line": 337
|
|
5324
5080
|
},
|
|
5325
5081
|
"name": "vpcId",
|
|
5326
5082
|
"optional": true,
|
|
@@ -5612,7 +5368,7 @@
|
|
|
5612
5368
|
"kind": "interface",
|
|
5613
5369
|
"locationInModule": {
|
|
5614
5370
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
5615
|
-
"line":
|
|
5371
|
+
"line": 202
|
|
5616
5372
|
},
|
|
5617
5373
|
"name": "TreeArtifactProperties",
|
|
5618
5374
|
"properties": [
|
|
@@ -5625,7 +5381,7 @@
|
|
|
5625
5381
|
"immutable": true,
|
|
5626
5382
|
"locationInModule": {
|
|
5627
5383
|
"filename": "lib/cloud-assembly/artifact-schema.ts",
|
|
5628
|
-
"line":
|
|
5384
|
+
"line": 206
|
|
5629
5385
|
},
|
|
5630
5386
|
"name": "file",
|
|
5631
5387
|
"type": {
|
|
@@ -5643,29 +5399,16 @@
|
|
|
5643
5399
|
"summary": "Query input for looking up a VPC."
|
|
5644
5400
|
},
|
|
5645
5401
|
"fqn": "@aws-cdk/cloud-assembly-schema.VpcContextQuery",
|
|
5402
|
+
"interfaces": [
|
|
5403
|
+
"@aws-cdk/cloud-assembly-schema.ContextLookupRoleOptions"
|
|
5404
|
+
],
|
|
5646
5405
|
"kind": "interface",
|
|
5647
5406
|
"locationInModule": {
|
|
5648
5407
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5649
|
-
"line":
|
|
5408
|
+
"line": 165
|
|
5650
5409
|
},
|
|
5651
5410
|
"name": "VpcContextQuery",
|
|
5652
5411
|
"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
|
-
},
|
|
5669
5412
|
{
|
|
5670
5413
|
"abstract": true,
|
|
5671
5414
|
"docs": {
|
|
@@ -5677,7 +5420,7 @@
|
|
|
5677
5420
|
"immutable": true,
|
|
5678
5421
|
"locationInModule": {
|
|
5679
5422
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5680
|
-
"line":
|
|
5423
|
+
"line": 173
|
|
5681
5424
|
},
|
|
5682
5425
|
"name": "filter",
|
|
5683
5426
|
"type": {
|
|
@@ -5689,40 +5432,6 @@
|
|
|
5689
5432
|
}
|
|
5690
5433
|
}
|
|
5691
5434
|
},
|
|
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
|
-
},
|
|
5726
5435
|
{
|
|
5727
5436
|
"abstract": true,
|
|
5728
5437
|
"docs": {
|
|
@@ -5733,7 +5442,7 @@
|
|
|
5733
5442
|
"immutable": true,
|
|
5734
5443
|
"locationInModule": {
|
|
5735
5444
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5736
|
-
"line":
|
|
5445
|
+
"line": 181
|
|
5737
5446
|
},
|
|
5738
5447
|
"name": "returnAsymmetricSubnets",
|
|
5739
5448
|
"optional": true,
|
|
@@ -5752,7 +5461,7 @@
|
|
|
5752
5461
|
"immutable": true,
|
|
5753
5462
|
"locationInModule": {
|
|
5754
5463
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5755
|
-
"line":
|
|
5464
|
+
"line": 201
|
|
5756
5465
|
},
|
|
5757
5466
|
"name": "returnVpnGateways",
|
|
5758
5467
|
"optional": true,
|
|
@@ -5771,7 +5480,7 @@
|
|
|
5771
5480
|
"immutable": true,
|
|
5772
5481
|
"locationInModule": {
|
|
5773
5482
|
"filename": "lib/cloud-assembly/context-queries.ts",
|
|
5774
|
-
"line":
|
|
5483
|
+
"line": 191
|
|
5775
5484
|
},
|
|
5776
5485
|
"name": "subnetGroupNameTag",
|
|
5777
5486
|
"optional": true,
|
|
@@ -5783,6 +5492,6 @@
|
|
|
5783
5492
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5784
5493
|
}
|
|
5785
5494
|
},
|
|
5786
|
-
"version": "
|
|
5787
|
-
"fingerprint": "
|
|
5495
|
+
"version": "38.0.0",
|
|
5496
|
+
"fingerprint": "rhqgkk1XgV8oeeQyQrUHxz0+MlwC2GzCvFowqF+jAug="
|
|
5788
5497
|
}
|