toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.inputs
/
GatewayPropertiesEnvironmentVariablesArgs
Gateway
Properties
Environment
Variables
Args
data
class
GatewayPropertiesEnvironmentVariablesArgs
(
val
properties
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
val
secrets
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
:
ConvertibleToJava
<
GatewayPropertiesEnvironmentVariablesArgs
>
Environment variables of Spring Cloud Gateway
Members
Constructors
Gateway
Properties
Environment
Variables
Args
Link copied to clipboard
constructor
(
properties
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
secrets
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
Properties
properties
Link copied to clipboard
val
properties
:
Output
<
Map
<
String
,
String
>
>
?
=
null
Non-sensitive properties
secrets
Link copied to clipboard
val
secrets
:
Output
<
Map
<
String
,
String
>
>
?
=
null
Sensitive properties
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GatewayPropertiesEnvironmentVariablesArgs