stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
Routing table routes 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_routes" "example" {
organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_area_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
routing_table_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getRoutingTableRoutes
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 getRoutingTableRoutes(args: GetRoutingTableRoutesArgs, opts?: InvokeOptions): Promise<GetRoutingTableRoutesResult>
function getRoutingTableRoutesOutput(args: GetRoutingTableRoutesOutputArgs, opts?: InvokeOptions): Output<GetRoutingTableRoutesResult>def get_routing_table_routes(network_area_id: Optional[str] = None,
organization_id: Optional[str] = None,
region: Optional[str] = None,
routing_table_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRoutingTableRoutesResult
def get_routing_table_routes_output(network_area_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
routing_table_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRoutingTableRoutesResult]func GetRoutingTableRoutes(ctx *Context, args *GetRoutingTableRoutesArgs, opts ...InvokeOption) (*GetRoutingTableRoutesResult, error)
func GetRoutingTableRoutesOutput(ctx *Context, args *GetRoutingTableRoutesOutputArgs, opts ...InvokeOption) GetRoutingTableRoutesResultOutput> Note: This function is named GetRoutingTableRoutes in the Go SDK.
public static class GetRoutingTableRoutes
{
public static Task<GetRoutingTableRoutesResult> InvokeAsync(GetRoutingTableRoutesArgs args, InvokeOptions? opts = null)
public static Output<GetRoutingTableRoutesResult> Invoke(GetRoutingTableRoutesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRoutingTableRoutesResult> getRoutingTableRoutes(GetRoutingTableRoutesArgs args, InvokeOptions options)
public static Output<GetRoutingTableRoutesResult> getRoutingTableRoutes(GetRoutingTableRoutesArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getRoutingTableRoutes:getRoutingTableRoutes
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.
- Routing
Table stringId - The routing tables ID.
- Region string
- The datasource 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.
- Routing
Table stringId - The routing tables ID.
- Region string
- The datasource 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.
- routing
Table StringId - The routing tables ID.
- region String
- The datasource 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.
- routing
Table stringId - The routing tables ID.
- region string
- The datasource 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.
- routing_
table_ strid - The routing tables ID.
- region str
- The datasource 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.
- routing
Table StringId - The routing tables ID.
- region String
- The datasource region. If not defined, the provider region is used.
getRoutingTableRoutes Result
The following output properties are available:
- Id string
- 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.
- Routes
List<Get
Routing Table Routes Route> - List of routes.
- Routing
Table stringId - The routing tables ID.
- Region string
- The datasource region. If not defined, the provider region is used.
- Id string
- 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.
- Routes
[]Get
Routing Table Routes Route - List of routes.
- Routing
Table stringId - The routing tables ID.
- Region string
- The datasource region. If not defined, the provider region is used.
- id String
- 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.
- routes
List<Get
Routing Table Routes Route> - List of routes.
- routing
Table StringId - The routing tables ID.
- region String
- The datasource region. If not defined, the provider region is used.
- id string
- 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.
- routes
Get
Routing Table Routes Route[] - List of routes.
- routing
Table stringId - The routing tables ID.
- region string
- The datasource region. If not defined, the provider region is used.
- id str
- 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.
- routes
Sequence[Get
Routing Table Routes Route] - List of routes.
- routing_
table_ strid - The routing tables ID.
- region str
- The datasource region. If not defined, the provider region is used.
- id String
- 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.
- routes List<Property Map>
- List of routes.
- routing
Table StringId - The routing tables ID.
- region String
- The datasource region. If not defined, the provider region is used.
Supporting Types
GetRoutingTableRoutesRoute
- Created
At string - Date-time when the route was created
- Destination
Get
Routing Table Routes Route Destination - Destination of the route.
- Labels Dictionary<string, string>
- Labels are key-value string pairs which can be attached to a resource container
- Next
Hop GetRouting Table Routes Route Next Hop - Next hop destination.
- Route
Id string - Route ID.
- Updated
At string - Date-time when the route was updated
- Created
At string - Date-time when the route was created
- Destination
Get
Routing Table Routes Route Destination - Destination of the route.
- Labels map[string]string
- Labels are key-value string pairs which can be attached to a resource container
- Next
Hop GetRouting Table Routes Route Next Hop - Next hop destination.
- Route
Id string - Route ID.
- Updated
At string - Date-time when the route was updated
- created
At String - Date-time when the route was created
- destination
Get
Routing Table Routes Route Destination - Destination of the route.
- labels Map<String,String>
- Labels are key-value string pairs which can be attached to a resource container
- next
Hop GetRouting Table Routes Route Next Hop - Next hop destination.
- route
Id String - Route ID.
- updated
At String - Date-time when the route was updated
- created
At string - Date-time when the route was created
- destination
Get
Routing Table Routes Route Destination - Destination of the route.
- labels {[key: string]: string}
- Labels are key-value string pairs which can be attached to a resource container
- next
Hop GetRouting Table Routes Route Next Hop - Next hop destination.
- route
Id string - Route ID.
- updated
At string - Date-time when the route was updated
- created_
at str - Date-time when the route was created
- destination
Get
Routing Table Routes Route Destination - Destination of the route.
- labels Mapping[str, str]
- Labels are key-value string pairs which can be attached to a resource container
- next_
hop GetRouting Table Routes Route Next Hop - Next hop destination.
- route_
id str - Route ID.
- updated_
at str - Date-time when the route was updated
- created
At String - Date-time when the route was created
- destination Property Map
- Destination of the route.
- labels Map<String>
- Labels are key-value string pairs which can be attached to a resource container
- next
Hop Property Map - Next hop destination.
- route
Id String - Route ID.
- updated
At String - Date-time when the route was updated
GetRoutingTableRoutesRouteDestination
GetRoutingTableRoutesRouteNextHop
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
stackit v0.0.4 published on Friday, Feb 20, 2026 by stackitcloud
