This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.appplatform.getGatewayRouteConfig
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Get the Spring Cloud Gateway route configs. Azure REST API version: 2023-05-01-preview.
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-01-01-preview, 2024-05-01-preview.
Using getGatewayRouteConfig
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 getGatewayRouteConfig(args: GetGatewayRouteConfigArgs, opts?: InvokeOptions): Promise<GetGatewayRouteConfigResult>
function getGatewayRouteConfigOutput(args: GetGatewayRouteConfigOutputArgs, opts?: InvokeOptions): Output<GetGatewayRouteConfigResult>
def get_gateway_route_config(gateway_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
route_config_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayRouteConfigResult
def get_gateway_route_config_output(gateway_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
route_config_name: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayRouteConfigResult]
func LookupGatewayRouteConfig(ctx *Context, args *LookupGatewayRouteConfigArgs, opts ...InvokeOption) (*LookupGatewayRouteConfigResult, error)
func LookupGatewayRouteConfigOutput(ctx *Context, args *LookupGatewayRouteConfigOutputArgs, opts ...InvokeOption) LookupGatewayRouteConfigResultOutput
> Note: This function is named LookupGatewayRouteConfig
in the Go SDK.
public static class GetGatewayRouteConfig
{
public static Task<GetGatewayRouteConfigResult> InvokeAsync(GetGatewayRouteConfigArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayRouteConfigResult> Invoke(GetGatewayRouteConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayRouteConfigResult> getGatewayRouteConfig(GetGatewayRouteConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:appplatform:getGatewayRouteConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Gateway
Name string - The name of Spring Cloud Gateway.
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Route
Config stringName - The name of the Spring Cloud Gateway route config.
- Service
Name string - The name of the Service resource.
- Gateway
Name string - The name of Spring Cloud Gateway.
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Route
Config stringName - The name of the Spring Cloud Gateway route config.
- Service
Name string - The name of the Service resource.
- gateway
Name String - The name of Spring Cloud Gateway.
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- route
Config StringName - The name of the Spring Cloud Gateway route config.
- service
Name String - The name of the Service resource.
- gateway
Name string - The name of Spring Cloud Gateway.
- resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- route
Config stringName - The name of the Spring Cloud Gateway route config.
- service
Name string - The name of the Service resource.
- gateway_
name str - The name of Spring Cloud Gateway.
- resource_
group_ strname - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- route_
config_ strname - The name of the Spring Cloud Gateway route config.
- service_
name str - The name of the Service resource.
- gateway
Name String - The name of Spring Cloud Gateway.
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- route
Config StringName - The name of the Spring Cloud Gateway route config.
- service
Name String - The name of the Service resource.
getGatewayRouteConfig Result
The following output properties are available:
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Pulumi.
Azure Native. App Platform. Outputs. Gateway Route Config Properties Response - API route config of the Spring Cloud Gateway
- System
Data Pulumi.Azure Native. App Platform. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- Id string
- Fully qualified resource Id for the resource.
- Name string
- The name of the resource.
- Properties
Gateway
Route Config Properties Response - API route config of the Spring Cloud Gateway
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties
Gateway
Route Config Properties Response - API route config of the Spring Cloud Gateway
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
- id string
- Fully qualified resource Id for the resource.
- name string
- The name of the resource.
- properties
Gateway
Route Config Properties Response - API route config of the Spring Cloud Gateway
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the resource.
- id str
- Fully qualified resource Id for the resource.
- name str
- The name of the resource.
- properties
Gateway
Route Config Properties Response - API route config of the Spring Cloud Gateway
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the resource.
- id String
- Fully qualified resource Id for the resource.
- name String
- The name of the resource.
- properties Property Map
- API route config of the Spring Cloud Gateway
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the resource.
Supporting Types
GatewayApiRouteResponse
- Description string
- A description, will be applied to methods in the generated OpenAPI documentation.
- Filters List<string>
- To modify the request before sending it to the target endpoint, or the received response.
- Order int
- Route processing order.
- Predicates List<string>
- A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- Sso
Enabled bool - Enable sso validation.
- List<string>
- Classification tags, will be applied to methods in the generated OpenAPI documentation.
- Title string
- A title, will be applied to methods in the generated OpenAPI documentation.
- Token
Relay bool - Pass currently-authenticated user's identity token to application service, default is 'false'
- Uri string
- Full uri, will override
appName
.
- Description string
- A description, will be applied to methods in the generated OpenAPI documentation.
- Filters []string
- To modify the request before sending it to the target endpoint, or the received response.
- Order int
- Route processing order.
- Predicates []string
- A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- Sso
Enabled bool - Enable sso validation.
- []string
- Classification tags, will be applied to methods in the generated OpenAPI documentation.
- Title string
- A title, will be applied to methods in the generated OpenAPI documentation.
- Token
Relay bool - Pass currently-authenticated user's identity token to application service, default is 'false'
- Uri string
- Full uri, will override
appName
.
- description String
- A description, will be applied to methods in the generated OpenAPI documentation.
- filters List<String>
- To modify the request before sending it to the target endpoint, or the received response.
- order Integer
- Route processing order.
- predicates List<String>
- A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- sso
Enabled Boolean - Enable sso validation.
- List<String>
- Classification tags, will be applied to methods in the generated OpenAPI documentation.
- title String
- A title, will be applied to methods in the generated OpenAPI documentation.
- token
Relay Boolean - Pass currently-authenticated user's identity token to application service, default is 'false'
- uri String
- Full uri, will override
appName
.
- description string
- A description, will be applied to methods in the generated OpenAPI documentation.
- filters string[]
- To modify the request before sending it to the target endpoint, or the received response.
- order number
- Route processing order.
- predicates string[]
- A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- sso
Enabled boolean - Enable sso validation.
- string[]
- Classification tags, will be applied to methods in the generated OpenAPI documentation.
- title string
- A title, will be applied to methods in the generated OpenAPI documentation.
- token
Relay boolean - Pass currently-authenticated user's identity token to application service, default is 'false'
- uri string
- Full uri, will override
appName
.
- description str
- A description, will be applied to methods in the generated OpenAPI documentation.
- filters Sequence[str]
- To modify the request before sending it to the target endpoint, or the received response.
- order int
- Route processing order.
- predicates Sequence[str]
- A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- sso_
enabled bool - Enable sso validation.
- Sequence[str]
- Classification tags, will be applied to methods in the generated OpenAPI documentation.
- title str
- A title, will be applied to methods in the generated OpenAPI documentation.
- token_
relay bool - Pass currently-authenticated user's identity token to application service, default is 'false'
- uri str
- Full uri, will override
appName
.
- description String
- A description, will be applied to methods in the generated OpenAPI documentation.
- filters List<String>
- To modify the request before sending it to the target endpoint, or the received response.
- order Number
- Route processing order.
- predicates List<String>
- A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- sso
Enabled Boolean - Enable sso validation.
- List<String>
- Classification tags, will be applied to methods in the generated OpenAPI documentation.
- title String
- A title, will be applied to methods in the generated OpenAPI documentation.
- token
Relay Boolean - Pass currently-authenticated user's identity token to application service, default is 'false'
- uri String
- Full uri, will override
appName
.
GatewayRouteConfigOpenApiPropertiesResponse
- Uri string
- The URI of OpenAPI specification.
- Uri string
- The URI of OpenAPI specification.
- uri String
- The URI of OpenAPI specification.
- uri string
- The URI of OpenAPI specification.
- uri str
- The URI of OpenAPI specification.
- uri String
- The URI of OpenAPI specification.
GatewayRouteConfigPropertiesResponse
- Provisioning
State string - State of the Spring Cloud Gateway route config.
- App
Resource stringId - The resource Id of the Azure Spring Apps app, required unless route defines
uri
. - Filters List<string>
- To modify the request before sending it to the target endpoint, or the received response in app level.
- Open
Api Pulumi.Azure Native. App Platform. Inputs. Gateway Route Config Open Api Properties Response - OpenAPI properties of Spring Cloud Gateway route config.
- Predicates List<string>
- A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- Protocol string
- Protocol of routed Azure Spring Apps applications.
- Routes
List<Pulumi.
Azure Native. App Platform. Inputs. Gateway Api Route Response> - Array of API routes, each route contains properties such as
title
,uri
,ssoEnabled
,predicates
,filters
. - Sso
Enabled bool - Enable Single Sign-On in app level.
- Provisioning
State string - State of the Spring Cloud Gateway route config.
- App
Resource stringId - The resource Id of the Azure Spring Apps app, required unless route defines
uri
. - Filters []string
- To modify the request before sending it to the target endpoint, or the received response in app level.
- Open
Api GatewayRoute Config Open Api Properties Response - OpenAPI properties of Spring Cloud Gateway route config.
- Predicates []string
- A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- Protocol string
- Protocol of routed Azure Spring Apps applications.
- Routes
[]Gateway
Api Route Response - Array of API routes, each route contains properties such as
title
,uri
,ssoEnabled
,predicates
,filters
. - Sso
Enabled bool - Enable Single Sign-On in app level.
- provisioning
State String - State of the Spring Cloud Gateway route config.
- app
Resource StringId - The resource Id of the Azure Spring Apps app, required unless route defines
uri
. - filters List<String>
- To modify the request before sending it to the target endpoint, or the received response in app level.
- open
Api GatewayRoute Config Open Api Properties Response - OpenAPI properties of Spring Cloud Gateway route config.
- predicates List<String>
- A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- protocol String
- Protocol of routed Azure Spring Apps applications.
- routes
List<Gateway
Api Route Response> - Array of API routes, each route contains properties such as
title
,uri
,ssoEnabled
,predicates
,filters
. - sso
Enabled Boolean - Enable Single Sign-On in app level.
- provisioning
State string - State of the Spring Cloud Gateway route config.
- app
Resource stringId - The resource Id of the Azure Spring Apps app, required unless route defines
uri
. - filters string[]
- To modify the request before sending it to the target endpoint, or the received response in app level.
- open
Api GatewayRoute Config Open Api Properties Response - OpenAPI properties of Spring Cloud Gateway route config.
- predicates string[]
- A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- protocol string
- Protocol of routed Azure Spring Apps applications.
- routes
Gateway
Api Route Response[] - Array of API routes, each route contains properties such as
title
,uri
,ssoEnabled
,predicates
,filters
. - sso
Enabled boolean - Enable Single Sign-On in app level.
- provisioning_
state str - State of the Spring Cloud Gateway route config.
- app_
resource_ strid - The resource Id of the Azure Spring Apps app, required unless route defines
uri
. - filters Sequence[str]
- To modify the request before sending it to the target endpoint, or the received response in app level.
- open_
api GatewayRoute Config Open Api Properties Response - OpenAPI properties of Spring Cloud Gateway route config.
- predicates Sequence[str]
- A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- protocol str
- Protocol of routed Azure Spring Apps applications.
- routes
Sequence[Gateway
Api Route Response] - Array of API routes, each route contains properties such as
title
,uri
,ssoEnabled
,predicates
,filters
. - sso_
enabled bool - Enable Single Sign-On in app level.
- provisioning
State String - State of the Spring Cloud Gateway route config.
- app
Resource StringId - The resource Id of the Azure Spring Apps app, required unless route defines
uri
. - filters List<String>
- To modify the request before sending it to the target endpoint, or the received response in app level.
- open
Api Property Map - OpenAPI properties of Spring Cloud Gateway route config.
- predicates List<String>
- A number of conditions to evaluate a route for each request in app level. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.
- protocol String
- Protocol of routed Azure Spring Apps applications.
- routes List<Property Map>
- Array of API routes, each route contains properties such as
title
,uri
,ssoEnabled
,predicates
,filters
. - sso
Enabled Boolean - Enable Single Sign-On in app level.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource modification (UTC).
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource modification (UTC).
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource modification (UTC).
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource modification (UTC).
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi