pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.automation.kotlin
/
ConnectionArgs
/
ConnectionArgs
Connection
Args
fun
ConnectionArgs
(
automationAccountName
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
resourceGroupName
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
,
values
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)