GetClusterPlainArgs

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

A collection of arguments for invoking getCluster.

Constructors

Link copied to clipboard
fun GetClusterPlainArgs(clusterIdentifier: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Cluster identifier of the RDS cluster.

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