data class GetImagePlainArgs(val arn: String? = null, val mostRecent: Boolean? = null, val name: String? = null, val nameRegex: String? = null, val type: String? = null) : ConvertibleToJava<GetImagePlainArgs>
Boolean that if it is set to true and there are multiple images returned the most recent will be returned. If it is set to false and there are multiple images return the datasource will error.