GetEcsDedicatedHostClustersPlainArgs

data class GetEcsDedicatedHostClustersPlainArgs(val dedicatedHostClusterIds: List<String>? = null, val dedicatedHostClusterName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val tags: Map<String, String>? = null, val zoneId: String? = null) : ConvertibleToJava<GetEcsDedicatedHostClustersPlainArgs>

A collection of arguments for invoking getEcsDedicatedHostClusters.

Constructors

Link copied to clipboard
constructor(dedicatedHostClusterIds: List<String>? = null, dedicatedHostClusterName: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, tags: Map<String, String>? = null, zoneId: String? = null)

Properties

Link copied to clipboard

The IDs of dedicated host clusters.

Link copied to clipboard

The name of the dedicated host cluster.

Link copied to clipboard
val ids: List<String>? = null

A list of Dedicated Host Cluster IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Dedicated Host Cluster name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

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

A mapping of tags to assign to the resource.

Link copied to clipboard
val zoneId: String? = null

The zone ID of the dedicated host cluster.

Functions

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