cfndsl 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cfndsl/aws_types.yaml +87 -0
  2. metadata +2 -2
@@ -384,6 +384,68 @@ Resources:
384
384
  Policies: [ IAMEmbeddedPolicy ]
385
385
  Attributes:
386
386
  Arn: String
387
+ "AWS::OpsWorks::App" :
388
+ Properties:
389
+ AppSource: OpsWorksSource
390
+ Attributes: JSON
391
+ Description: String
392
+ Domains: [ String ]
393
+ EnableSsl: Boolean
394
+ Name: String
395
+ Shortname: String
396
+ SslConfiguration: OpsWorksSslConfiguration
397
+ StackId: String
398
+ Type: String
399
+ "AWS::OpsWorks::ElasticLoadBalancerAttachment" :
400
+ Properties:
401
+ ElasticLoadBalancerName: String
402
+ LayerId: String
403
+ "AWS::OpsWorks::Instance" :
404
+ Properties:
405
+ AmiId: String
406
+ Architecture: String
407
+ AvailabilityZone: String
408
+ InstallUpdatesOnBoot: Boolean
409
+ InstanceType: String
410
+ LayerIds: [ String ]
411
+ Os: String
412
+ RootDeviceType: String
413
+ SshKeyName: String
414
+ StackId: String
415
+ SubnetId: String
416
+ "AWS::OpsWorks::Layer" :
417
+ Properties:
418
+ Attributes: JSON
419
+ AutoAssignElasticIps: Boolean
420
+ AutoAssignPublicIps: Boolean
421
+ CustomInstanceProfileArn: String
422
+ CustomRecipes: OpsWorksRecipes
423
+ CustomSecurityGroupIds: [ String ]
424
+ EnableAutoHealing: Boolean
425
+ InstallUpdatesOnBoot: Boolean
426
+ Name: String
427
+ Packages: [ String ]
428
+ Shortname: String
429
+ StackId: String
430
+ Type: String
431
+ VolumeConfiguration: [ OpsWorksVolumeConfiguration ]
432
+ "AWS::OpsWorks::Stack" :
433
+ Properties:
434
+ Attributes: JSON
435
+ ConfigurationManager: StackConfigurationManager
436
+ CustomCookbooksSource: OpsWorksSource
437
+ CustomJson: JSON
438
+ DefaultAvailabilityZone: String
439
+ DefaultInstanceProfileArn: String
440
+ DefaultOs: String
441
+ DefaultRootDeviceType: String
442
+ DefaultSshKeyName: String
443
+ DefaultSubnetId: String
444
+ HostnameTheme: String
445
+ Name: String
446
+ ServiceRoleArn: String
447
+ UseCustomCookbooks: Boolean
448
+ VpcId: String
387
449
  "AWS::RDS::DBInstance" :
388
450
  Properties:
389
451
  DBSnapshotIdentifier: String
@@ -639,3 +701,28 @@ Types:
639
701
  PrivateIpAddressSpecification:
640
702
  PrivateIpAddress: String
641
703
  Primary: Boolean
704
+ StackConfigurationManager:
705
+ Name: String
706
+ Version: String
707
+ OpsWorksSource:
708
+ Password: String
709
+ Revision: String
710
+ SshKey: String
711
+ Type: String
712
+ Url: String
713
+ Username: String
714
+ OpsWorksSslConfiguration:
715
+ Certificate: String
716
+ Chain: String
717
+ PrivateKey: String
718
+ OpsWorksRecipes:
719
+ Configure: [ String ]
720
+ Deploy: [ String ]
721
+ Setup: [ String ]
722
+ Shutdown: [ String ]
723
+ Undeploy: [ String ]
724
+ OpsWorksVolumeConfiguration:
725
+ MountPoint: String
726
+ NumberOfDisks: Number
727
+ RaidLevel: Number
728
+ Size: Number
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-09-03 00:00:00.000000000 Z
13
+ date: 2014-09-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake