pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigquery.v2.kotlin.outputs
/
ConnectionPropertyResponse
Connection
Property
Response
data
class
ConnectionPropertyResponse
(
val
key
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Connection
Property
Response
Link copied to clipboard
fun
ConnectionPropertyResponse
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
Required Name of the connection property to set.
value
Link copied to clipboard
val
value
:
String
Required Value of the connection property.