konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayRoute
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayRoute Result
The following output properties are available:
- Control
Plane stringId - Created
At double - Destinations
List<Get
Gateway Route Destination> - Headers
Dictionary<string, Immutable
Array<string>> - Hosts List<string>
- Https
Redirect doubleStatus Code - Id string
- Methods List<string>
- Name string
- Path
Handling string - Paths List<string>
- Preserve
Host bool - Protocols List<string>
- Regex
Priority double - Request
Buffering bool - Response
Buffering bool - Service
Get
Gateway Route Service - Snis List<string>
- Sources
List<Get
Gateway Route Source> - Strip
Path bool - List<string>
- Updated
At double
- Control
Plane stringId - Created
At float64 - Destinations
[]Get
Gateway Route Destination - Headers map[string][]string
- Hosts []string
- Https
Redirect float64Status Code - Id string
- Methods []string
- Name string
- Path
Handling string - Paths []string
- Preserve
Host bool - Protocols []string
- Regex
Priority float64 - Request
Buffering bool - Response
Buffering bool - Service
Get
Gateway Route Service - Snis []string
- Sources
[]Get
Gateway Route Source - Strip
Path bool - []string
- Updated
At float64
- control
Plane StringId - created
At Double - destinations
List<Get
Gateway Route Destination> - headers Map<String,List<String>>
- hosts List<String>
- https
Redirect DoubleStatus Code - id String
- methods List<String>
- name String
- path
Handling String - paths List<String>
- preserve
Host Boolean - protocols List<String>
- regex
Priority Double - request
Buffering Boolean - response
Buffering Boolean - service
Get
Gateway Route Service - snis List<String>
- sources
List<Get
Gateway Route Source> - strip
Path Boolean - List<String>
- updated
At Double
- control
Plane stringId - created
At number - destinations
Get
Gateway Route Destination[] - headers {[key: string]: string[]}
- hosts string[]
- https
Redirect numberStatus Code - id string
- methods string[]
- name string
- path
Handling string - paths string[]
- preserve
Host boolean - protocols string[]
- regex
Priority number - request
Buffering boolean - response
Buffering boolean - service
Get
Gateway Route Service - snis string[]
- sources
Get
Gateway Route Source[] - strip
Path boolean - string[]
- updated
At number
- control_
plane_ strid - created_
at float - destinations
Sequence[Get
Gateway Route Destination] - headers Mapping[str, Sequence[str]]
- hosts Sequence[str]
- https_
redirect_ floatstatus_ code - id str
- methods Sequence[str]
- name str
- path_
handling str - paths Sequence[str]
- preserve_
host bool - protocols Sequence[str]
- regex_
priority float - request_
buffering bool - response_
buffering bool - service
Get
Gateway Route Service - snis Sequence[str]
- sources
Sequence[Get
Gateway Route Source] - strip_
path bool - Sequence[str]
- updated_
at float
- control
Plane StringId - created
At Number - destinations List<Property Map>
- headers Map<List<String>>
- hosts List<String>
- https
Redirect NumberStatus Code - id String
- methods List<String>
- name String
- path
Handling String - paths List<String>
- preserve
Host Boolean - protocols List<String>
- regex
Priority Number - request
Buffering Boolean - response
Buffering Boolean - service Property Map
- snis List<String>
- sources List<Property Map>
- strip
Path Boolean - List<String>
- updated
At Number
Supporting Types
GetGatewayRouteDestination
GetGatewayRouteService
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayRouteSource
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.