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,64 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::SecurityGroupIngress": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html",
6
+ "Properties": {
7
+ "CidrIp": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Immutable"
12
+ },
13
+ "FromPort": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport",
15
+ "PrimitiveType": "Integer",
16
+ "Required": false,
17
+ "UpdateType": "Immutable"
18
+ },
19
+ "GroupId": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid",
21
+ "PrimitiveType": "String",
22
+ "Required": false,
23
+ "UpdateType": "Immutable"
24
+ },
25
+ "GroupName": {
26
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname",
27
+ "PrimitiveType": "String",
28
+ "Required": false,
29
+ "UpdateType": "Immutable"
30
+ },
31
+ "IpProtocol": {
32
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol",
33
+ "PrimitiveType": "String",
34
+ "Required": true,
35
+ "UpdateType": "Immutable"
36
+ },
37
+ "SourceSecurityGroupId": {
38
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid",
39
+ "PrimitiveType": "String",
40
+ "Required": false,
41
+ "UpdateType": "Immutable"
42
+ },
43
+ "SourceSecurityGroupName": {
44
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname",
45
+ "PrimitiveType": "String",
46
+ "Required": false,
47
+ "UpdateType": "Immutable"
48
+ },
49
+ "SourceSecurityGroupOwnerId": {
50
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid",
51
+ "PrimitiveType": "String",
52
+ "Required": false,
53
+ "UpdateType": "Immutable"
54
+ },
55
+ "ToPort": {
56
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport",
57
+ "PrimitiveType": "Integer",
58
+ "Required": false,
59
+ "UpdateType": "Immutable"
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,117 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::EC2::SecurityGroup.Rule": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html",
5
+ "Properties": {
6
+ "CidrIp": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-cidrip",
8
+ "PrimitiveType": "String",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "FromPort": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-fromport",
14
+ "PrimitiveType": "Integer",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ },
18
+ "IpProtocol": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-ipprotocol",
20
+ "PrimitiveType": "String",
21
+ "Required": true,
22
+ "UpdateType": "Mutable"
23
+ },
24
+ "SourceSecurityGroupId": {
25
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-sourcesecuritygroupid",
26
+ "PrimitiveType": "String",
27
+ "Required": false,
28
+ "UpdateType": "Mutable"
29
+ },
30
+ "SourceSecurityGroupName": {
31
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-sourcesecuritygroupname",
32
+ "PrimitiveType": "String",
33
+ "Required": false,
34
+ "UpdateType": "Mutable"
35
+ },
36
+ "SourceSecurityGroupOwnerId": {
37
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-sourcesecuritygroupownerid",
38
+ "PrimitiveType": "String",
39
+ "Required": false,
40
+ "UpdateType": "Mutable"
41
+ },
42
+ "ToPort": {
43
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-rule.html#cfn-ec2-security-group-rule-toport",
44
+ "PrimitiveType": "Integer",
45
+ "Required": false,
46
+ "UpdateType": "Mutable"
47
+ }
48
+ }
49
+ },
50
+ "Tag": {
51
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html",
52
+ "Properties": {
53
+ "Key": {
54
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key",
55
+ "PrimitiveType": "String",
56
+ "Required": true,
57
+ "UpdateType": "Immutable"
58
+ },
59
+ "Value": {
60
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value",
61
+ "PrimitiveType": "String",
62
+ "Required": true,
63
+ "UpdateType": "Immutable"
64
+ }
65
+ }
66
+ }
67
+ },
68
+ "ResourceSpecificationVersion": "1.0.0",
69
+ "ResourceType": {
70
+ "AWS::EC2::SecurityGroup": {
71
+ "Attributes": {
72
+ "GroupId": {
73
+ "PrimitiveType": "String"
74
+ }
75
+ },
76
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html",
77
+ "Properties": {
78
+ "GroupDescription": {
79
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-groupdescription",
80
+ "PrimitiveType": "String",
81
+ "Required": true,
82
+ "UpdateType": "Immutable"
83
+ },
84
+ "SecurityGroupEgress": {
85
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-securitygroupegress",
86
+ "DuplicatesAllowed": true,
87
+ "ItemType": "Rule",
88
+ "Required": false,
89
+ "Type": "List",
90
+ "UpdateType": "Mutable"
91
+ },
92
+ "SecurityGroupIngress": {
93
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-securitygroupingress",
94
+ "DuplicatesAllowed": true,
95
+ "ItemType": "Rule",
96
+ "Required": false,
97
+ "Type": "List",
98
+ "UpdateType": "Mutable"
99
+ },
100
+ "Tags": {
101
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-tags",
102
+ "DuplicatesAllowed": true,
103
+ "ItemType": "Tag",
104
+ "Required": false,
105
+ "Type": "List",
106
+ "UpdateType": "Mutable"
107
+ },
108
+ "VpcId": {
109
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2-securitygroup-vpcid",
110
+ "PrimitiveType": "String",
111
+ "Required": false,
112
+ "UpdateType": "Immutable"
113
+ }
114
+ }
115
+ }
116
+ }
117
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::EC2::SpotFleet.SpotFleetRequestConfigData": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html",
5
+ "Properties": {
6
+ "AllocationStrategy": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-allocationstrategy",
8
+ "PrimitiveType": "String",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "ExcessCapacityTerminationPolicy": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-excesscapacityterminationpolicy",
14
+ "PrimitiveType": "String",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ },
18
+ "IamFleetRole": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-iamfleetrole",
20
+ "PrimitiveType": "String",
21
+ "Required": true,
22
+ "UpdateType": "Mutable"
23
+ },
24
+ "LaunchSpecifications": {
25
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications",
26
+ "DuplicatesAllowed": false,
27
+ "ItemType": "LaunchSpecifications",
28
+ "Required": true,
29
+ "Type": "List",
30
+ "UpdateType": "Mutable"
31
+ },
32
+ "SpotPrice": {
33
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-spotprice",
34
+ "PrimitiveType": "String",
35
+ "Required": true,
36
+ "UpdateType": "Mutable"
37
+ },
38
+ "TargetCapacity": {
39
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity",
40
+ "PrimitiveType": "Integer",
41
+ "Required": true,
42
+ "UpdateType": "Mutable"
43
+ },
44
+ "TerminateInstancesWithExpiration": {
45
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-terminateinstanceswithexpiration",
46
+ "PrimitiveType": "Boolean",
47
+ "Required": false,
48
+ "UpdateType": "Mutable"
49
+ },
50
+ "ValidFrom": {
51
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validfrom",
52
+ "PrimitiveType": "String",
53
+ "Required": false,
54
+ "UpdateType": "Mutable"
55
+ },
56
+ "ValidUntil": {
57
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-validuntil",
58
+ "PrimitiveType": "String",
59
+ "Required": false,
60
+ "UpdateType": "Mutable"
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "ResourceSpecificationVersion": "1.0.0",
66
+ "ResourceType": {
67
+ "AWS::EC2::SpotFleet": {
68
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html",
69
+ "Properties": {
70
+ "SpotFleetRequestConfigData": {
71
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-spotfleet.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata",
72
+ "Required": true,
73
+ "Type": "SpotFleetRequestConfigData",
74
+ "UpdateType": "Immutable"
75
+ }
76
+ }
77
+ }
78
+ }
79
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::SubnetNetworkAclAssociation": {
5
+ "Attributes": {
6
+ "AssociationId": {
7
+ "PrimitiveType": "String"
8
+ }
9
+ },
10
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html",
11
+ "Properties": {
12
+ "NetworkAclId": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-networkaclid",
14
+ "PrimitiveType": "String",
15
+ "Required": true,
16
+ "UpdateType": "Immutable"
17
+ },
18
+ "SubnetId": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html#cfn-ec2-subnetnetworkaclassociation-associationid",
20
+ "PrimitiveType": "String",
21
+ "Required": true,
22
+ "UpdateType": "Immutable"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::SubnetRouteTableAssociation": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html",
6
+ "Properties": {
7
+ "RouteTableId": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-routetableid",
9
+ "PrimitiveType": "String",
10
+ "Required": true,
11
+ "UpdateType": "Mutable"
12
+ },
13
+ "SubnetId": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-route-table-assoc.html#cfn-ec2-subnetroutetableassociation-subnetid",
15
+ "PrimitiveType": "String",
16
+ "Required": false,
17
+ "UpdateType": "Immutable"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,66 @@
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::Subnet": {
24
+ "Attributes": {
25
+ "AvailabilityZone": {
26
+ "PrimitiveType": "String"
27
+ }
28
+ },
29
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html",
30
+ "Properties": {
31
+ "AvailabilityZone": {
32
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone",
33
+ "PrimitiveType": "String",
34
+ "Required": false,
35
+ "UpdateType": "Immutable"
36
+ },
37
+ "CidrBlock": {
38
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock",
39
+ "PrimitiveType": "String",
40
+ "Required": true,
41
+ "UpdateType": "Immutable"
42
+ },
43
+ "MapPublicIpOnLaunch": {
44
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch",
45
+ "PrimitiveType": "Boolean",
46
+ "Required": false,
47
+ "UpdateType": "Mutable"
48
+ },
49
+ "Tags": {
50
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-tags",
51
+ "DuplicatesAllowed": true,
52
+ "ItemType": "Tag",
53
+ "Required": false,
54
+ "Type": "List",
55
+ "UpdateType": "Mutable"
56
+ },
57
+ "VpcId": {
58
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-awsec2subnet-prop-vpcid",
59
+ "PrimitiveType": "String",
60
+ "Required": true,
61
+ "UpdateType": "Immutable"
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VPCEndpoint": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html",
6
+ "Properties": {
7
+ "PolicyDocument": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument",
9
+ "PrimitiveType": "Json",
10
+ "Required": false,
11
+ "UpdateType": "Mutable"
12
+ },
13
+ "RouteTableIds": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-routetableids",
15
+ "DuplicatesAllowed": false,
16
+ "PrimitiveItemType": "String",
17
+ "Required": false,
18
+ "Type": "List",
19
+ "UpdateType": "Mutable"
20
+ },
21
+ "ServiceName": {
22
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename",
23
+ "PrimitiveType": "String",
24
+ "Required": true,
25
+ "UpdateType": "Immutable"
26
+ },
27
+ "VpcId": {
28
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid",
29
+ "PrimitiveType": "String",
30
+ "Required": true,
31
+ "UpdateType": "Immutable"
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::EC2::VPCGatewayAttachment": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html",
6
+ "Properties": {
7
+ "InternetGatewayId": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Mutable"
12
+ },
13
+ "VpcId": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid",
15
+ "PrimitiveType": "String",
16
+ "Required": true,
17
+ "UpdateType": "Mutable"
18
+ },
19
+ "VpnGatewayId": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid",
21
+ "PrimitiveType": "String",
22
+ "Required": false,
23
+ "UpdateType": "Mutable"
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }