
validate-template
*****************


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

Validates a specified template.


SYNOPSIS
========

   aws cloudformation validate-template
     [--template-url <value>]
     [--template-body <value>]


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

None


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

"--template-url"  (string)
   Location of file containing the template body. The URL must point
   to a template (max size: 307,200 bytes) located in an S3 bucket in
   the same region as the stack. For more information, go to the AWS
   CloudFormation User Guide .

   Conditional: You must pass "--template-url" or "--template-body" .
   If both are passed, only "--template-body" is used.

"--template-body"  (string)
   String containing the template body. (For more information, go to
   the AWS CloudFormation User Guide .)

   Conditional: You must pass "--template-url" or "--template-body" .
   If both are passed, only "--template-body" is used.
