maximumExecutionFrequency property

MaximumExecutionFrequency? maximumExecutionFrequency
final

The frequency at which you want AWS Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, then MessageType must use the ScheduledNotification value.

Based on the valid value you choose, AWS Config runs evaluations once for each valid value. For example, if you choose Three_Hours, AWS Config runs evaluations once every three hours. In this case, Three_Hours is the frequency of this rule.

Implementation

final MaximumExecutionFrequency? maximumExecutionFrequency;