resourceNames

@JvmName(name = "aoccudbnxordkrex")
suspend fun resourceNames(value: Output<List<String>>)
@JvmName(name = "kymcmcrhlfadnrpx")
suspend fun resourceNames(value: List<String>?)

Parameters

value

ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.


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


@JvmName(name = "usfvobitcvsjjimp")
suspend fun resourceNames(values: List<Output<String>>)
@JvmName(name = "ggwpgbtwmellceut")
suspend fun resourceNames(vararg values: String)

Parameters

values

ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.