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
Network area route data resource schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_network_area_route" "example" {
organization_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_area_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
network_area_route_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getNetworkAreaRoute
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 getNetworkAreaRoute(args: GetNetworkAreaRouteArgs, opts?: InvokeOptions): Promise<GetNetworkAreaRouteResult>
function getNetworkAreaRouteOutput(args: GetNetworkAreaRouteOutputArgs, opts?: InvokeOptions): Output<GetNetworkAreaRouteResult>def get_network_area_route(network_area_id: Optional[str] = None,
network_area_route_id: Optional[str] = None,
organization_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkAreaRouteResult
def get_network_area_route_output(network_area_id: Optional[pulumi.Input[str]] = None,
network_area_route_id: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkAreaRouteResult]func LookupNetworkAreaRoute(ctx *Context, args *LookupNetworkAreaRouteArgs, opts ...InvokeOption) (*LookupNetworkAreaRouteResult, error)
func LookupNetworkAreaRouteOutput(ctx *Context, args *LookupNetworkAreaRouteOutputArgs, opts ...InvokeOption) LookupNetworkAreaRouteResultOutput> Note: This function is named LookupNetworkAreaRoute in the Go SDK.
public static class GetNetworkAreaRoute
{
public static Task<GetNetworkAreaRouteResult> InvokeAsync(GetNetworkAreaRouteArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkAreaRouteResult> Invoke(GetNetworkAreaRouteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkAreaRouteResult> getNetworkAreaRoute(GetNetworkAreaRouteArgs args, InvokeOptions options)
public static Output<GetNetworkAreaRouteResult> getNetworkAreaRoute(GetNetworkAreaRouteArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getNetworkAreaRoute:getNetworkAreaRoute
arguments:
# arguments dictionaryThe following arguments are supported:
- Network
Area stringId - The network area ID to which the network area route is associated.
- Network
Area stringRoute Id - The network area route ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Network
Area stringId - The network area ID to which the network area route is associated.
- Network
Area stringRoute Id - The network area route ID.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- network
Area StringId - The network area ID to which the network area route is associated.
- network
Area StringRoute Id - The network area route ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
- network
Area stringId - The network area ID to which the network area route is associated.
- network
Area stringRoute Id - The network area route ID.
- organization
Id string - STACKIT organization ID to which the network area is associated.
- region string
- The resource region. If not defined, the provider region is used.
- network_
area_ strid - The network area ID to which the network area route is associated.
- network_
area_ strroute_ id - The network area route ID.
- organization_
id str - STACKIT organization ID to which the network area is associated.
- region str
- The resource region. If not defined, the provider region is used.
- network
Area StringId - The network area ID to which the network area route is associated.
- network
Area StringRoute Id - The network area route ID.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
getNetworkAreaRoute Result
The following output properties are available:
- Destination
Get
Network Area 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 network area route is associated.
- Network
Area stringRoute Id - The network area route ID.
- Next
Hop GetNetwork Area Route Next Hop - Next hop destination.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- Destination
Get
Network Area 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 network area route is associated.
- Network
Area stringRoute Id - The network area route ID.
- Next
Hop GetNetwork Area Route Next Hop - Next hop destination.
- Organization
Id string - STACKIT organization ID to which the network area is associated.
- Region string
- The resource region. If not defined, the provider region is used.
- destination
Get
Network Area 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 network area route is associated.
- network
Area StringRoute Id - The network area route ID.
- next
Hop GetNetwork Area Route Next Hop - Next hop destination.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
- destination
Get
Network Area 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 network area route is associated.
- network
Area stringRoute Id - The network area route ID.
- next
Hop GetNetwork Area Route Next Hop - Next hop destination.
- organization
Id string - STACKIT organization ID to which the network area is associated.
- region string
- The resource region. If not defined, the provider region is used.
- destination
Get
Network Area 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 network area route is associated.
- network_
area_ strroute_ id - The network area route ID.
- next_
hop GetNetwork Area Route Next Hop - Next hop destination.
- organization_
id str - STACKIT organization ID to which the network area is associated.
- region str
- The resource region. If not defined, the provider region is used.
- 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 network area route is associated.
- network
Area StringRoute Id - The network area route ID.
- next
Hop Property Map - Next hop destination.
- organization
Id String - STACKIT organization ID to which the network area is associated.
- region String
- The resource region. If not defined, the provider region is used.
Supporting Types
GetNetworkAreaRouteDestination
GetNetworkAreaRouteNextHop
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
