GetInstancePlainArgs

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

A collection of arguments for invoking getInstance.

Constructors

Link copied to clipboard
constructor(dbInstanceIdentifier: String? = null, 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

Map of tags, each pair of which must exactly match a pair on the desired instance.

Functions

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