forked from aws/aws-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.java
More file actions
24 lines (22 loc) · 1.33 KB
/
package-info.java
File metadata and controls
24 lines (22 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
* Synchronous and asynchronous client classes for accessing AmazonCloudFormation.
*
* AWS CloudFormation <p>
* AWS CloudFormation enables you to create and manage AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation helps you leverage
* AWS products such as Amazon EC2, EBS, Amazon SNS, ELB, and Auto Scaling to build highly-reliable, highly scalable, cost effective applications without
* worrying about creating and configuring the underlying the AWS infrastructure.
* </p>
* <p>
* With AWS CloudFormation, you declare all of your resources and dependencies in a template file. The template defines a collection of resources as a
* single unit called a stack. AWS CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the
* resources for you.
* </p>
* <p>
* For more information about this product, go to the <a href="http://aws.amazon.com/cloudformation/"> CloudFormation Product Page </a> .
* </p>
* <p>
* Amazon CloudFormation makes use of other AWS products. If you need additional technical information about a specific AWS product, you can find the
* product's technical documentation at <a href="http://aws.amazon.com/documentation/"> http://aws.amazon.com/documentation/ </a> .
* </p>
*/
package com.amazonaws.services.cloudformation;