scope

@JvmName(name = "bhelilrjdonrmefp")
suspend fun scope(value: Output<FrameworkControlScopeArgs>)
@JvmName(name = "rygqespadmoqqbuc")
suspend fun scope(value: FrameworkControlScopeArgs?)

Parameters

value

The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.


@JvmName(name = "qqgbbkhkekwunggh")
suspend fun scope(argument: suspend FrameworkControlScopeArgsBuilder.() -> Unit)

Parameters

argument

The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.