GetDedicatedHostPlainArgs

data class GetDedicatedHostPlainArgs(val filters: List<GetDedicatedHostFilter>? = null, val hostId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDedicatedHostPlainArgs>

A collection of arguments for invoking getDedicatedHost.

Constructors

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

Properties

Link copied to clipboard

Configuration block. Detailed below.

Link copied to clipboard
val hostId: String? = null

ID of the Dedicated Host. The arguments of this data source act as filters for querying the available EC2 Hosts in the current region. The given filters must match exactly one host whose data will be exported as attributes.

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

Functions

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