Framework Control Control Scope Properties Args
data class FrameworkControlControlScopePropertiesArgs(val complianceResourceIds: Output<List<String>>? = null, val complianceResourceTypes: Output<List<String>>? = null, val tags: Output<List<FrameworkTagArgs>>? = null) : ConvertibleToJava<FrameworkControlControlScopePropertiesArgs>
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.
Constructors
Link copied to clipboard
fun FrameworkControlControlScopePropertiesArgs(complianceResourceIds: Output<List<String>>? = null, complianceResourceTypes: Output<List<String>>? = null, tags: Output<List<FrameworkTagArgs>>? = null)