VpcdhcpOptionsAssociationArgs

data class VpcdhcpOptionsAssociationArgs(val dhcpOptionsId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcdhcpOptionsAssociationArgs>

Associates a set of DHCP options with a VPC, or associates no DHCP options with the VPC.

Constructors

Link copied to clipboard
constructor(dhcpOptionsId: Output<String>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val dhcpOptionsId: Output<String>? = null

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC.

Functions

Link copied to clipboard
open override fun toJava(): VpcdhcpOptionsAssociationArgs