cfndsl 0.1.10 → 0.1.11

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cfndsl/aws_types.yaml +18 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99414e651e3a0173ad5dfb607289a4559feb0620
4
- data.tar.gz: fe6d4fc5e1e42106e4d056fb611943099ed138d7
3
+ metadata.gz: efc2e8c624a6a5a087f4d08e25bd93c10c2bdc19
4
+ data.tar.gz: 655b4be50b82ddc085ebb343e54b49976771cf5f
5
5
  SHA512:
6
- metadata.gz: df5c73bd016af6963852be1173dfe843e362260f3226058c353d2b61ddc141e9dfc72f51e7d44a94a9c5eba7ebe39994791d5449af096fdab1b2199d6716902d
7
- data.tar.gz: 0ccb93a7cca963173e523ddbd1955d015bc8676ab96d8ad925db0e202411e1c00283e2927bba48be670e813914467a8edf3541f48be7b10e82971095989bb75c
6
+ metadata.gz: 1f7302bcdc7d37280d935aa5be2afe637873b39cce58285326906cac7802106ad6a96ac90f30e1a9f547fa374fa6c08e70be4c6735d9caf4c1d87cdd718c4e62
7
+ data.tar.gz: f77cbaab4dc5288d373ac6abbb2db9cd16d26bdae597cedb8308afc67ead559810fb3433b2eca1ad972fa09db9b8be64e964693e8153ddc2500052db414137cc
@@ -393,6 +393,14 @@ Resources:
393
393
  Policies: [ IAMEmbeddedPolicy ]
394
394
  Attributes:
395
395
  Arn: String
396
+ "AWS::Logs::LogGroup" :
397
+ Properties:
398
+ RetentionInDays: Integer
399
+ "AWS::Logs::MetricFilter" :
400
+ Properties:
401
+ FilterPattern: String
402
+ LogGroupName: String
403
+ MetricTransformations: [ MetricTransformation ]
396
404
  "AWS::OpsWorks::App" :
397
405
  Properties:
398
406
  AppSource: OpsWorksSource
@@ -536,7 +544,12 @@ Resources:
536
544
  Topics: [ String ]
537
545
  # "AWS::SNS::Subscription" :
538
546
  "AWS::SNS::Topic" :
539
- Properties: {}
547
+ Properties:
548
+ DisplayName: String
549
+ Subscription: [ SubscriptionProperty ]
550
+ TopicName: String
551
+ Attributes:
552
+ TopicName: String
540
553
  "AWS::SQS::QueuePolicy" :
541
554
  Properties:
542
555
  PolicyDocument: JSON
@@ -739,3 +752,7 @@ Types:
739
752
  NumberOfDisks: Number
740
753
  RaidLevel: Number
741
754
  Size: Number
755
+ MetricTransformation:
756
+ MetricName: String
757
+ MetricNamespace: String
758
+ MetricValue: String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfndsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-19 00:00:00.000000000 Z
12
+ date: 2015-02-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler