File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Parameters:
19
19
Default : " AWS::AutoScaling::AutoScalingGroup,AWS::AutoScaling::LaunchConfiguration"
20
20
Type : String
21
21
22
+ ConfigRecorderDailyGlobalResourceTypes :
23
+ Description : List of Global resource types to be set to a daily cadence in the AWS Control Tower home region
24
+ Default : " AWS::IAM::Policy,AWS::IAM::User,AWS::IAM::Role,AWS::IAM::Group"
25
+ Type : String
26
+
22
27
ConfigRecorderDefaultRecordingFrequency :
23
28
Description : Default Frequency of recording configuration changes.
24
29
Default : CONTINUOUS
@@ -109,6 +114,7 @@ Resources:
109
114
Variables :
110
115
LOG_LEVEL : INFO
111
116
CONFIG_RECORDER_OVERRIDE_DAILY_RESOURCE_LIST : !Ref ConfigRecorderDailyResourceTypes
117
+ CONFIG_RECORDER_OVERRIDE_DAILY_GLOBAL_RESOURCE_LIST : !Ref ConfigRecorderDailyGlobalResourceTypes
112
118
CONFIG_RECORDER_OVERRIDE_EXCLUDED_RESOURCE_LIST : !Ref ConfigRecorderExcludedResourceTypes
113
119
CONFIG_RECORDER_DEFAULT_RECORDING_FREQUENCY : !Ref ConfigRecorderDefaultRecordingFrequency
114
120
CONTROL_TOWER_HOME_REGION : !Ref 'AWS::Region'
You can’t perform that action at this time.
0 commit comments