toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetDhcpOptionsResult
Get
Dhcp
Options
Result
data
class
GetDhcpOptionsResult
(
val
dhcpOptionsId
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Dhcp
Options
Result
Link copied to clipboard
constructor
(
dhcpOptionsId
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dhcp
Options
Id
Link copied to clipboard
val
dhcpOptionsId
:
String
?
=
null
The ID of the DHCP options set.
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Any tags assigned to the DHCP options set.