1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayRoute
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayRoute

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayRoute

    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 getGatewayRoute(args: GetGatewayRouteArgs, opts?: InvokeOptions): Promise<GetGatewayRouteResult>
    function getGatewayRouteOutput(args: GetGatewayRouteOutputArgs, opts?: InvokeOptions): Output<GetGatewayRouteResult>
    def get_gateway_route(control_plane_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetGatewayRouteResult
    def get_gateway_route_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetGatewayRouteResult]
    func LookupGatewayRoute(ctx *Context, args *LookupGatewayRouteArgs, opts ...InvokeOption) (*LookupGatewayRouteResult, error)
    func LookupGatewayRouteOutput(ctx *Context, args *LookupGatewayRouteOutputArgs, opts ...InvokeOption) LookupGatewayRouteResultOutput

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

    public static class GetGatewayRoute 
    {
        public static Task<GetGatewayRouteResult> InvokeAsync(GetGatewayRouteArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayRouteResult> Invoke(GetGatewayRouteInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayRouteResult> getGatewayRoute(GetGatewayRouteArgs args, InvokeOptions options)
    public static Output<GetGatewayRouteResult> getGatewayRoute(GetGatewayRouteArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayRoute:getGatewayRoute
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayRoute Result

    The following output properties are available:

    ControlPlaneId string
    CreatedAt double
    Destinations List<GetGatewayRouteDestination>
    Headers Dictionary<string, ImmutableArray<string>>
    Hosts List<string>
    HttpsRedirectStatusCode double
    Id string
    Methods List<string>
    Name string
    PathHandling string
    Paths List<string>
    PreserveHost bool
    Protocols List<string>
    RegexPriority double
    RequestBuffering bool
    ResponseBuffering bool
    Service GetGatewayRouteService
    Snis List<string>
    Sources List<GetGatewayRouteSource>
    StripPath bool
    Tags List<string>
    UpdatedAt double
    controlPlaneId String
    createdAt Double
    destinations List<GetGatewayRouteDestination>
    headers Map<String,List<String>>
    hosts List<String>
    httpsRedirectStatusCode Double
    id String
    methods List<String>
    name String
    pathHandling String
    paths List<String>
    preserveHost Boolean
    protocols List<String>
    regexPriority Double
    requestBuffering Boolean
    responseBuffering Boolean
    service GetGatewayRouteService
    snis List<String>
    sources List<GetGatewayRouteSource>
    stripPath Boolean
    tags List<String>
    updatedAt Double
    controlPlaneId String
    createdAt Number
    destinations List<Property Map>
    headers Map<List<String>>
    hosts List<String>
    httpsRedirectStatusCode Number
    id String
    methods List<String>
    name String
    pathHandling String
    paths List<String>
    preserveHost Boolean
    protocols List<String>
    regexPriority Number
    requestBuffering Boolean
    responseBuffering Boolean
    service Property Map
    snis List<String>
    sources List<Property Map>
    stripPath Boolean
    tags List<String>
    updatedAt Number

    Supporting Types

    GetGatewayRouteDestination

    Ip string
    Port double
    Ip string
    Port float64
    ip String
    port Double
    ip string
    port number
    ip str
    port float
    ip String
    port Number

    GetGatewayRouteService

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayRouteSource

    Ip string
    Port double
    Ip string
    Port float64
    ip String
    port Double
    ip string
    port number
    ip str
    port float
    ip String
    port Number

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong