GetDatabaseClusterPlainArgs

data class GetDatabaseClusterPlainArgs(val name: String, val tags: List<String>? = null) : ConvertibleToJava<GetDatabaseClusterPlainArgs>

A collection of arguments for invoking getDatabaseCluster.

Constructors

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

Properties

Link copied to clipboard

The name of the database cluster.

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

Functions

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