scope

@JvmName(name = "clahuvxuvcuymdcb")
suspend fun scope(value: Output<FrameworkControlScopeArgs>)
@JvmName(name = "gxycuvskdxickwvk")
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 = "sxydelnnesdfoavg")
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.