Skip to content

Commit f8e430d

Browse files
[Improvement] security/config - add parameter RecordingFrequency (#754)
1 parent 45e8020 commit f8e430d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

security/config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Metadata:
2121
default: 'Config Parameters'
2222
Parameters:
2323
- DeliveryFrequency
24+
- RecordingFrequency
2425
- RetentionPeriodInDays
2526
- ExternalConfigBucket
2627
- Label:
@@ -46,6 +47,13 @@ Parameters:
4647
- Six_Hours
4748
- Twelve_Hours
4849
- TwentyFour_Hours
50+
RecordingFrequency:
51+
Description: 'The recording frequency that AWS Config uses to record configuration changes.'
52+
Type: String
53+
Default: CONTINUOUS
54+
AllowedValues:
55+
- CONTINUOUS
56+
- DAILY
4957
RetentionPeriodInDays:
5058
Description: 'Number of days AWS Config stores your historical information.'
5159
Type: Number
@@ -160,6 +168,8 @@ Resources:
160168
RecordingGroup:
161169
AllSupported: true
162170
IncludeGlobalResourceTypes: true
171+
RecordingMode:
172+
RecordingFrequency: !Ref RecordingFrequency
163173
RoleARN: !If [InternalBucket, !GetAtt 'ConfigurationRecorderRole.Arn', !GetAtt 'ExternalConfigurationRecorderRole.Arn']
164174
LambdaRole:
165175
Type: 'AWS::IAM::Role'

0 commit comments

Comments
 (0)