All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awssdk.services.cloudformation.package-info Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS CloudFormation module holds the client classes that are used for communicating with AWS CloudFormation Service

There is a newer version: 2.28.3
Show newest version
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */

/**
 * CloudFormation
 * 

* CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and * repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute * Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to * build highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying * Amazon Web Services infrastructure. *

*

* With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a * collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of * the stack together and manages all dependencies between the resources for you. *

*

* For more information about CloudFormation, see the CloudFormation * product page. *

*

* CloudFormation makes use of other Amazon Web Services products. If you need additional technical information about a * specific Amazon Web Services product, you can find the product's technical documentation at docs.aws.amazon.com. *

*/ package software.amazon.awssdk.services.cloudformation;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy