pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin
/
DhcpOptionsArgs
/
DhcpOptionsArgs
Dhcp
Options
Args
fun
DhcpOptionsArgs
(
domainName
:
Output
<
String
>
?
=
null
,
domainNameServers
:
Output
<
List
<
String
>
>
?
=
null
,
netbiosNameServers
:
Output
<
List
<
String
>
>
?
=
null
,
netbiosNodeType
:
Output
<
Int
>
?
=
null
,
ntpServers
:
Output
<
List
<
String
>
>
?
=
null
,
tags
:
Output
<
List
<
DhcpOptionsTagArgs
>
>
?
=
null
)