1{ 2 "testCases": [ 3 { 4 "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", 5 "expect": { 6 "endpoint": { 7 "url": "https://airflow.ap-northeast-1.amazonaws.com" 8 } 9 }, 10 "params": { 11 "Region": "ap-northeast-1", 12 "UseFIPS": false, 13 "UseDualStack": false 14 } 15 }, 16 { 17 "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", 18 "expect": { 19 "endpoint": { 20 "url": "https://airflow.ap-northeast-2.amazonaws.com" 21 } 22 }, 23 "params": { 24 "Region": "ap-northeast-2", 25 "UseFIPS": false, 26 "UseDualStack": false 27 } 28 }, 29 { 30 "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", 31 "expect": { 32 "endpoint": { 33 "url": "https://airflow.ap-south-1.amazonaws.com" 34 } 35 }, 36 "params": { 37 "Region": "ap-south-1", 38 "UseFIPS": false, 39 "UseDualStack": false 40 } 41 }, 42 { 43 "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", 44 "expect": { 45 "endpoint": { 46 "url": "https://airflow.ap-southeast-1.amazonaws.com" 47 } 48 }, 49 "params": { 50 "Region": "ap-southeast-1", 51 "UseFIPS": false, 52 "UseDualStack": false 53 } 54 }, 55 { 56 "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", 57 "expect": { 58 "endpoint": { 59 "url": "https://airflow.ap-southeast-2.amazonaws.com" 60 } 61 }, 62 "params": { 63 "Region": "ap-southeast-2", 64 "UseFIPS": false, 65 "UseDualStack": false 66 } 67 }, 68 { 69 "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", 70 "expect": { 71 "endpoint": { 72 "url": "https://airflow.ca-central-1.amazonaws.com" 73 } 74 }, 75 "params": { 76 "Region": "ca-central-1", 77 "UseFIPS": false, 78 "UseDualStack": false 79 } 80 }, 81 { 82 "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", 83 "expect": { 84 "endpoint": { 85 "url": "https://airflow.eu-central-1.amazonaws.com" 86 } 87 }, 88 "params": { 89 "Region": "eu-central-1", 90 "UseFIPS": false, 91 "UseDualStack": false 92 } 93 }, 94 { 95 "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", 96 "expect": { 97 "endpoint": { 98 "url": "https://airflow.eu-north-1.amazonaws.com" 99 } 100 }, 101 "params": { 102 "Region": "eu-north-1", 103 "UseFIPS": false, 104 "UseDualStack": false 105 } 106 }, 107 { 108 "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", 109 "expect": { 110 "endpoint": { 111 "url": "https://airflow.eu-west-1.amazonaws.com" 112 } 113 }, 114 "params": { 115 "Region": "eu-west-1", 116 "UseFIPS": false, 117 "UseDualStack": false 118 } 119 }, 120 { 121 "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", 122 "expect": { 123 "endpoint": { 124 "url": "https://airflow.eu-west-2.amazonaws.com" 125 } 126 }, 127 "params": { 128 "Region": "eu-west-2", 129 "UseFIPS": false, 130 "UseDualStack": false 131 } 132 }, 133 { 134 "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", 135 "expect": { 136 "endpoint": { 137 "url": "https://airflow.eu-west-3.amazonaws.com" 138 } 139 }, 140 "params": { 141 "Region": "eu-west-3", 142 "UseFIPS": false, 143 "UseDualStack": false 144 } 145 }, 146 { 147 "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", 148 "expect": { 149 "endpoint": { 150 "url": "https://airflow.sa-east-1.amazonaws.com" 151 } 152 }, 153 "params": { 154 "Region": "sa-east-1", 155 "UseFIPS": false, 156 "UseDualStack": false 157 } 158 }, 159 { 160 "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", 161 "expect": { 162 "endpoint": { 163 "url": "https://airflow.us-east-1.amazonaws.com" 164 } 165 }, 166 "params": { 167 "Region": "us-east-1", 168 "UseFIPS": false, 169 "UseDualStack": false 170 } 171 }, 172 { 173 "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", 174 "expect": { 175 "endpoint": { 176 "url": "https://airflow.us-east-2.amazonaws.com" 177 } 178 }, 179 "params": { 180 "Region": "us-east-2", 181 "UseFIPS": false, 182 "UseDualStack": false 183 } 184 }, 185 { 186 "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", 187 "expect": { 188 "endpoint": { 189 "url": "https://airflow.us-west-2.amazonaws.com" 190 } 191 }, 192 "params": { 193 "Region": "us-west-2", 194 "UseFIPS": false, 195 "UseDualStack": false 196 } 197 }, 198 { 199 "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", 200 "expect": { 201 "endpoint": { 202 "url": "https://airflow-fips.us-east-1.api.aws" 203 } 204 }, 205 "params": { 206 "Region": "us-east-1", 207 "UseFIPS": true, 208 "UseDualStack": true 209 } 210 }, 211 { 212 "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", 213 "expect": { 214 "endpoint": { 215 "url": "https://airflow-fips.us-east-1.amazonaws.com" 216 } 217 }, 218 "params": { 219 "Region": "us-east-1", 220 "UseFIPS": true, 221 "UseDualStack": false 222 } 223 }, 224 { 225 "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", 226 "expect": { 227 "endpoint": { 228 "url": "https://airflow.us-east-1.api.aws" 229 } 230 }, 231 "params": { 232 "Region": "us-east-1", 233 "UseFIPS": false, 234 "UseDualStack": true 235 } 236 }, 237 { 238 "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", 239 "expect": { 240 "endpoint": { 241 "url": "https://airflow-fips.cn-north-1.api.amazonwebservices.com.cn" 242 } 243 }, 244 "params": { 245 "Region": "cn-north-1", 246 "UseFIPS": true, 247 "UseDualStack": true 248 } 249 }, 250 { 251 "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", 252 "expect": { 253 "endpoint": { 254 "url": "https://airflow-fips.cn-north-1.amazonaws.com.cn" 255 } 256 }, 257 "params": { 258 "Region": "cn-north-1", 259 "UseFIPS": true, 260 "UseDualStack": false 261 } 262 }, 263 { 264 "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", 265 "expect": { 266 "endpoint": { 267 "url": "https://airflow.cn-north-1.api.amazonwebservices.com.cn" 268 } 269 }, 270 "params": { 271 "Region": "cn-north-1", 272 "UseFIPS": false, 273 "UseDualStack": true 274 } 275 }, 276 { 277 "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", 278 "expect": { 279 "endpoint": { 280 "url": "https://airflow.cn-north-1.amazonaws.com.cn" 281 } 282 }, 283 "params": { 284 "Region": "cn-north-1", 285 "UseFIPS": false, 286 "UseDualStack": false 287 } 288 }, 289 { 290 "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", 291 "expect": { 292 "endpoint": { 293 "url": "https://airflow-fips.us-gov-east-1.api.aws" 294 } 295 }, 296 "params": { 297 "Region": "us-gov-east-1", 298 "UseFIPS": true, 299 "UseDualStack": true 300 } 301 }, 302 { 303 "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", 304 "expect": { 305 "endpoint": { 306 "url": "https://airflow-fips.us-gov-east-1.amazonaws.com" 307 } 308 }, 309 "params": { 310 "Region": "us-gov-east-1", 311 "UseFIPS": true, 312 "UseDualStack": false 313 } 314 }, 315 { 316 "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", 317 "expect": { 318 "endpoint": { 319 "url": "https://airflow.us-gov-east-1.api.aws" 320 } 321 }, 322 "params": { 323 "Region": "us-gov-east-1", 324 "UseFIPS": false, 325 "UseDualStack": true 326 } 327 }, 328 { 329 "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", 330 "expect": { 331 "endpoint": { 332 "url": "https://airflow.us-gov-east-1.amazonaws.com" 333 } 334 }, 335 "params": { 336 "Region": "us-gov-east-1", 337 "UseFIPS": false, 338 "UseDualStack": false 339 } 340 }, 341 { 342 "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", 343 "expect": { 344 "error": "FIPS and DualStack are enabled, but this partition does not support one or both" 345 }, 346 "params": { 347 "Region": "us-iso-east-1", 348 "UseFIPS": true, 349 "UseDualStack": true 350 } 351 }, 352 { 353 "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", 354 "expect": { 355 "endpoint": { 356 "url": "https://airflow-fips.us-iso-east-1.c2s.ic.gov" 357 } 358 }, 359 "params": { 360 "Region": "us-iso-east-1", 361 "UseFIPS": true, 362 "UseDualStack": false 363 } 364 }, 365 { 366 "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", 367 "expect": { 368 "error": "DualStack is enabled but this partition does not support DualStack" 369 }, 370 "params": { 371 "Region": "us-iso-east-1", 372 "UseFIPS": false, 373 "UseDualStack": true 374 } 375 }, 376 { 377 "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", 378 "expect": { 379 "endpoint": { 380 "url": "https://airflow.us-iso-east-1.c2s.ic.gov" 381 } 382 }, 383 "params": { 384 "Region": "us-iso-east-1", 385 "UseFIPS": false, 386 "UseDualStack": false 387 } 388 }, 389 { 390 "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", 391 "expect": { 392 "error": "FIPS and DualStack are enabled, but this partition does not support one or both" 393 }, 394 "params": { 395 "Region": "us-isob-east-1", 396 "UseFIPS": true, 397 "UseDualStack": true 398 } 399 }, 400 { 401 "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", 402 "expect": { 403 "endpoint": { 404 "url": "https://airflow-fips.us-isob-east-1.sc2s.sgov.gov" 405 } 406 }, 407 "params": { 408 "Region": "us-isob-east-1", 409 "UseFIPS": true, 410 "UseDualStack": false 411 } 412 }, 413 { 414 "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", 415 "expect": { 416 "error": "DualStack is enabled but this partition does not support DualStack" 417 }, 418 "params": { 419 "Region": "us-isob-east-1", 420 "UseFIPS": false, 421 "UseDualStack": true 422 } 423 }, 424 { 425 "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", 426 "expect": { 427 "endpoint": { 428 "url": "https://airflow.us-isob-east-1.sc2s.sgov.gov" 429 } 430 }, 431 "params": { 432 "Region": "us-isob-east-1", 433 "UseFIPS": false, 434 "UseDualStack": false 435 } 436 }, 437 { 438 "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", 439 "expect": { 440 "endpoint": { 441 "url": "https://example.com" 442 } 443 }, 444 "params": { 445 "Region": "us-east-1", 446 "UseFIPS": false, 447 "UseDualStack": false, 448 "Endpoint": "https://example.com" 449 } 450 }, 451 { 452 "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", 453 "expect": { 454 "endpoint": { 455 "url": "https://example.com" 456 } 457 }, 458 "params": { 459 "UseFIPS": false, 460 "UseDualStack": false, 461 "Endpoint": "https://example.com" 462 } 463 }, 464 { 465 "documentation": "For custom endpoint with fips enabled and dualstack disabled", 466 "expect": { 467 "error": "Invalid Configuration: FIPS and custom endpoint are not supported" 468 }, 469 "params": { 470 "Region": "us-east-1", 471 "UseFIPS": true, 472 "UseDualStack": false, 473 "Endpoint": "https://example.com" 474 } 475 }, 476 { 477 "documentation": "For custom endpoint with fips disabled and dualstack enabled", 478 "expect": { 479 "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" 480 }, 481 "params": { 482 "Region": "us-east-1", 483 "UseFIPS": false, 484 "UseDualStack": true, 485 "Endpoint": "https://example.com" 486 } 487 }, 488 { 489 "documentation": "Missing region", 490 "expect": { 491 "error": "Invalid Configuration: Missing Region" 492 } 493 } 494 ], 495 "version": "1.0" 496}