INPUT_OBJECT
CloudSpecificRegionOneofInput
Description
CloudSpecificRegion is the region specific to the cloud provider.
link GraphQL Schema definition
- input CloudSpecificRegionOneofInput {
- # Region is of type AwsRegion.
- : AwsRegion
- # Region is of type AzureRegion.
- : AzureRegion
- # Region is of type GcpRegion.
- : GcpRegion
- }