AWS::Backup::Framework FrameworkControl
Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ControlInputParameters" :
[ ControlInputParameter, ... ]
, "ControlName" :String
, "ControlScope" :ControlScope
}
YAML
ControlInputParameters:
- ControlInputParameter
ControlName:String
ControlScope:ControlScope
Properties
ControlInputParameters
-
The name/value pairs.
Required: No
Type: Array of ControlInputParameter
Update requires: No interruption
ControlName
-
The name of a control. This name is between 1 and 256 characters.
Required: Yes
Type: String
Update requires: No interruption
ControlScope
-
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.
For more information, see
ControlScope
.Required: No
Type: ControlScope
Update requires: No interruption