cfnlego 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cfnlego/resources/AWS/CloudTrail/Trail.yaml +19 -0
  3. data/lib/cfnlego/resources/AWS/SSM/Document.yaml +30 -0
  4. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayAccountSpecification.json +16 -0
  5. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayApiKeySpecification.json +55 -0
  6. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayAuthorizerSpecification.json +66 -0
  7. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayBasePathMappingSpecification.json +34 -0
  8. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayClientCertificateSpecification.json +16 -0
  9. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayDeploymentSpecification.json +200 -0
  10. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayMethodSpecification.json +211 -0
  11. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayModelSpecification.json +40 -0
  12. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayResourceSpecification.json +28 -0
  13. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayRestApiSpecification.json +96 -0
  14. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayStageSpecification.json +135 -0
  15. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApiGatewayUsagePlanSpecification.json +101 -0
  16. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApplicationAutoScalingScalableTargetSpecification.json +46 -0
  17. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ApplicationAutoScalingScalingPolicySpecification.json +114 -0
  18. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingAutoScalingGroupSpecification.json +187 -0
  19. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingLaunchConfigSpecification.json +190 -0
  20. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingLifecycleHookSpecification.json +52 -0
  21. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingScalingPolicySpecification.json +91 -0
  22. data/lib/cfnlego/resources/CloudFormationResourceSpecification/AutoScalingScheduledActionSpecification.json +52 -0
  23. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CertificateManagerCertificateSpecification.json +76 -0
  24. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationCustomResourceSpecification.json +17 -0
  25. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationResourceSpecification.json +13973 -0
  26. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationStackSpecification.json +65 -0
  27. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationWaitConditionHandleSpecification.json +9 -0
  28. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFormationWaitConditionSpecification.json +33 -0
  29. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudFrontDistributionSpecification.json +534 -0
  30. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudTrailTrailSpecification.json +70 -0
  31. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CloudwatchAlarmSpecification.json +127 -0
  32. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodeDeployApplicationSpecification.json +16 -0
  33. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodeDeployDeploymentConfigSpecification.json +41 -0
  34. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodeDeployDeploymentGroupSpecification.json +210 -0
  35. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodePipelineCustomActionTypeSpecification.json +149 -0
  36. data/lib/cfnlego/resources/CloudFormationResourceSpecification/CodePipelinePipelineSpecification.json +255 -0
  37. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ConfigConfigRuleSpecification.json +132 -0
  38. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ConfigConfigurationRecorderSpecification.json +55 -0
  39. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ConfigDeliveryChannelSpecification.json +53 -0
  40. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DataPipelinePipelineSpecification.json +180 -0
  41. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DirectoryServiceMicrosoftADSpecification.json +76 -0
  42. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DirectoryServiceSimpleADSpecification.json +88 -0
  43. data/lib/cfnlego/resources/CloudFormationResourceSpecification/DynamoDBTableSpecification.json +204 -0
  44. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2CustomerGatewaySpecification.json +55 -0
  45. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2DHCPOptionsSpecification.json +69 -0
  46. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2EipAssociationSpecification.json +40 -0
  47. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2EipSpecification.json +22 -0
  48. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2FlowLogSpecification.json +40 -0
  49. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2HostSpecification.json +28 -0
  50. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2InstanceSpecification.json +412 -0
  51. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2InternetGatewaySpecification.json +37 -0
  52. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NatGatewaySpecification.json +22 -0
  53. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkAclEntrySpecification.json +94 -0
  54. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkAclSpecification.json +43 -0
  55. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkInterfaceAttachmentSpecification.json +34 -0
  56. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2NetworkInterfaceSpecification.json +109 -0
  57. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2PlacementGroupSpecification.json +16 -0
  58. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2RouteSpecification.json +52 -0
  59. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2RouteTableSpecification.json +43 -0
  60. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SecurityGroupEgressSpecification.json +52 -0
  61. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SecurityGroupIngressSpecification.json +64 -0
  62. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SecurityGroupSpecification.json +117 -0
  63. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SpotFleetSpecification.json +79 -0
  64. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SubnetNetworkAclAssociationSpecification.json +27 -0
  65. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SubnetRouteTableAssociationSpecification.json +22 -0
  66. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2SubnetSpecification.json +66 -0
  67. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPCEndpointSpecification.json +36 -0
  68. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPCGatewayAttachmentSpecification.json +28 -0
  69. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPNConnectionSpecification.json +61 -0
  70. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VPNGatewayRoutePropagationSpecification.json +24 -0
  71. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VolumeAttachmentSpecification.json +28 -0
  72. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VolumeSpecification.json +85 -0
  73. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpcDhcpOptionsAssociationSpecification.json +22 -0
  74. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpcPeeringConnectionSpecification.json +49 -0
  75. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpcSpecification.json +45 -0
  76. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpnConnectionRouteSpecification.json +22 -0
  77. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Ec2VpnGatewaySpecification.json +43 -0
  78. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcrRepositorySpecification.json +27 -0
  79. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcsClusterSpecification.json +16 -0
  80. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcsServiceSpecification.json +101 -0
  81. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EcsTaskDefinitionSpecification.json +388 -0
  82. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheCacheClusterSpecification.json +179 -0
  83. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheParameterGroupSpecification.json +30 -0
  84. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheReplicationGroupSpecification.json +250 -0
  85. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheSecurityGroupIngressSpecification.json +28 -0
  86. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheSecurityGroupSpecification.json +16 -0
  87. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElastiCacheSubnetGroupSpecification.json +30 -0
  88. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkApplicationSpecification.json +22 -0
  89. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkApplicationVersionSpecification.json +47 -0
  90. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkConfigurationTemplateSpecification.json +90 -0
  91. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticBeanstalkEnvironmentSpecification.json +119 -0
  92. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticFileSystemFileSystemSpecification.json +43 -0
  93. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticFileSystemMountTargetSpecification.json +36 -0
  94. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingLoadBalancerSpecification.json +370 -0
  95. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2ListenerRuleSpecification.json +76 -0
  96. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2ListenerSpecification.json +80 -0
  97. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2LoadBalancerSpecification.json +145 -0
  98. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticLoadBalancingV2TargetGroupSpecification.json +176 -0
  99. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticMapReduceClusterSpecification.json +410 -0
  100. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticMapReduceInstanceGroupConfigSpecification.json +154 -0
  101. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticMapReduceStepSpecification.json +86 -0
  102. data/lib/cfnlego/resources/CloudFormationResourceSpecification/ElasticsearchDomainSpecification.json +170 -0
  103. data/lib/cfnlego/resources/CloudFormationResourceSpecification/EventsRuleSpecification.json +90 -0
  104. data/lib/cfnlego/resources/CloudFormationResourceSpecification/GameLiftAliasSpecification.json +53 -0
  105. data/lib/cfnlego/resources/CloudFormationResourceSpecification/GameLiftBuildSpecification.json +53 -0
  106. data/lib/cfnlego/resources/CloudFormationResourceSpecification/GameLiftFleetSpecification.json +111 -0
  107. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamAccessKeySpecification.json +33 -0
  108. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamGroupSpecification.json +62 -0
  109. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamInstanceProfileSpecification.json +29 -0
  110. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamManagedPolicySpecification.json +52 -0
  111. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamPolicySpecification.json +46 -0
  112. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamRoleSpecification.json +68 -0
  113. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamUserSpecification.json +93 -0
  114. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IamUserToGroupAdditionSpecification.json +24 -0
  115. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTCertificateSpecification.json +27 -0
  116. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTPolicyPrincipalAttachmentSpecification.json +22 -0
  117. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTPolicySpecification.json +22 -0
  118. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTThingPrincipalAttachmentSpecification.json +22 -0
  119. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTThingSpecification.json +37 -0
  120. data/lib/cfnlego/resources/CloudFormationResourceSpecification/IoTTopicRuleSpecification.json +421 -0
  121. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KMSAliasSpecification.json +22 -0
  122. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KMSKeySpecification.json +45 -0
  123. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KinesisFirehoseDeliveryStreamSpecification.json +314 -0
  124. data/lib/cfnlego/resources/CloudFormationResourceSpecification/KinesisStreamSpecification.json +54 -0
  125. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaAliasSpecification.json +34 -0
  126. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaEventSourceMappingSpecification.json +40 -0
  127. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaFunctionSpecification.json +146 -0
  128. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaPermissionSpecification.json +40 -0
  129. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LambdaVersionSpecification.json +33 -0
  130. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsDestinationSpecification.json +34 -0
  131. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsLogGroupSpecification.json +27 -0
  132. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsLogStreamSpecification.json +22 -0
  133. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsMetricFilterSpecification.json +55 -0
  134. data/lib/cfnlego/resources/CloudFormationResourceSpecification/LogsSubscriptionFilterSpecification.json +34 -0
  135. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksAppSpecification.json +202 -0
  136. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksElasticLoadBalancerAttachmentSpecification.json +22 -0
  137. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksInstanceSpecification.json +271 -0
  138. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksLayerSpecification.json +306 -0
  139. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksStackSpecification.json +279 -0
  140. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksUserProfileSpecification.json +28 -0
  141. data/lib/cfnlego/resources/CloudFormationResourceSpecification/OpsWorksVolumeSpecification.json +34 -0
  142. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBClusterParameterGroupSpecification.json +55 -0
  143. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBInstanceSpecification.json +253 -0
  144. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBSecurityGroupIngressSpecification.json +40 -0
  145. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RDSDBSubnetGroupSpecification.json +51 -0
  146. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsDBClusterSpecification.json +135 -0
  147. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsDBParameterGroupSpecification.json +57 -0
  148. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsDbSecurityGroupSpecification.json +86 -0
  149. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsEventSubscriptionSpecification.json +44 -0
  150. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RdsOptionGroupSpecification.json +119 -0
  151. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterParameterGroupSpecification.json +49 -0
  152. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSecurityGroupIngressSpecification.json +34 -0
  153. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSecurityGroupSpecification.json +16 -0
  154. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSpecification.json +166 -0
  155. data/lib/cfnlego/resources/CloudFormationResourceSpecification/RedshiftClusterSubnetGroupSpecification.json +24 -0
  156. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53HealthCheckSpecification.json +96 -0
  157. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53HostedZoneSpecification.json +85 -0
  158. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53RecordSetGroupSpecification.json +175 -0
  159. data/lib/cfnlego/resources/CloudFormationResourceSpecification/Route53RecordSetSpecification.json +144 -0
  160. data/lib/cfnlego/resources/CloudFormationResourceSpecification/S3BucketPolicySpecification.json +22 -0
  161. data/lib/cfnlego/resources/CloudFormationResourceSpecification/S3BucketSpecification.json +628 -0
  162. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SDBDomainSpecification.json +16 -0
  163. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SQSQueuePolicySpecification.json +24 -0
  164. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SQSQueueSpecification.json +57 -0
  165. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SSMDocumentSpecification.json +22 -0
  166. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SnsSubscriptionSpecification.json +28 -0
  167. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SnsTopicPolicySpecification.json +24 -0
  168. data/lib/cfnlego/resources/CloudFormationResourceSpecification/SnsTopicSpecification.json +54 -0
  169. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFByteMatchSetSpecification.json +78 -0
  170. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFIPSetSpecification.json +43 -0
  171. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFRuleSpecification.json +55 -0
  172. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFSizeConstraintSetSpecification.json +72 -0
  173. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFSqlInjectionMatchSetSpecification.json +60 -0
  174. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFWebACLSpecification.json +72 -0
  175. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WAFXssMatchSetSpecification.json +60 -0
  176. data/lib/cfnlego/resources/CloudFormationResourceSpecification/WorkspacesWorkspaceSpecification.json +46 -0
  177. data/lib/cfnlego/version.rb +1 -1
  178. metadata +178 -3
@@ -0,0 +1,61 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "Tag": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
5
+ "Properties": {
6
+ "Key": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Immutable"
11
+ },
12
+ "Value": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
14
+ "PrimitiveType": "String",
15
+ "Required": true,
16
+ "UpdateType": "Immutable"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "ResourceSpecificationVersion": "1.0.0",
22
+ "ResourceType": {
23
+ "AWS::EC2::VPNConnection": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html",
25
+ "Properties": {
26
+ "CustomerGatewayId": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-customergatewayid",
28
+ "PrimitiveType": "String",
29
+ "Required": true,
30
+ "UpdateType": "Immutable"
31
+ },
32
+ "StaticRoutesOnly": {
33
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-StaticRoutesOnly",
34
+ "PrimitiveType": "Boolean",
35
+ "Required": false,
36
+ "UpdateType": "Immutable"
37
+ },
38
+ "Tags": {
39
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-tags",
40
+ "DuplicatesAllowed": true,
41
+ "ItemType": "Tag",
42
+ "Required": false,
43
+ "Type": "List",
44
+ "UpdateType": "Mutable"
45
+ },
46
+ "Type": {
47
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-type",
48
+ "PrimitiveType": "String",
49
+ "Required": true,
50
+ "UpdateType": "Immutable"
51
+ },
52
+ "VpnGatewayId": {
53
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection.html#cfn-ec2-vpnconnection-vpngatewayid",
54
+ "PrimitiveType": "String",
55
+ "Required": true,
56
+ "UpdateType": "Immutable"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VPNGatewayRoutePropagation": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html",
6
+ "Properties": {
7
+ "RouteTableIds": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-routetableids",
9
+ "DuplicatesAllowed": true,
10
+ "PrimitiveItemType": "String",
11
+ "Required": true,
12
+ "Type": "List",
13
+ "UpdateType": "Mutable"
14
+ },
15
+ "VpnGatewayId": {
16
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gatewayrouteprop.html#cfn-ec2-vpngatewayrouteprop-vpngatewayid",
17
+ "PrimitiveType": "String",
18
+ "Required": true,
19
+ "UpdateType": "Mutable"
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VolumeAttachment": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html",
6
+ "Properties": {
7
+ "Device": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-device",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Immutable"
12
+ },
13
+ "InstanceId": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-instanceid",
15
+ "PrimitiveType": "String",
16
+ "Required": true,
17
+ "UpdateType": "Immutable"
18
+ },
19
+ "VolumeId": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volumeattachment.html#cfn-ec2-ebs-volumeattachment-volumeid",
21
+ "PrimitiveType": "String",
22
+ "Required": true,
23
+ "UpdateType": "Immutable"
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "Tag": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
5
+ "Properties": {
6
+ "Key": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Immutable"
11
+ },
12
+ "Value": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
14
+ "PrimitiveType": "String",
15
+ "Required": true,
16
+ "UpdateType": "Immutable"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "ResourceSpecificationVersion": "1.0.0",
22
+ "ResourceType": {
23
+ "AWS::EC2::Volume": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html",
25
+ "Properties": {
26
+ "AutoEnableIO": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio",
28
+ "PrimitiveType": "Boolean",
29
+ "Required": false,
30
+ "UpdateType": "Mutable"
31
+ },
32
+ "AvailabilityZone": {
33
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone",
34
+ "PrimitiveType": "String",
35
+ "Required": true,
36
+ "UpdateType": "Mutable"
37
+ },
38
+ "Encrypted": {
39
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted",
40
+ "PrimitiveType": "Boolean",
41
+ "Required": false,
42
+ "UpdateType": "Mutable"
43
+ },
44
+ "Iops": {
45
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops",
46
+ "PrimitiveType": "Integer",
47
+ "Required": false,
48
+ "UpdateType": "Mutable"
49
+ },
50
+ "KmsKeyId": {
51
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid",
52
+ "PrimitiveType": "String",
53
+ "Required": false,
54
+ "UpdateType": "Mutable"
55
+ },
56
+ "Size": {
57
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size",
58
+ "PrimitiveType": "Integer",
59
+ "Required": false,
60
+ "UpdateType": "Mutable"
61
+ },
62
+ "SnapshotId": {
63
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid",
64
+ "PrimitiveType": "String",
65
+ "Required": false,
66
+ "UpdateType": "Mutable"
67
+ },
68
+ "Tags": {
69
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-tags",
70
+ "DuplicatesAllowed": true,
71
+ "ItemType": "Tag",
72
+ "Required": false,
73
+ "Type": "List",
74
+ "UpdateType": "Mutable"
75
+ },
76
+ "VolumeType": {
77
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype",
78
+ "PrimitiveType": "String",
79
+ "Required": false,
80
+ "UpdateType": "Mutable"
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VPCDHCPOptionsAssociation": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html",
6
+ "Properties": {
7
+ "DhcpOptionsId": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Mutable"
12
+ },
13
+ "VpcId": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-dhcp-options-assoc.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid",
15
+ "PrimitiveType": "String",
16
+ "Required": true,
17
+ "UpdateType": "Immutable"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "Tag": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
5
+ "Properties": {
6
+ "Key": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Immutable"
11
+ },
12
+ "Value": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
14
+ "PrimitiveType": "String",
15
+ "Required": true,
16
+ "UpdateType": "Immutable"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "ResourceSpecificationVersion": "1.0.0",
22
+ "ResourceType": {
23
+ "AWS::EC2::VPCPeeringConnection": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html",
25
+ "Properties": {
26
+ "PeerVpcId": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid",
28
+ "PrimitiveType": "String",
29
+ "Required": true,
30
+ "UpdateType": "Immutable"
31
+ },
32
+ "Tags": {
33
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-tags",
34
+ "DuplicatesAllowed": true,
35
+ "ItemType": "Tag",
36
+ "Required": false,
37
+ "Type": "List",
38
+ "UpdateType": "Mutable"
39
+ },
40
+ "VpcId": {
41
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid",
42
+ "PrimitiveType": "String",
43
+ "Required": true,
44
+ "UpdateType": "Immutable"
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VPC": {
5
+ "Attributes": {
6
+ "CidrBlock": {
7
+ "PrimitiveType": "String"
8
+ },
9
+ "DefaultNetworkAcl": {
10
+ "PrimitiveType": "String"
11
+ },
12
+ "DefaultSecurityGroup": {
13
+ "PrimitiveType": "String"
14
+ }
15
+ },
16
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html",
17
+ "Properties": {
18
+ "CidrBlock": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-cidrblock",
20
+ "PrimitiveType": "String",
21
+ "Required": true,
22
+ "UpdateType": "Immutable"
23
+ },
24
+ "EnableDnsHostnames": {
25
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsHostnames",
26
+ "PrimitiveType": "Boolean",
27
+ "Required": false,
28
+ "UpdateType": "Mutable"
29
+ },
30
+ "EnableDnsSupport": {
31
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-EnableDnsSupport",
32
+ "PrimitiveType": "Boolean",
33
+ "Required": false,
34
+ "UpdateType": "Mutable"
35
+ },
36
+ "InstanceTenancy": {
37
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-aws-ec2-vpc-instancetenancy",
38
+ "PrimitiveType": "String",
39
+ "Required": false,
40
+ "UpdateType": "Immutable"
41
+ }
42
+ }
43
+ }
44
+ }
45
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VPNConnectionRoute": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html",
6
+ "Properties": {
7
+ "DestinationCidrBlock": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-cidrblock",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Immutable"
12
+ },
13
+ "VpnConnectionId": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-connection-route.html#cfn-ec2-vpnconnectionroute-connectionid",
15
+ "PrimitiveType": "String",
16
+ "Required": true,
17
+ "UpdateType": "Immutable"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "Tag": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
5
+ "Properties": {
6
+ "Key": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
8
+ "PrimitiveType": "String",
9
+ "Required": true,
10
+ "UpdateType": "Immutable"
11
+ },
12
+ "Value": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
14
+ "PrimitiveType": "String",
15
+ "Required": true,
16
+ "UpdateType": "Immutable"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "ResourceSpecificationVersion": "1.0.0",
22
+ "ResourceType": {
23
+ "AWS::EC2::VPNGateway": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html",
25
+ "Properties": {
26
+ "Tags": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-tags",
28
+ "DuplicatesAllowed": true,
29
+ "ItemType": "Tag",
30
+ "Required": false,
31
+ "Type": "List",
32
+ "UpdateType": "Mutable"
33
+ },
34
+ "Type": {
35
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html#cfn-ec2-vpngateway-type",
36
+ "PrimitiveType": "String",
37
+ "Required": true,
38
+ "UpdateType": "Immutable"
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::ECR::Repository": {
5
+ "Attributes": {
6
+ "Arn": {
7
+ "PrimitiveType": "String"
8
+ }
9
+ },
10
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html",
11
+ "Properties": {
12
+ "RepositoryName": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositoryname",
14
+ "PrimitiveType": "String",
15
+ "Required": false,
16
+ "UpdateType": "Immutable"
17
+ },
18
+ "RepositoryPolicyText": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-repositorypolicytext",
20
+ "PrimitiveType": "Json",
21
+ "Required": false,
22
+ "UpdateType": "Mutable"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::ECS::Cluster": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html",
6
+ "Properties": {
7
+ "ClusterName": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Immutable"
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,101 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::ECS::Service.DeploymentConfiguration": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html",
5
+ "Properties": {
6
+ "MaximumPercent": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-maximumpercent",
8
+ "PrimitiveType": "Integer",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "MinimumHealthyPercent": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-minimumhealthypercent",
14
+ "PrimitiveType": "Integer",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ }
18
+ }
19
+ },
20
+ "AWS::ECS::Service.LoadBalancer": {
21
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancers.html",
22
+ "Properties": {
23
+ "ContainerName": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancers.html#cfn-ecs-service-loadbalancers-containername",
25
+ "PrimitiveType": "String",
26
+ "Required": false,
27
+ "UpdateType": "Immutable"
28
+ },
29
+ "ContainerPort": {
30
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancers.html#cfn-ecs-service-loadbalancers-containerport",
31
+ "PrimitiveType": "Integer",
32
+ "Required": true,
33
+ "UpdateType": "Immutable"
34
+ },
35
+ "LoadBalancerName": {
36
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancers.html#cfn-ecs-service-loadbalancers-loadbalancername",
37
+ "PrimitiveType": "String",
38
+ "Required": false,
39
+ "UpdateType": "Immutable"
40
+ },
41
+ "TargetGroupArn": {
42
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-loadbalancers.html#cfn-ecs-service-loadbalancers-targetgrouparn",
43
+ "PrimitiveType": "String",
44
+ "Required": false,
45
+ "UpdateType": "Immutable"
46
+ }
47
+ }
48
+ }
49
+ },
50
+ "ResourceSpecificationVersion": "1.0.0",
51
+ "ResourceType": {
52
+ "AWS::ECS::Service": {
53
+ "Attributes": {
54
+ "Name": {
55
+ "PrimitiveType": "String"
56
+ }
57
+ },
58
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html",
59
+ "Properties": {
60
+ "Cluster": {
61
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-cluster",
62
+ "PrimitiveType": "String",
63
+ "Required": false,
64
+ "UpdateType": "Immutable"
65
+ },
66
+ "DeploymentConfiguration": {
67
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-deploymentconfiguration",
68
+ "Required": false,
69
+ "Type": "DeploymentConfiguration",
70
+ "UpdateType": "Mutable"
71
+ },
72
+ "DesiredCount": {
73
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-desiredcount",
74
+ "PrimitiveType": "Integer",
75
+ "Required": true,
76
+ "UpdateType": "Mutable"
77
+ },
78
+ "LoadBalancers": {
79
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-loadbalancers",
80
+ "DuplicatesAllowed": false,
81
+ "ItemType": "LoadBalancer",
82
+ "Required": false,
83
+ "Type": "List",
84
+ "UpdateType": "Immutable"
85
+ },
86
+ "Role": {
87
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-role",
88
+ "PrimitiveType": "String",
89
+ "Required": false,
90
+ "UpdateType": "Immutable"
91
+ },
92
+ "TaskDefinition": {
93
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-taskdefinition",
94
+ "PrimitiveType": "String",
95
+ "Required": true,
96
+ "UpdateType": "Mutable"
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }