resources

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


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