cfndsl 0.4.3 → 0.4.4

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzcwYTI3NjdhODJkZTRiMTVkZTdkNTgzNjRlNjJkMjRkN2RkN2E3Mw==
4
+ NzQ4YjE4ZmUwOWU1ODIwY2UzYzYwZDdjZDU2M2Q2MmI2ODA2OTViMg==
5
5
  data.tar.gz: !binary |-
6
- Yjc0YmM3ZTU4NWM5NzRkMmRmODM5MDA1OWYxNTVmMjEyZmE0YWUwYw==
6
+ MmNiN2IyZjZiMTFhOWFmYmIxZWJkNjExZTFiZDdkNjhkNWIxYjMxYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTI2NjMxODFjNGM4M2Q5NzcyN2ExZmQ0NGQ1Mjg5NmI4NDRmNjhlZjVlNTI1
10
- NzBjNWQwNjAxMDA3NTIzZWE5N2VjYjJhMjlhNDA1NjFhZjEyMjFjMjIxYTFh
11
- NmMzZmM3ODNlNWJiMjQ2NTRmMmMwNDYwNTk2MTJlZTQwZjUyZjE=
9
+ YjFiMmU4OTY3NzlhNzJlMjMwN2Y0Yjc4MzEwNGVmYmQzYmJkZGI2ZjJhODMz
10
+ NjJmNWU3MDc5ZjZiOWRhY2I2OWVjN2U1NjMzOGVkNWZjNzY1ZDVkZjNlZWJk
11
+ ZTlkMDg3NjVlMDI4MmYzYzdlNjhjODNhNzA5Y2FjNGQ1NWVjZWE=
12
12
  data.tar.gz: !binary |-
13
- YmYzZWEyOGYyODEzOGY2Zjc3NjgwYjI1YzBkNzZhNWI4OGQzYTE0ZDYwMWZl
14
- NmE4YWM3YzBhYzMyODBmYTE3MGJlZThkMWRhYThjZWI2YmFiNDI3MmU2MWRm
15
- NzNhZGY0MjM0ZWQ0M2Y2NjQxODQ4Mjk3NjlhYWJlNmM5Y2VlZjA=
13
+ MzQyNDEzZDliYjEwZTc4ZWMwYjkzNjczZTkyNzBlYTk5MjM4YTIyNGI3NTEw
14
+ NTgwMjY2MTI4OWQ4MWVhZmNiMzNmMWYyMTk2ODZiOTY3OWNlNGE1MmZhODc3
15
+ YTc2YTY2MmI1ZDkyZWYzZmZlZDkxOTU2ZmQzNjZkMjVmNWRmMjA=
@@ -141,6 +141,16 @@ Resources:
141
141
  S3BucketName: String
142
142
  S3KeyPrefix: String
143
143
  SnsTopicARN: String
144
+ "AWS::DirectoryService::SimpleAD" :
145
+ Properties :
146
+ CreateAlias: Boolean
147
+ Description" : String
148
+ EnableSso : Boolean
149
+ Name : String
150
+ Password : String
151
+ ShortName : String
152
+ Size : String
153
+ VpcSettings: [ VpcSettings ]
144
154
  "AWS::DynamoDB::Table" :
145
155
  Properties :
146
156
  AttributeDefinitions : [ AttributeDefinitionsType ]
@@ -161,6 +171,10 @@ Resources:
161
171
  Domain: String
162
172
  Attributes:
163
173
  AllocationId: String
174
+ "AWS::EC2::NatGateway" :
175
+ Properties:
176
+ AllocationId: String
177
+ SubnetId: String
164
178
  "AWS::EC2::EIPAssociation" :
165
179
  Properties:
166
180
  InstanceId: String
@@ -230,6 +244,7 @@ Resources:
230
244
  DestinationCidrBlock: String
231
245
  GatewayId: String
232
246
  InstanceId: String
247
+ NatGatewayId : String
233
248
  NetworkInterfaceId: String
234
249
  RouteTableId: String
235
250
  VpcPeeringConnectionId: String
@@ -833,11 +848,13 @@ Resources:
833
848
  Properties:
834
849
  Code: LambdaCode
835
850
  Description: String
851
+ FunctionName: String
836
852
  Handler: String
837
853
  MemorySize: Integer
838
854
  Role: String
839
855
  Runtime: String
840
856
  Timeout: Integer
857
+ VpcConfig: VpcConfig
841
858
  "AWS::Lambda::Permission" :
842
859
  Properties:
843
860
  Action: [ String ]
@@ -1067,6 +1084,9 @@ Types:
1067
1084
  ResourcePath: String
1068
1085
  SearchString: String
1069
1086
  Type: String
1087
+ VpcSettings:
1088
+ SubnetIds: [ String ]
1089
+ VpcId: String
1070
1090
  ElasticLoadBalancingPolicy:
1071
1091
  Attributes: [ JSON ]
1072
1092
  InstancePorts: [ String ]
@@ -1188,3 +1208,6 @@ Types:
1188
1208
  RedrivePolicy:
1189
1209
  DeadLetterTargetArn: String
1190
1210
  MaxReceiveCount: Integer
1211
+ VpcConfig:
1212
+ SecurityGroupIds: [ String ]
1213
+ SubnetIds: [ String ]
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
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.4.3
4
+ version: 0.4.4
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: 2016-03-03 00:00:00.000000000 Z
12
+ date: 2016-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler