GetClusterPlainArgs

data class GetClusterPlainArgs(val clusterName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClusterPlainArgs>

A collection of arguments for invoking getCluster.

Constructors

Link copied to clipboard
constructor(clusterName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the ECS Cluster

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

Key-value map of resource tags

Functions

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