GetAmiIdsPlainArgs

data class GetAmiIdsPlainArgs(val filters: List<GetAmiIdsFilter>? = null, val names: List<String>? = null) : ConvertibleToJava<GetAmiIdsPlainArgs>

A collection of arguments for invoking getAmiIds.

Constructors

Link copied to clipboard
constructor(filters: List<GetAmiIdsFilter>? = null, names: List<String>? = null)

Properties

Link copied to clipboard

Filter used to scope the list e.g., by tags. See related docs.

Link copied to clipboard
val names: List<String>? = null

List of autoscaling group names

Functions

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