GetDatabasePlainArgs

data class GetDatabasePlainArgs(val databaseName: String) : ConvertibleToJava<GetDatabasePlainArgs>

Constructors

Link copied to clipboard
constructor(databaseName: String)

Properties

Link copied to clipboard

The name for the database. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the database name.

Functions

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