|
429 | 429 | "description": "The provider from which we expect this context key to be obtained." |
430 | 430 | }, |
431 | 431 | "props": { |
432 | | - "description": "A set of provider-specific options.", |
433 | | - "anyOf": [ |
434 | | - { |
435 | | - "$ref": "#/definitions/AmiContextQuery" |
436 | | - }, |
437 | | - { |
438 | | - "$ref": "#/definitions/AvailabilityZonesContextQuery" |
439 | | - }, |
440 | | - { |
441 | | - "$ref": "#/definitions/HostedZoneContextQuery" |
442 | | - }, |
443 | | - { |
444 | | - "$ref": "#/definitions/SSMParameterContextQuery" |
445 | | - }, |
446 | | - { |
447 | | - "$ref": "#/definitions/VpcContextQuery" |
448 | | - }, |
449 | | - { |
450 | | - "$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery" |
451 | | - }, |
452 | | - { |
453 | | - "$ref": "#/definitions/LoadBalancerContextQuery" |
454 | | - }, |
455 | | - { |
456 | | - "$ref": "#/definitions/LoadBalancerListenerContextQuery" |
457 | | - }, |
458 | | - { |
459 | | - "$ref": "#/definitions/SecurityGroupContextQuery" |
460 | | - }, |
461 | | - { |
462 | | - "$ref": "#/definitions/KeyContextQuery" |
463 | | - }, |
464 | | - { |
465 | | - "$ref": "#/definitions/PluginContextQuery" |
466 | | - } |
467 | | - ] |
| 432 | + "$ref": "#/definitions/ContextQueryProperties", |
| 433 | + "description": "A set of provider-specific options." |
468 | 434 | } |
469 | 435 | }, |
470 | 436 | "required": [ |
|
490 | 456 | ], |
491 | 457 | "type": "string" |
492 | 458 | }, |
| 459 | + "ContextQueryProperties": { |
| 460 | + "anyOf": [ |
| 461 | + { |
| 462 | + "$ref": "#/definitions/AmiContextQuery" |
| 463 | + }, |
| 464 | + { |
| 465 | + "$ref": "#/definitions/AvailabilityZonesContextQuery" |
| 466 | + }, |
| 467 | + { |
| 468 | + "$ref": "#/definitions/HostedZoneContextQuery" |
| 469 | + }, |
| 470 | + { |
| 471 | + "$ref": "#/definitions/SSMParameterContextQuery" |
| 472 | + }, |
| 473 | + { |
| 474 | + "$ref": "#/definitions/VpcContextQuery" |
| 475 | + }, |
| 476 | + { |
| 477 | + "$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery" |
| 478 | + }, |
| 479 | + { |
| 480 | + "$ref": "#/definitions/LoadBalancerContextQuery" |
| 481 | + }, |
| 482 | + { |
| 483 | + "$ref": "#/definitions/LoadBalancerListenerContextQuery" |
| 484 | + }, |
| 485 | + { |
| 486 | + "$ref": "#/definitions/SecurityGroupContextQuery" |
| 487 | + }, |
| 488 | + { |
| 489 | + "$ref": "#/definitions/KeyContextQuery" |
| 490 | + }, |
| 491 | + { |
| 492 | + "$ref": "#/definitions/PluginContextQuery" |
| 493 | + } |
| 494 | + ] |
| 495 | + }, |
493 | 496 | "AmiContextQuery": { |
494 | 497 | "description": "Query to AMI context provider", |
495 | 498 | "type": "object", |
|
639 | 642 | } |
640 | 643 | }, |
641 | 644 | "returnAsymmetricSubnets": { |
642 | | - "description": "Whether to populate the subnetGroups field of the{@linkVpcContextResponse},\nwhich contains potentially asymmetric subnet groups.", |
| 645 | + "description": "Whether to populate the subnetGroups field of the {@link VpcContextResponse},\nwhich contains potentially asymmetric subnet groups.", |
643 | 646 | "default": false, |
644 | 647 | "type": "boolean" |
645 | 648 | }, |
|
0 commit comments