resourceNames

@JvmName(name = "vgpxclkppmqmyxgk")
suspend fun resourceNames(value: Output<List<String>>)
@JvmName(name = "ehgsfgwhhrwcjela")
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 = "bttahkskqytwvgfc")
suspend fun resourceNames(vararg values: Output<String>)


@JvmName(name = "eatdfkinoybwoogj")
suspend fun resourceNames(values: List<Output<String>>)
@JvmName(name = "mtbsfvwyevytvlxx")
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.