ionoscloud_apigateway_route
Reads IonosCloud API Gateway Route objects.
Example Usage
By ID
data "ionoscloud_apigateway_route" "example" {
id = "your_apigateway_route_id"
gateway_id = "your_gateway_id"
}By Name
data "ionoscloud_apigateway_route" "example" {
name = "apigateway-route"
gateway_id = "your_gateway_id"
}Argument Reference
Attributes Reference
Last updated
