GetFrameworkControl constructor
const
GetFrameworkControl({
- required Input<
List< inputParameters,GetFrameworkControlInputParameter> > - required Input<
String> name, - required Input<
List< scopes,GetFrameworkControlScope> >
Creates a new GetFrameworkControl.
inputParameters One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.
name Backup framework name.
scopes 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.
Implementation
const GetFrameworkControl({
required this.inputParameters,
required this.name,
required this.scopes,
});