resources

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

Parameters

value

Resources is a list of resources this rule applies to. '*' represents all resources.


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


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

Parameters

values

Resources is a list of resources this rule applies to. '*' represents all resources.