Readonly
alarmsList of AWS CloudWatch Alarms
Following example will create CIS-1.1-RootAccountUsage alarm for RootAccountUsage metric with notification level low
alarms:
# CIS 1.1 – Avoid the use of the "root" account
- alarmName: CIS-1.1-RootAccountUsage
alarmDescription: Alarm for usage of "root" account
snsAlertLevel: Low (Deprecated)
snsTopicName: Alarms
metricName: RootAccountUsage
namespace: LogMetrics
comparisonOperator: GreaterThanOrEqualToThreshold
evaluationPeriods: 1
period: 300
statistic: Sum
threshold: 1
treatMissingData: notBreaching
Readonly
deploymentDeployment targets for CloudWatch Alarms configuration
Readonly
regionsAWS region names to configure CloudWatch Alarms
Generated using TypeDoc
SecurityConfig / CloudWatchConfig / AlarmSetConfig}
AWS CloudWatch Alarm sets
Example