resourceNames

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


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