Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Routing table route datasource schema. Must have a region specified in the provider configuration.
This datasource is part of the routing-tables experiment and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.
Example Usage
data "stackit_routing_table_route" "example" {
organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_area_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
routing_table_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
route_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getRoutingTableRoute
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRoutingTableRoute(args: GetRoutingTableRouteArgs, opts?: InvokeOptions): Promise<GetRoutingTableRouteResult>
function getRoutingTableRouteOutput(args: GetRoutingTableRouteOutputArgs, opts?: InvokeOptions): Output<GetRoutingTableRouteResult>def get_routing_table_route(network_area_id: Optional[str] = None,
organization_id: Optional[str] = None,
region: Optional[str] = None,
route_id: Optional[str] = None,
routing_table_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRoutingTableRouteResult
def get_routing_table_route_output(network_area_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
route_id: Optional[pulumi.Input[str]] = None,
routing_table_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRoutingTableRouteResult]func LookupRoutingTableRoute(ctx *Context, args *LookupRoutingTableRouteArgs, opts ...InvokeOption) (*LookupRoutingTableRouteResult, error)
func LookupRoutingTableRouteOutput(ctx *Context, args *LookupRoutingTableRouteOutputArgs, opts ...InvokeOption) LookupRoutingTableRouteResultOutput> Note: This function is named LookupRoutingTableRoute in the Go SDK.
public static class GetRoutingTableRoute
{
public static Task<GetRoutingTableRouteResult> InvokeAsync(GetRoutingTableRouteArgs args, InvokeOptions? opts = null)
public static Output<GetRoutingTableRouteResult> Invoke(GetRoutingTableRouteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRoutingTableRouteResult> getRoutingTableRoute(GetRoutingTableRouteArgs args, InvokeOptions options)
public static Output<GetRoutingTableRouteResult> getRoutingTableRoute(GetRoutingTableRouteArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getRoutingTableRoute:getRoutingTableRoute
arguments:
# arguments dictionaryThe following arguments are supported:
- Network
Area stringId - The network area ID to which the routing table is associated.
- Organization
Id string - STACKIT organization ID to which the routing table is associated.
- Route
Id string - Route ID.
- Routing
Table stringId - The routing tables ID.
- Region string
- The resource region. If not defined, the provider region is used.
- Network
Area stringId - The network area ID to which the routing table is associated.
- Organization
Id string - STACKIT organization ID to which the routing table is associated.
- Route
Id string - Route ID.
- Routing
Table stringId - The routing tables ID.
- Region string
- The resource region. If not defined, the provider region is used.
- network
Area StringId - The network area ID to which the routing table is associated.
- organization
Id String - STACKIT organization ID to which the routing table is associated.
- route
Id String - Route ID.
- routing
Table StringId - The routing tables ID.
- region String
- The resource region. If not defined, the provider region is used.
- network
Area stringId - The network area ID to which the routing table is associated.
- organization
Id string - STACKIT organization ID to which the routing table is associated.
- route
Id string - Route ID.
- routing
Table stringId - The routing tables ID.
- region string
- The resource region. If not defined, the provider region is used.
- network_
area_ strid - The network area ID to which the routing table is associated.
- organization_
id str - STACKIT organization ID to which the routing table is associated.
- route_
id str - Route ID.
- routing_
table_ strid - The routing tables ID.
- region str
- The resource region. If not defined, the provider region is used.
- network
Area StringId - The network area ID to which the routing table is associated.
- organization
Id String - STACKIT organization ID to which the routing table is associated.
- route
Id String - Route ID.
- routing
Table StringId - The routing tables ID.
- region String
- The resource region. If not defined, the provider region is used.
getRoutingTableRoute Result
The following output properties are available:
- Created
At string - Date-time when the route was created
- Destination
Get
Routing Table Route Destination - Destination of the route.
- Id string
- Labels Dictionary<string, string>
- Labels are key-value string pairs which can be attached to a resource container
- Network
Area stringId - The network area ID to which the routing table is associated.
- Next
Hop GetRouting Table Route Next Hop - Next hop destination.
- Organization
Id string - STACKIT organization ID to which the routing table is associated.
- Route
Id string - Route ID.
- Routing
Table stringId - The routing tables ID.
- Updated
At string - Date-time when the route was updated
- Region string
- The resource region. If not defined, the provider region is used.
- Created
At string - Date-time when the route was created
- Destination
Get
Routing Table Route Destination - Destination of the route.
- Id string
- Labels map[string]string
- Labels are key-value string pairs which can be attached to a resource container
- Network
Area stringId - The network area ID to which the routing table is associated.
- Next
Hop GetRouting Table Route Next Hop - Next hop destination.
- Organization
Id string - STACKIT organization ID to which the routing table is associated.
- Route
Id string - Route ID.
- Routing
Table stringId - The routing tables ID.
- Updated
At string - Date-time when the route was updated
- Region string
- The resource region. If not defined, the provider region is used.
- created
At String - Date-time when the route was created
- destination
Get
Routing Table Route Destination - Destination of the route.
- id String
- labels Map<String,String>
- Labels are key-value string pairs which can be attached to a resource container
- network
Area StringId - The network area ID to which the routing table is associated.
- next
Hop GetRouting Table Route Next Hop - Next hop destination.
- organization
Id String - STACKIT organization ID to which the routing table is associated.
- route
Id String - Route ID.
- routing
Table StringId - The routing tables ID.
- updated
At String - Date-time when the route was updated
- region String
- The resource region. If not defined, the provider region is used.
- created
At string - Date-time when the route was created
- destination
Get
Routing Table Route Destination - Destination of the route.
- id string
- labels {[key: string]: string}
- Labels are key-value string pairs which can be attached to a resource container
- network
Area stringId - The network area ID to which the routing table is associated.
- next
Hop GetRouting Table Route Next Hop - Next hop destination.
- organization
Id string - STACKIT organization ID to which the routing table is associated.
- route
Id string - Route ID.
- routing
Table stringId - The routing tables ID.
- updated
At string - Date-time when the route was updated
- region string
- The resource region. If not defined, the provider region is used.
- created_
at str - Date-time when the route was created
- destination
Get
Routing Table Route Destination - Destination of the route.
- id str
- labels Mapping[str, str]
- Labels are key-value string pairs which can be attached to a resource container
- network_
area_ strid - The network area ID to which the routing table is associated.
- next_
hop GetRouting Table Route Next Hop - Next hop destination.
- organization_
id str - STACKIT organization ID to which the routing table is associated.
- route_
id str - Route ID.
- routing_
table_ strid - The routing tables ID.
- updated_
at str - Date-time when the route was updated
- region str
- The resource region. If not defined, the provider region is used.
- created
At String - Date-time when the route was created
- destination Property Map
- Destination of the route.
- id String
- labels Map<String>
- Labels are key-value string pairs which can be attached to a resource container
- network
Area StringId - The network area ID to which the routing table is associated.
- next
Hop Property Map - Next hop destination.
- organization
Id String - STACKIT organization ID to which the routing table is associated.
- route
Id String - Route ID.
- routing
Table StringId - The routing tables ID.
- updated
At String - Date-time when the route was updated
- region String
- The resource region. If not defined, the provider region is used.
Supporting Types
GetRoutingTableRouteDestination
GetRoutingTableRouteNextHop
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
