resources

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


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