apiVersions

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


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