pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.bigquery.v2.kotlin.inputs
/
ConnectionPropertyArgs
Connection
Property
Args
data
class
ConnectionPropertyArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ConnectionPropertyArgs
>
Constructors
Functions
Properties
Constructors
Connection
Property
Args
Link copied to clipboard
fun
ConnectionPropertyArgs
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectionPropertyArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Required Name of the connection property to set.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Required Value of the connection property.