Package software.amazon.awssdk.services.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.
-
Interface Summary Interface Description CloudFormationAsyncClient Service client for accessing AWS CloudFormation asynchronously.CloudFormationAsyncClientBuilder A builder for creating an instance ofCloudFormationAsyncClient
.CloudFormationBaseClientBuilder<B extends CloudFormationBaseClientBuilder<B,C>,C> This includes configuration specific to AWS CloudFormation that is supported by bothCloudFormationClientBuilder
andCloudFormationAsyncClientBuilder
.CloudFormationClient Service client for accessing AWS CloudFormation.CloudFormationClientBuilder A builder for creating an instance ofCloudFormationClient
.CloudFormationServiceClientConfiguration.Builder A builder for creating aCloudFormationServiceClientConfiguration
-
Class Summary Class Description CloudFormationServiceClientConfiguration Class to expose the service client settings to the user.