GetClusterPlainArgs

data class GetClusterPlainArgs(val clusterName: String) : ConvertibleToJava<GetClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String)

Properties

Link copied to clipboard

A user-generated string that you use to identify your cluster. If you don't specify a name, CFNlong generates a unique physical ID for the name.

Functions

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