pulumi-azure-native-kotlin
1.104.0.1
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.
Types
Constructors
Properties
Constructors
Conn
String
Value
Type
Pair
Response
Link copied to clipboard
fun
ConnStringValueTypePairResponse
(
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.