GetClusterPlainArgs

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

Constructors

Link copied to clipboard
constructor(clusterIdentifier: String)

Properties

Link copied to clipboard

A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account

Functions

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