GetInstancePlainArgs

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

A collection of arguments for invoking getInstance.

Constructors

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

Properties

Link copied to clipboard

Name of the RDS instance

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

Functions

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