GetDbClusterPlainArgs

data class GetDbClusterPlainArgs(val dbClusterIdentifier: String) : ConvertibleToJava<GetDbClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(dbClusterIdentifier: String)

Properties

Link copied to clipboard

The DB cluster identifier. Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster stored as a lowercase string.

Functions

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