toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.outputs
/
ConnStringValueTypePairResponse
Conn
String
Value
Type
Pair
Response
data
class
ConnStringValueTypePairResponse
(
val
type
:
String
,
val
value
:
String
)
Database connection string value to type pair.
Members
Constructors
Conn
String
Value
Type
Pair
Response
Link copied to clipboard
constructor
(
type
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
String
Type of database.
value
Link copied to clipboard
val
value
:
String
Value of pair.