resources

@JvmName(name = "farpfmtlrxnfronw")
suspend fun resources(value: Output<List<String>>)
@JvmName(name = "jdhqrokmyfcndfvb")
suspend fun resources(value: List<String>?)

Parameters

value

resources is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, "services", "nodes/status" . This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.


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


@JvmName(name = "ppobuehnnpfqjefo")
suspend fun resources(values: List<Output<String>>)
@JvmName(name = "unfnrypydiojljvn")
suspend fun resources(vararg values: String)

Parameters

values

resources is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, "services", "nodes/status" . This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.