GetInstancesPlainArgs

data class GetInstancesPlainArgs(val filters: List<GetInstancesFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Constructors

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

Properties

Link copied to clipboard

Configuration block(s) used to filter instances with AWS supported attributes, such as engine, db-cluster-id or db-instance-id for example. Detailed below.

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 instances.

Functions

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