GetVpcDhcpOptionsPlainArgs

data class GetVpcDhcpOptionsPlainArgs(val dhcpOptionsId: String? = null, val filters: List<GetVpcDhcpOptionsFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpcDhcpOptionsPlainArgs>

A collection of arguments for invoking getVpcDhcpOptions.

Constructors

Link copied to clipboard
constructor(dhcpOptionsId: String? = null, filters: List<GetVpcDhcpOptionsFilter>? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val dhcpOptionsId: String? = null

EC2 DHCP Options ID.

Link copied to clipboard

List of custom filters as described below.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the resource.

Functions

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