Get Ami Ids Plain Args
data class GetAmiIdsPlainArgs(val executableUsers: List<String>? = null, val filters: List<GetAmiIdsFilter>? = null, val includeDeprecated: Boolean? = null, val nameRegex: String? = null, val owners: List<String>, val sortAscending: Boolean? = null) : ConvertibleToJava<GetAmiIdsPlainArgs>
A collection of arguments for invoking getAmiIds.
Constructors
Link copied to clipboard
fun GetAmiIdsPlainArgs(executableUsers: List<String>? = null, filters: List<GetAmiIdsFilter>? = null, includeDeprecated: Boolean? = null, nameRegex: String? = null, owners: List<String>, sortAscending: Boolean? = null)
Functions
Properties
Link copied to clipboard
Regex string to apply to the AMI list returned by AWS. This allows more advanced filtering not supported from the AWS API. This filtering is done locally on what AWS returns, and could have a performance impact if the result is large. Combine this with other options to narrow down the list AWS returns.