apiVersions

@JvmName(name = "fabxisiahkqjdfsh")
suspend fun apiVersions(value: Output<List<String>>)
@JvmName(name = "cskmesnklcnktvle")
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 = "rqehyicullyyfqmw")
suspend fun apiVersions(vararg values: Output<String>)


@JvmName(name = "dgkieggajbfaokbs")
suspend fun apiVersions(values: List<Output<String>>)
@JvmName(name = "fdgytigokfieebjb")
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.