
get-template
************


DESCRIPTION
===========

Returns the template body for a specified stack name. You can get the
template for running or deleted stacks.

For deleted stacks, get-template returns the template for up to 90
days after the stack has been deleted.

Note: If the template does not exist, a "ValidationError" is returned.


SYNOPSIS
========

   aws cloudformation get-template
     --stack-name <value>


REQUIRED PARAMETERS
===================

"--stack-name"  (string)
   The name or the unique identifier associated with the stack.


OPTIONAL PARAMETERS
===================

None
