apiVersions

@JvmName(name = "fsyymemcpdeobgjh")
suspend fun apiVersions(value: Output<List<String>>)
@JvmName(name = "nanapgvnktisokkp")
suspend fun apiVersions(value: List<String>?)

Parameters

value

APIVersions is the API versions the resources belong to. '' is all versions. If '' is present, the length of the slice must be one. Required.


@JvmName(name = "depfunnvorvdhtut")
suspend fun apiVersions(vararg values: Output<String>)


@JvmName(name = "gftnfkkqjukaacfv")
suspend fun apiVersions(values: List<Output<String>>)
@JvmName(name = "ibgthtbqlasqpvxt")
suspend fun apiVersions(vararg values: String)

Parameters

values

APIVersions is the API versions the resources belong to. '' is all versions. If '' is present, the length of the slice must be one. Required.