AutoscalingFunctions

Functions

Link copied to clipboard

The Autoscaling Groups data source allows access to the list of AWS ASGs within a specific region. This will allow you to pass a list of AutoScaling Groups to other resources.

suspend fun getAmiIds(argument: suspend GetAmiIdsPlainArgsBuilder.() -> Unit): GetAmiIdsResult
suspend fun getAmiIds(filters: List<GetAmiIdsFilter>? = null, names: List<String>? = null): GetAmiIdsResult
Link copied to clipboard
suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Use this data source to get information on an existing autoscaling group.

suspend fun getGroup(name: String): GetGroupResult
suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult