|
169 | 169 | "Region": "us-gov-east-1"
|
170 | 170 | }
|
171 | 171 | },
|
| 172 | + { |
| 173 | + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", |
| 174 | + "expect": { |
| 175 | + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
| 176 | + }, |
| 177 | + "params": { |
| 178 | + "UseFIPS": true, |
| 179 | + "UseDualStack": true, |
| 180 | + "Region": "us-iso-east-1" |
| 181 | + } |
| 182 | + }, |
172 | 183 | {
|
173 | 184 | "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
|
174 | 185 | "expect": {
|
|
182 | 193 | "Region": "us-iso-east-1"
|
183 | 194 | }
|
184 | 195 | },
|
| 196 | + { |
| 197 | + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", |
| 198 | + "expect": { |
| 199 | + "error": "DualStack is enabled but this partition does not support DualStack" |
| 200 | + }, |
| 201 | + "params": { |
| 202 | + "UseFIPS": false, |
| 203 | + "UseDualStack": true, |
| 204 | + "Region": "us-iso-east-1" |
| 205 | + } |
| 206 | + }, |
185 | 207 | {
|
186 | 208 | "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
|
187 | 209 | "expect": {
|
|
195 | 217 | "Region": "us-iso-east-1"
|
196 | 218 | }
|
197 | 219 | },
|
| 220 | + { |
| 221 | + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", |
| 222 | + "expect": { |
| 223 | + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
| 224 | + }, |
| 225 | + "params": { |
| 226 | + "UseFIPS": true, |
| 227 | + "UseDualStack": true, |
| 228 | + "Region": "us-isob-east-1" |
| 229 | + } |
| 230 | + }, |
198 | 231 | {
|
199 | 232 | "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
|
200 | 233 | "expect": {
|
|
208 | 241 | "Region": "us-isob-east-1"
|
209 | 242 | }
|
210 | 243 | },
|
| 244 | + { |
| 245 | + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", |
| 246 | + "expect": { |
| 247 | + "error": "DualStack is enabled but this partition does not support DualStack" |
| 248 | + }, |
| 249 | + "params": { |
| 250 | + "UseFIPS": false, |
| 251 | + "UseDualStack": true, |
| 252 | + "Region": "us-isob-east-1" |
| 253 | + } |
| 254 | + }, |
211 | 255 | {
|
212 | 256 | "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
|
213 | 257 | "expect": {
|
|
271 | 315 | "Region": "us-east-1",
|
272 | 316 | "Endpoint": "https://example.com"
|
273 | 317 | }
|
| 318 | + }, |
| 319 | + { |
| 320 | + "documentation": "Missing region", |
| 321 | + "expect": { |
| 322 | + "error": "Invalid Configuration: Missing Region" |
| 323 | + } |
274 | 324 | }
|
275 | 325 | ],
|
276 | 326 | "version": "1.0"
|
|
0 commit comments