cfnlego 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2916104dc6c7b8bddfc16c9d6027e7f8b2f7902f
4
- data.tar.gz: 8ea2398354ae80065e495c11dc5f2c1ced68ad3a
3
+ metadata.gz: ab01adc8c78a8e0d3e4074a758f3ee0b4afd800d
4
+ data.tar.gz: 9c3d01d7f07e8bf60dbb4cd243dbc608a336c1ca
5
5
  SHA512:
6
- metadata.gz: 28a2ebcf47e34a62b32f7405658ab5d471d07397e2ca414dff161da18e19d6a09bd8cd59a8356781043db93c147545afb812afe5d53914489bae284215703aba
7
- data.tar.gz: f80e44e23c6ebb292505246f42762d8a91d49f8db3a18b9dd63455f104704d1134d4c9e0c91eac1a8ce2cce6afd7df59c9bb2cde4a9eaff97b3cd40b4c229cf5
6
+ metadata.gz: d63a4dfda4405b32ad3a864a25930407523965c3836fc0102b14344d04945f01385adf5a668aef74e777623a26f8595f4aae3a42d50ddc96c79f0b6eab2e2d43
7
+ data.tar.gz: c3cbec44016f3e587939f80aa9712cc2fcc4a6c8dac50e4c70bf094c875b20270062f1a9da9ab76e7cd3a64d311871a4087882dcb08b0b781a578796b701ad0e
data/README.md CHANGED
@@ -41,6 +41,7 @@ Example:
41
41
  - AWS::CloudFront::Distribution
42
42
  - AWS::CloudWatch::Alarm
43
43
  - AWS::CodeCommit::Repository
44
+ - AWS::Config::ConfigRule
44
45
  - AWS::DirectoryService::SimpleAD
45
46
  - AWS::EC2::DHCPOptions
46
47
  - AWS::EC2::EIP
@@ -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
+
@@ -1,3 +1,3 @@
1
1
  module Cfnlego
2
- VERSION='0.6.1'
2
+ VERSION='0.6.2'
3
3
  end
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.1
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-15 00:00:00.000000000 Z
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