scopes

@JvmName(name = "kmtestwbtyquumin")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "tttvrmkirhruvwdv")
suspend fun scopes(value: List<String>?)

Parameters

value

A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item.


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


@JvmName(name = "ijmvxwfavulfbsjr")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "jcrveiqvobscbvcl")
suspend fun scopes(vararg values: String)

Parameters

values

A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item.