konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayRouteExpression
Explore with Pulumi AI
Using getGatewayRouteExpression
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 getGatewayRouteExpression(args: GetGatewayRouteExpressionArgs, opts?: InvokeOptions): Promise<GetGatewayRouteExpressionResult>
function getGatewayRouteExpressionOutput(args: GetGatewayRouteExpressionOutputArgs, opts?: InvokeOptions): Output<GetGatewayRouteExpressionResult>
def get_gateway_route_expression(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayRouteExpressionResult
def get_gateway_route_expression_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayRouteExpressionResult]
func LookupGatewayRouteExpression(ctx *Context, args *LookupGatewayRouteExpressionArgs, opts ...InvokeOption) (*LookupGatewayRouteExpressionResult, error)
func LookupGatewayRouteExpressionOutput(ctx *Context, args *LookupGatewayRouteExpressionOutputArgs, opts ...InvokeOption) LookupGatewayRouteExpressionResultOutput
> Note: This function is named LookupGatewayRouteExpression
in the Go SDK.
public static class GetGatewayRouteExpression
{
public static Task<GetGatewayRouteExpressionResult> InvokeAsync(GetGatewayRouteExpressionArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayRouteExpressionResult> Invoke(GetGatewayRouteExpressionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayRouteExpressionResult> getGatewayRouteExpression(GetGatewayRouteExpressionArgs args, InvokeOptions options)
public static Output<GetGatewayRouteExpressionResult> getGatewayRouteExpression(GetGatewayRouteExpressionArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayRouteExpression:getGatewayRouteExpression
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
getGatewayRouteExpression Result
The following output properties are available:
- Control
Plane stringId - Created
At double - Expression string
- Https
Redirect doubleStatus Code - Id string
- Name string
- Path
Handling string - Preserve
Host bool - Priority double
- Protocols List<string>
- Request
Buffering bool - Response
Buffering bool - Service
Get
Gateway Route Expression Service - Strip
Path bool - List<string>
- Updated
At double
- Control
Plane stringId - Created
At float64 - Expression string
- Https
Redirect float64Status Code - Id string
- Name string
- Path
Handling string - Preserve
Host bool - Priority float64
- Protocols []string
- Request
Buffering bool - Response
Buffering bool - Service
Get
Gateway Route Expression Service - Strip
Path bool - []string
- Updated
At float64
- control
Plane StringId - created
At Double - expression String
- https
Redirect DoubleStatus Code - id String
- name String
- path
Handling String - preserve
Host Boolean - priority Double
- protocols List<String>
- request
Buffering Boolean - response
Buffering Boolean - service
Get
Gateway Route Expression Service - strip
Path Boolean - List<String>
- updated
At Double
- control
Plane stringId - created
At number - expression string
- https
Redirect numberStatus Code - id string
- name string
- path
Handling string - preserve
Host boolean - priority number
- protocols string[]
- request
Buffering boolean - response
Buffering boolean - service
Get
Gateway Route Expression Service - strip
Path boolean - string[]
- updated
At number
- control_
plane_ strid - created_
at float - expression str
- https_
redirect_ floatstatus_ code - id str
- name str
- path_
handling str - preserve_
host bool - priority float
- protocols Sequence[str]
- request_
buffering bool - response_
buffering bool - service
Get
Gateway Route Expression Service - strip_
path bool - Sequence[str]
- updated_
at float
- control
Plane StringId - created
At Number - expression String
- https
Redirect NumberStatus Code - id String
- name String
- path
Handling String - preserve
Host Boolean - priority Number
- protocols List<String>
- request
Buffering Boolean - response
Buffering Boolean - service Property Map
- strip
Path Boolean - List<String>
- updated
At Number
Supporting Types
GetGatewayRouteExpressionService
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.