pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.inputs
/
SqlConnectionInformationArgs
/
SqlConnectionInformationArgs
Sql
Connection
Information
Args
fun
SqlConnectionInformationArgs
(
authentication
:
Output
<
String
>
?
=
null
,
dataSource
:
Output
<
String
>
?
=
null
,
encryptConnection
:
Output
<
Boolean
>
?
=
null
,
password
:
Output
<
String
>
?
=
null
,
trustServerCertificate
:
Output
<
Boolean
>
?
=
null
,
userName
:
Output
<
String
>
?
=
null
)