We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789b65 commit ac204b9Copy full SHA for ac204b9
compliance/parameters-default-values/aws_rds.yaml
@@ -0,0 +1,19 @@
1
+parameters:
2
+ # A key with no controls (global)
3
+ - key: awsRdsBaselineRestorableTimeInHrs
4
+ value: 72
5
+
6
+ # A key with some controls (not global)
7
+ - key: awsMandatoryTags
8
+ value: '{"name", "env"}'
9
+ controls:
10
+ - "ControlC"
11
+ - "ControlD"
12
13
+ # Another key with no controls (global)
14
+ - key: awsIamUserKeyRotateDays
15
+ value: 90
16
17
18
+ - key: awsIamServerCertificateAge
19
0 commit comments