cfnlego 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/cfnlego/resources/AWS/Config/ConfigRule.yaml +29 -0
- data/lib/cfnlego/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab01adc8c78a8e0d3e4074a758f3ee0b4afd800d
|
|
4
|
+
data.tar.gz: 9c3d01d7f07e8bf60dbb4cd243dbc608a336c1ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d63a4dfda4405b32ad3a864a25930407523965c3836fc0102b14344d04945f01385adf5a668aef74e777623a26f8595f4aae3a42d50ddc96c79f0b6eab2e2d43
|
|
7
|
+
data.tar.gz: c3cbec44016f3e587939f80aa9712cc2fcc4a6c8dac50e4c70bf094c875b20270062f1a9da9ab76e7cd3a64d311871a4087882dcb08b0b781a578796b701ad0e
|
data/README.md
CHANGED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
AWS::Config::ConfigRule:
|
|
2
|
+
Properties:
|
|
3
|
+
ConfigRuleName: |
|
|
4
|
+
"rule"
|
|
5
|
+
Description: |
|
|
6
|
+
"desc"
|
|
7
|
+
InputParameters: |
|
|
8
|
+
{
|
|
9
|
+
"parameter-name" => "parameter-value"
|
|
10
|
+
}
|
|
11
|
+
MaximumExecutionFrequency: |
|
|
12
|
+
"One_Hour | Three_Hours | Six_Hours | Twelve_Hours | TwentyFour_Hours"
|
|
13
|
+
Scope: |
|
|
14
|
+
{
|
|
15
|
+
"ComplianceResourceId" => "The ID of an AWS resource that you want AWS Config to evaluate against a rule. If you specify an ID, you must also specify a resource type for the ComplianceResourceTypes property.",
|
|
16
|
+
"ComplianceResourceTypes" => ["The types of AWS resources that you want AWS Config to evaluate against the rule. If you specify the ComplianceResourceId property, specify only one resource type."],
|
|
17
|
+
"TagKey" => "The tag key that is applied to the AWS resources that you want AWS Config to evaluate against the rule.",
|
|
18
|
+
"TagValue" => "The tag value that is applied to the AWS resources that you want AWS Config to evaluate against the rule."
|
|
19
|
+
}
|
|
20
|
+
Source: |
|
|
21
|
+
{
|
|
22
|
+
"Owner" => "CUSTOM_LAMBDA | AWS",
|
|
23
|
+
"SourceDetails" => [{
|
|
24
|
+
"EventSource" => "aws.config",
|
|
25
|
+
"MessageType" => "ConfigurationItemChangeNotification|OversizedConfigurationItemChangeNotification|ScheduledNotification|ConfigurationSnapshotDeliveryCompleted"
|
|
26
|
+
}],
|
|
27
|
+
"SourceIdentifier" => "For AWS managed rules, the identifier of the rule. For customer managed rules, the Amazon Resource Name (ARN) of the rule's Lambda function."
|
|
28
|
+
}
|
|
29
|
+
|
data/lib/cfnlego/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfnlego
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Yung
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-beautify
|
|
@@ -98,6 +98,7 @@ files:
|
|
|
98
98
|
- lib/cfnlego/resources/AWS/CloudFront/Distribution.yaml
|
|
99
99
|
- lib/cfnlego/resources/AWS/CloudWatch/Alarm.yaml
|
|
100
100
|
- lib/cfnlego/resources/AWS/CodeCommit/Repository.yaml
|
|
101
|
+
- lib/cfnlego/resources/AWS/Config/ConfigRule.yaml
|
|
101
102
|
- lib/cfnlego/resources/AWS/DirectoryService/SimpleAD.yaml
|
|
102
103
|
- lib/cfnlego/resources/AWS/EC2/DHCPOptions.yaml
|
|
103
104
|
- lib/cfnlego/resources/AWS/EC2/EIP.yaml
|