/AWS1/CL_IN2PERIODICSCANCONF¶
Configuration settings for periodic scans that run on a scheduled basis.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_frequency
TYPE /AWS1/IN2PERIODICSCANFREQUENCY
/AWS1/IN2PERIODICSCANFREQUENCY
¶
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
.
iv_frequencyexpression
TYPE /AWS1/IN2FREQUENCYEXPRESSION
/AWS1/IN2FREQUENCYEXPRESSION
¶
The schedule expression for periodic scans, in cron format.
Queryable Attributes¶
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
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FREQUENCY() |
Getter for FREQUENCY, with configurable default |
ASK_FREQUENCY() |
Getter for FREQUENCY w/ exceptions if field has no value |
HAS_FREQUENCY() |
Determine if FREQUENCY has a value |
frequencyExpression¶
The schedule expression for periodic scans, in cron format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FREQUENCYEXPRESSION() |
Getter for FREQUENCYEXPRESSION, with configurable default |
ASK_FREQUENCYEXPRESSION() |
Getter for FREQUENCYEXPRESSION w/ exceptions if field has no |
HAS_FREQUENCYEXPRESSION() |
Determine if FREQUENCYEXPRESSION has a value |