AWS::Backup::Framework ControlInputParameter
The parameters for a control. A control can have zero, one, or more than one
parameter. 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
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ParameterName" :
String
, "ParameterValue" :String
}
YAML
ParameterName:
String
ParameterValue:String
Properties
ParameterName
-
The name of a parameter, for example,
BackupPlanFrequency
.Required: Yes
Type: String
Update requires: No interruption
ParameterValue
-
The value of parameter, for example,
hourly
.Required: Yes
Type: String
Update requires: No interruption