Validate Template
GET {{aws_cloudformation_base_url}}/?TemplateBody&TemplateURL&Action=ValidateTemplate
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
TemplateBody | null | Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. | |
TemplateURL | null | Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. | |
Action | string |