GetAutoscalingGroupsPlainArgs

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

A collection of arguments for invoking getAutoscalingGroups.

Constructors

Link copied to clipboard
constructor(filters: List<GetAutoscalingGroupsFilter>? = 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(): GetAutoscalingGroupsPlainArgs