This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::InspectorV2::CodeSecurityScanConfiguration PeriodicScanConfiguration
Configuration settings for periodic scans that run on a scheduled basis.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "frequency" :
String
, "frequencyExpression" :String
}
YAML
frequency:
String
frequencyExpression:String
Properties
frequency
-
The frequency at which periodic scans are performed (such as weekly or monthly).
If you don't provide the
frequencyExpression
Amazon Inspector chooses day for the scan to run. If you provide thefrequencyExpression
, the schedule must match the specifiedfrequency
.Required: No
Type: String
Allowed values:
WEEKLY | MONTHLY | NEVER
Update requires: No interruption
frequencyExpression
-
The schedule expression for periodic scans, in cron format.
Required: No
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption