|
5 | 5 | ##################################################################################
|
6 | 6 | Parameters:
|
7 | 7 | # Common
|
| 8 | + UpdateTriggerVersion: |
| 9 | + Type: String |
| 10 | + Default: "v1" |
8 | 11 | GCLambdaExecutionRoleName:
|
9 | 12 | Type: String
|
10 | 13 | GCLambdaExecutionRoleName2:
|
@@ -148,7 +151,7 @@ Resources:
|
148 | 151 | SourceDetails:
|
149 | 152 | - EventSource: "aws.config"
|
150 | 153 | MessageType: "ScheduledNotification"
|
151 |
| - |
| 154 | + |
152 | 155 | GC01CheckRootMfaConfigRule:
|
153 | 156 | Type: "AWS::Config::ConfigRule"
|
154 | 157 | Properties:
|
@@ -315,7 +318,7 @@ Resources:
|
315 | 318 | SourceDetails:
|
316 | 319 | - EventSource: "aws.config"
|
317 | 320 | MessageType: "ScheduledNotification"
|
318 |
| - |
| 321 | + |
319 | 322 | GC01CheckDedicatedAdminAccount:
|
320 | 323 | Type: "AWS::Config::ConfigRule"
|
321 | 324 | Properties:
|
@@ -1000,10 +1003,10 @@ Resources:
|
1000 | 1003 | Description: Verify cryptographic algorithms and protocols are configured by the user in accordance with ITSP.40.111 and ITSP.40.062
|
1001 | 1004 | InputParameters:
|
1002 | 1005 | S3CasCurrentlyInUsePath:
|
1003 |
| - Fn::If: |
1004 |
| - - s3CasCurrentlyInUsePath |
1005 |
| - - Ref: S3CasCurrentlyInUsePath |
1006 |
| - - Ref: AWS::NoValue |
| 1006 | + Fn::If: |
| 1007 | + - s3CasCurrentlyInUsePath |
| 1008 | + - Ref: S3CasCurrentlyInUsePath |
| 1009 | + - Ref: AWS::NoValue |
1007 | 1010 | ExecutionRoleName:
|
1008 | 1011 | Fn::If:
|
1009 | 1012 | - GCLambdaExecutionRoleName2
|
@@ -1242,7 +1245,7 @@ Resources:
|
1242 | 1245 | SourceDetails:
|
1243 | 1246 | - EventSource: "aws.config"
|
1244 | 1247 | MessageType: "ScheduledNotification"
|
1245 |
| - |
| 1248 | + |
1246 | 1249 | GC09CheckNonPublicStorageAccountsConfigRule:
|
1247 | 1250 | Type: "AWS::Config::ConfigRule"
|
1248 | 1251 | Properties:
|
@@ -1857,8 +1860,8 @@ Conditions:
|
1857 | 1860 | s3AdminAccountListPath:
|
1858 | 1861 | Fn::Not:
|
1859 | 1862 | - Fn::Equals:
|
1860 |
| - - "" |
1861 |
| - - Ref: S3AdminAccountListPath |
| 1863 | + - "" |
| 1864 | + - Ref: S3AdminAccountListPath |
1862 | 1865 | s3RoleAssignmentReviewDocumentPath:
|
1863 | 1866 | Fn::Not:
|
1864 | 1867 | - Fn::Equals:
|
|
0 commit comments