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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab01adc8c78a8e0d3e4074a758f3ee0b4afd800d
4
- data.tar.gz: 9c3d01d7f07e8bf60dbb4cd243dbc608a336c1ca
3
+ metadata.gz: 5c146130f5c26734638680fb26c16e01daa6f827
4
+ data.tar.gz: a2ef00d699dd83994be20f2b24b6dea578e4be1f
5
5
  SHA512:
6
- metadata.gz: d63a4dfda4405b32ad3a864a25930407523965c3836fc0102b14344d04945f01385adf5a668aef74e777623a26f8595f4aae3a42d50ddc96c79f0b6eab2e2d43
7
- data.tar.gz: c3cbec44016f3e587939f80aa9712cc2fcc4a6c8dac50e4c70bf094c875b20270062f1a9da9ab76e7cd3a64d311871a4087882dcb08b0b781a578796b701ad0e
6
+ metadata.gz: e0d2d0930aa4e102246f041e88b1397d8ab60c2f44832ac072815442eada93d92607d0b100d6cfbc4b4ac74d50bbc08e9a0647edd348580343e267c4a7d6f706
7
+ data.tar.gz: 03345110101ddaeda06a945c405b1da180797b21d9a0ecd95e82f6c3e383752134f1542553be6904ee95f3a3bda97556d4f2b0cf7cae0ba19975b814ea2c9666
@@ -0,0 +1,19 @@
1
+ AWS::CloudTrail::Trail:
2
+ Properties:
3
+ CloudWatchLogsLogGroupArn: "\"arn:xxxx\""
4
+ CloudWatchLogsRoleArn: "\"arn:xxx\""
5
+ EnableLogFileValidation: true
6
+ IncludeGlobalServiceEvents: true
7
+ IsLogging: true
8
+ IsMultiRegionTrail: true
9
+ KMSKeyId: "\"kms-key-id\""
10
+ S3BucketName: "\"bucket-name\""
11
+ S3KeyPrefix: "\"prefix-name\""
12
+ SnsTopicName: "\"sns-topic-name\""
13
+ Tags: |
14
+ [
15
+ {
16
+ "Key" => "tag-key",
17
+ "Value" => "tag-value"
18
+ }
19
+ ]
@@ -0,0 +1,30 @@
1
+ AWS::SSM::Document:
2
+ Properties:
3
+ Content: |
4
+ {
5
+ "schemaVersion" => "1.2",
6
+ "description" => "Join instances to an AWS Directory Service domain.",
7
+ "parameters" => {
8
+ "directoryId" => {
9
+ "type" => "String",
10
+ "description" => "(Required) The ID of the AWS Directory Service directory."
11
+ },
12
+ "directoryName" => {
13
+ "type" => "String",
14
+ "description" => "(Required) The name of the directory; for example, test.example.com"
15
+ },
16
+ "dnsIpAddresses" => {
17
+ "type" => "StringList",
18
+ "default" => [ "1.1.1.1" ],
19
+ "description" => "(Optional) The IP addresses of the DNS servers in the directory. Required when DHCP is not configured. Learn more at http://docs.aws.amazon.com/directoryservice/latest/simple-ad/join_get_dns_addresses.html",
20
+ "allowedPattern" => "((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)"
21
+ }
22
+ }
23
+ }
24
+ ReceiveMessageWaitTimeSeconds: "\"Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, as opposed to returning an empty response if a message is not yet available. You can specify an integer from 1 to 20. The short polling is used as the default or when you specify 0 for this property.\""
25
+ RedrivePolicy: |
26
+ {
27
+ "deadLetterTargetArn" => "The Amazon Resource Name (ARN) of the dead letter queue to which the messages are sent to after the maxReceiveCount value has been exceeded.",
28
+ "maxReceiveCount" => "The number of times a message is delivered to the source queue before being sent to the dead letter queue."
29
+ }
30
+ VisibilityTimeout: "\"The length of time during which the queue will be unavailable once a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43200 seconds (12 hours). If no value is specified, the default value of 30 seconds will be used.\""
@@ -0,0 +1,16 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::ApiGateway::Account": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html",
6
+ "Properties": {
7
+ "CloudWatchRoleArn": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Mutable"
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::ApiGateway::ApiKey.StageKey": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-apikey-stagekey.html",
5
+ "Properties": {
6
+ "RestApiId": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-apikey-stagekey.html#cfn-apigateway-apikey-stagekey-restapiid",
8
+ "PrimitiveType": "String",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "StageName": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-apikey-stagekey.html#cfn-apigateway-apikey-stagekey-stagename",
14
+ "PrimitiveType": "String",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "ResourceSpecificationVersion": "1.0.0",
22
+ "ResourceType": {
23
+ "AWS::ApiGateway::ApiKey": {
24
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html",
25
+ "Properties": {
26
+ "Description": {
27
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apigateway-apikey-description",
28
+ "PrimitiveType": "String",
29
+ "Required": false,
30
+ "UpdateType": "Mutable"
31
+ },
32
+ "Enabled": {
33
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apigateway-apikey-enabled",
34
+ "PrimitiveType": "Boolean",
35
+ "Required": false,
36
+ "UpdateType": "Mutable"
37
+ },
38
+ "Name": {
39
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apigateway-apikey-name",
40
+ "PrimitiveType": "String",
41
+ "Required": false,
42
+ "UpdateType": "Immutable"
43
+ },
44
+ "StageKeys": {
45
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apigateway-apikey-stagekeys",
46
+ "DuplicatesAllowed": false,
47
+ "ItemType": "StageKey",
48
+ "Required": false,
49
+ "Type": "List",
50
+ "UpdateType": "Mutable"
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::ApiGateway::Authorizer": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html",
6
+ "Properties": {
7
+ "AuthorizerCredentials": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizercredentials",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Mutable"
12
+ },
13
+ "AuthorizerResultTtlInSeconds": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizerresultttlinseconds",
15
+ "PrimitiveType": "Integer",
16
+ "Required": false,
17
+ "UpdateType": "Mutable"
18
+ },
19
+ "AuthorizerUri": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-authorizeruri",
21
+ "PrimitiveType": "String",
22
+ "Required": false,
23
+ "UpdateType": "Mutable"
24
+ },
25
+ "IdentitySource": {
26
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identitysource",
27
+ "PrimitiveType": "String",
28
+ "Required": false,
29
+ "UpdateType": "Mutable"
30
+ },
31
+ "IdentityValidationExpression": {
32
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-identityvalidationexpression",
33
+ "PrimitiveType": "String",
34
+ "Required": false,
35
+ "UpdateType": "Mutable"
36
+ },
37
+ "Name": {
38
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-name",
39
+ "PrimitiveType": "String",
40
+ "Required": false,
41
+ "UpdateType": "Mutable"
42
+ },
43
+ "ProviderARNs": {
44
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-providerarns",
45
+ "DuplicatesAllowed": false,
46
+ "PrimitiveItemType": "String",
47
+ "Required": false,
48
+ "Type": "List",
49
+ "UpdateType": "Mutable"
50
+ },
51
+ "RestApiId": {
52
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-restapiid",
53
+ "PrimitiveType": "String",
54
+ "Required": false,
55
+ "UpdateType": "Immutable"
56
+ },
57
+ "Type": {
58
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html#cfn-apigateway-authorizer-type",
59
+ "PrimitiveType": "String",
60
+ "Required": false,
61
+ "UpdateType": "Mutable"
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::ApiGateway::BasePathMapping": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html",
6
+ "Properties": {
7
+ "BasePath": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-basepath",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Immutable"
12
+ },
13
+ "DomainName": {
14
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-domainname",
15
+ "PrimitiveType": "String",
16
+ "Required": false,
17
+ "UpdateType": "Immutable"
18
+ },
19
+ "RestApiId": {
20
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid",
21
+ "PrimitiveType": "String",
22
+ "Required": false,
23
+ "UpdateType": "Mutable"
24
+ },
25
+ "Stage": {
26
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-stage",
27
+ "PrimitiveType": "String",
28
+ "Required": false,
29
+ "UpdateType": "Mutable"
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "ResourceSpecificationVersion": "1.0.0",
3
+ "ResourceType": {
4
+ "AWS::ApiGateway::ClientCertificate": {
5
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html",
6
+ "Properties": {
7
+ "Description": {
8
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html#cfn-apigateway-clientcertificate-description",
9
+ "PrimitiveType": "String",
10
+ "Required": false,
11
+ "UpdateType": "Mutable"
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,200 @@
1
+ {
2
+ "PropertyTypes": {
3
+ "AWS::ApiGateway::Deployment.MethodSetting": {
4
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html",
5
+ "Properties": {
6
+ "CacheDataEncrypted": {
7
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachedataencrypted",
8
+ "PrimitiveType": "Boolean",
9
+ "Required": false,
10
+ "UpdateType": "Mutable"
11
+ },
12
+ "CacheTtlInSeconds": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachettlinseconds",
14
+ "PrimitiveType": "Integer",
15
+ "Required": false,
16
+ "UpdateType": "Mutable"
17
+ },
18
+ "CachingEnabled": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachingenabled",
20
+ "PrimitiveType": "Boolean",
21
+ "Required": false,
22
+ "UpdateType": "Mutable"
23
+ },
24
+ "DataTraceEnabled": {
25
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-datatraceenabled",
26
+ "PrimitiveType": "Boolean",
27
+ "Required": false,
28
+ "UpdateType": "Mutable"
29
+ },
30
+ "HttpMethod": {
31
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-httpmethod",
32
+ "PrimitiveType": "String",
33
+ "Required": false,
34
+ "UpdateType": "Mutable"
35
+ },
36
+ "LoggingLevel": {
37
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-logginglevel",
38
+ "PrimitiveType": "String",
39
+ "Required": false,
40
+ "UpdateType": "Mutable"
41
+ },
42
+ "MetricsEnabled": {
43
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-metricsenabled",
44
+ "PrimitiveType": "Boolean",
45
+ "Required": false,
46
+ "UpdateType": "Mutable"
47
+ },
48
+ "ResourcePath": {
49
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-resourcepath",
50
+ "PrimitiveType": "String",
51
+ "Required": false,
52
+ "UpdateType": "Mutable"
53
+ },
54
+ "ThrottlingBurstLimit": {
55
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-throttlingburstlimit",
56
+ "PrimitiveType": "Integer",
57
+ "Required": false,
58
+ "UpdateType": "Mutable"
59
+ },
60
+ "ThrottlingRateLimit": {
61
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-throttlingratelimit",
62
+ "PrimitiveType": "Double",
63
+ "Required": false,
64
+ "UpdateType": "Mutable"
65
+ }
66
+ }
67
+ },
68
+ "AWS::ApiGateway::Deployment.StageDescription": {
69
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html",
70
+ "Properties": {
71
+ "CacheClusterEnabled": {
72
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclusterenabled",
73
+ "PrimitiveType": "Boolean",
74
+ "Required": false,
75
+ "UpdateType": "Mutable"
76
+ },
77
+ "CacheClusterSize": {
78
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cacheclustersize",
79
+ "PrimitiveType": "String",
80
+ "Required": false,
81
+ "UpdateType": "Mutable"
82
+ },
83
+ "CacheDataEncrypted": {
84
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachedataencrypted",
85
+ "PrimitiveType": "Boolean",
86
+ "Required": false,
87
+ "UpdateType": "Mutable"
88
+ },
89
+ "CacheTtlInSeconds": {
90
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachettlinseconds",
91
+ "PrimitiveType": "Integer",
92
+ "Required": false,
93
+ "UpdateType": "Mutable"
94
+ },
95
+ "CachingEnabled": {
96
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-cachingenabled",
97
+ "PrimitiveType": "Boolean",
98
+ "Required": false,
99
+ "UpdateType": "Mutable"
100
+ },
101
+ "ClientCertificateId": {
102
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-clientcertificateid",
103
+ "PrimitiveType": "String",
104
+ "Required": false,
105
+ "UpdateType": "Mutable"
106
+ },
107
+ "DataTraceEnabled": {
108
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-datatraceenabled",
109
+ "PrimitiveType": "Boolean",
110
+ "Required": false,
111
+ "UpdateType": "Mutable"
112
+ },
113
+ "Description": {
114
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-description",
115
+ "PrimitiveType": "String",
116
+ "Required": false,
117
+ "UpdateType": "Mutable"
118
+ },
119
+ "LoggingLevel": {
120
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-logginglevel",
121
+ "PrimitiveType": "String",
122
+ "Required": false,
123
+ "UpdateType": "Mutable"
124
+ },
125
+ "MethodSettings": {
126
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-methodsettings",
127
+ "DuplicatesAllowed": false,
128
+ "ItemType": "MethodSetting",
129
+ "Required": false,
130
+ "Type": "List",
131
+ "UpdateType": "Mutable"
132
+ },
133
+ "MetricsEnabled": {
134
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-metricsenabled",
135
+ "PrimitiveType": "Boolean",
136
+ "Required": false,
137
+ "UpdateType": "Mutable"
138
+ },
139
+ "StageName": {
140
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-stagename",
141
+ "PrimitiveType": "String",
142
+ "Required": false,
143
+ "UpdateType": "Mutable"
144
+ },
145
+ "ThrottlingBurstLimit": {
146
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingburstlimit",
147
+ "PrimitiveType": "Integer",
148
+ "Required": false,
149
+ "UpdateType": "Mutable"
150
+ },
151
+ "ThrottlingRateLimit": {
152
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-throttlingratelimit",
153
+ "PrimitiveType": "Double",
154
+ "Required": false,
155
+ "UpdateType": "Mutable"
156
+ },
157
+ "Variables": {
158
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-deployment-stagedescription.html#cfn-apigateway-deployment-stagedescription-variables",
159
+ "DuplicatesAllowed": false,
160
+ "PrimitiveItemType": "String",
161
+ "Required": false,
162
+ "Type": "Map",
163
+ "UpdateType": "Mutable"
164
+ }
165
+ }
166
+ }
167
+ },
168
+ "ResourceSpecificationVersion": "1.0.0",
169
+ "ResourceType": {
170
+ "AWS::ApiGateway::Deployment": {
171
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html",
172
+ "Properties": {
173
+ "Description": {
174
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-description",
175
+ "PrimitiveType": "String",
176
+ "Required": false,
177
+ "UpdateType": "Mutable"
178
+ },
179
+ "RestApiId": {
180
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-restapiid",
181
+ "PrimitiveType": "String",
182
+ "Required": true,
183
+ "UpdateType": "Immutable"
184
+ },
185
+ "StageDescription": {
186
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagedescription",
187
+ "Required": false,
188
+ "Type": "StageDescription",
189
+ "UpdateType": "Mutable"
190
+ },
191
+ "StageName": {
192
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-deployment.html#cfn-apigateway-deployment-stagename",
193
+ "PrimitiveType": "String",
194
+ "Required": false,
195
+ "UpdateType": "Mutable"
196
+ }
197
+ }
198
+ }
199
+ }
200
+ }