File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Metadata:
21
21
default : ' Config Parameters'
22
22
Parameters :
23
23
- DeliveryFrequency
24
+ - RecordingFrequency
24
25
- RetentionPeriodInDays
25
26
- ExternalConfigBucket
26
27
- Label :
@@ -46,6 +47,13 @@ Parameters:
46
47
- Six_Hours
47
48
- Twelve_Hours
48
49
- 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
49
57
RetentionPeriodInDays :
50
58
Description : ' Number of days AWS Config stores your historical information.'
51
59
Type : Number
@@ -160,6 +168,8 @@ Resources:
160
168
RecordingGroup :
161
169
AllSupported : true
162
170
IncludeGlobalResourceTypes : true
171
+ RecordingMode :
172
+ RecordingFrequency : !Ref RecordingFrequency
163
173
RoleARN : !If [InternalBucket, !GetAtt 'ConfigurationRecorderRole.Arn', !GetAtt 'ExternalConfigurationRecorderRole.Arn']
164
174
LambdaRole :
165
175
Type : ' AWS::IAM::Role'
You can’t perform that action at this time.
0 commit comments