AWS::InspectorV2::CodeSecurityScanConfiguration PeriodicScanConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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 frequencyExpressionAmazon Inspector chooses day for the scan to run. If you provide the frequencyExpression, the schedule must match the specified frequency.

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