pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.dns.kotlin
/
ZoneArgs
/
ZoneArgs
Zone
Args
fun
ZoneArgs
(
name
:
Output
<
String
>
?
=
null
,
resourceGroupName
:
Output
<
String
>
?
=
null
,
soaRecord
:
Output
<
ZoneSoaRecordArgs
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)