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
constructor(clusterIdentifier: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Cluster identifier of the RDS cluster.

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

A map of tags assigned to the resource.

Functions

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