Get Ami Plain Args
data class GetAmiPlainArgs(val executableUsers: List<String>? = null, val filters: List<GetAmiFilter>? = null, val includeDeprecated: Boolean? = null, val mostRecent: Boolean? = null, val nameRegex: String? = null, val owners: List<String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAmiPlainArgs>
A collection of arguments for invoking getAmi.
Constructors
Functions
Properties
Link copied to clipboard
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.