resources

@JvmName(name = "vbsgrfuokeudxglx")
suspend fun resources(value: Output<List<String>>)
@JvmName(name = "fjbpweyyikcpagxv")
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 = "goqcrtrcgcwqkbob")
suspend fun resources(vararg values: Output<String>)


@JvmName(name = "pagejmyaqgxwajfp")
suspend fun resources(values: List<Output<String>>)
@JvmName(name = "iqpdjrnvjthgbfoa")
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.