Options
All
  • Public
  • Public/Protected
  • All
English
  • English
  • Français
Menu
Warning
The configuration file schema documentation is a work in progress. Please use this draft document with caution. The deeper you browse into the hierarchy, the less accurate the definitions are likely to be.

Default values for Config rules, these can be over-ridden by providing a specific value in each rule

Hierarchy

  • AWSConfigRuleDefaults

Index

Properties

remediation

remediation: boolean
Title: Remediation
Description: Attempt a remediation action when the rule is triggered

remediation-attempts

remediation-attempts: number
Title: Remediation Attempts
Description: Number of attempts for remediation

remediation-concurrency

remediation-concurrency: number
Title: Remediation Concurrency
Description: Concurrency is the number of requests that your function is serving at any given time. When your function is invoked, Lambda allocates an instance of it to process the event. When the function code finishes running, it can handle another request. If the function is invoked again while a request is still being processed, another instance is allocated, which increases the function concurrency

remediation-retry-seconds

remediation-retry-seconds: number
Title: Remediation Retry Seconds
Description: Number of seconds between remediation attempts