GetAutoScalingGroupPlainArgs

data class GetAutoScalingGroupPlainArgs(val autoScalingGroupName: String) : ConvertibleToJava<GetAutoScalingGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(autoScalingGroupName: String)

Properties

Link copied to clipboard

The name of the Auto Scaling group. This name must be unique per Region per account. The name can contain any ASCII character 33 to 126 including most punctuation characters, digits, and upper and lowercased letters. You cannot use a colon (:) in the name.

Functions

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