Framework Control Args
data class FrameworkControlArgs(val controlInputParameters: Output<List<FrameworkControlInputParameterArgs>>? = null, val controlName: Output<String>, val controlScope: Output<FrameworkControlControlScopePropertiesArgs>? = null) : ConvertibleToJava<FrameworkControlArgs>
Constructors
Link copied to clipboard
constructor(controlInputParameters: Output<List<FrameworkControlInputParameterArgs>>? = null, controlName: Output<String>, controlScope: Output<FrameworkControlControlScopePropertiesArgs>? = null)
Properties
Link copied to clipboard
A list of ParameterName and ParameterValue pairs.
Link copied to clipboard
The name of a control. This name is between 1 and 256 characters.
Link copied to clipboard
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.