owners

@JvmName(name = "hrrmgbtnnrijyxqt")
suspend fun owners(value: List<String>)

Parameters

value

List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, self (the current account), or an AWS owner alias (e.g., amazon, aws-marketplace, microsoft).


@JvmName(name = "otgpdlvvorllitwk")
suspend fun owners(vararg values: String)

Parameters

values

List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, self (the current account), or an AWS owner alias (e.g., amazon, aws-marketplace, microsoft).