scope

@JvmName(name = "dkyrncvmdknrfwot")
suspend fun scope(value: Output<String>)
@JvmName(name = "hwuhhaxytouuunal")
suspend fun scope(value: String?)

Parameters

value

Specifies the scope of repositories that can trigger an event. For example, foo:* means events for all tags under repository foo. foo:bar means events for 'foo:bar' only. foo is equivalent to foo:latest. Empty means all events. Defaults to "".