1. Packages
  2. Ibm Provider
  3. API Docs
  4. getAppRoute
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getAppRoute

Explore with Pulumi AI

ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

Using getAppRoute

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 getAppRoute(args: GetAppRouteArgs, opts?: InvokeOptions): Promise<GetAppRouteResult>
function getAppRouteOutput(args: GetAppRouteOutputArgs, opts?: InvokeOptions): Output<GetAppRouteResult>
Copy
def get_app_route(domain_guid: Optional[str] = None,
                  host: Optional[str] = None,
                  id: Optional[str] = None,
                  path: Optional[str] = None,
                  port: Optional[str] = None,
                  space_guid: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetAppRouteResult
def get_app_route_output(domain_guid: Optional[pulumi.Input[str]] = None,
                  host: Optional[pulumi.Input[str]] = None,
                  id: Optional[pulumi.Input[str]] = None,
                  path: Optional[pulumi.Input[str]] = None,
                  port: Optional[pulumi.Input[str]] = None,
                  space_guid: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetAppRouteResult]
Copy
func LookupAppRoute(ctx *Context, args *LookupAppRouteArgs, opts ...InvokeOption) (*LookupAppRouteResult, error)
func LookupAppRouteOutput(ctx *Context, args *LookupAppRouteOutputArgs, opts ...InvokeOption) LookupAppRouteResultOutput
Copy

> Note: This function is named LookupAppRoute in the Go SDK.

public static class GetAppRoute 
{
    public static Task<GetAppRouteResult> InvokeAsync(GetAppRouteArgs args, InvokeOptions? opts = null)
    public static Output<GetAppRouteResult> Invoke(GetAppRouteInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAppRouteResult> getAppRoute(GetAppRouteArgs args, InvokeOptions options)
public static Output<GetAppRouteResult> getAppRoute(GetAppRouteArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getAppRoute:getAppRoute
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DomainGuid This property is required. string
SpaceGuid This property is required. string
Host string
Id string
Path string
Port string
DomainGuid This property is required. string
SpaceGuid This property is required. string
Host string
Id string
Path string
Port string
domainGuid This property is required. String
spaceGuid This property is required. String
host String
id String
path String
port String
domainGuid This property is required. string
spaceGuid This property is required. string
host string
id string
path string
port string
domain_guid This property is required. str
space_guid This property is required. str
host str
id str
path str
port str
domainGuid This property is required. String
spaceGuid This property is required. String
host String
id String
path String
port String

getAppRoute Result

The following output properties are available:

DomainGuid string
Id string
SpaceGuid string
Host string
Path string
Port string
DomainGuid string
Id string
SpaceGuid string
Host string
Path string
Port string
domainGuid String
id String
spaceGuid String
host String
path String
port String
domainGuid string
id string
spaceGuid string
host string
path string
port string
domain_guid str
id str
space_guid str
host str
path str
port str
domainGuid String
id String
spaceGuid String
host String
path String
port String

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud