toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.offazurespringboot.kotlin.outputs
/
SpringbootappsPropertiesResponseApplicationConfigurations
Springbootapps
Properties
Response
Application
Configurations
data
class
SpringbootappsPropertiesResponseApplicationConfigurations
(
val
key
:
String
,
val
value
:
String
?
=
null
)
Members
Constructors
Springbootapps
Properties
Response
Application
Configurations
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The application config file name.
value
Link copied to clipboard
val
value
:
String
?
=
null
The application config file content, only contains config keys.