toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.outputs
/
GatewayRouteConfigPropertiesResponse
/
GatewayRouteConfigPropertiesResponse
Gateway
Route
Config
Properties
Response
constructor
(
appResourceId
:
String
?
=
null
,
filters
:
List
<
String
>
?
=
null
,
openApi
:
GatewayRouteConfigOpenApiPropertiesResponse
?
=
null
,
predicates
:
List
<
String
>
?
=
null
,
protocol
:
String
?
=
null
,
provisioningState
:
String
,
routes
:
List
<
GatewayApiRouteResponse
>
?
=
null
,
ssoEnabled
:
Boolean
?
=
null
)