apiVersions

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


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