View source: R/cloudformation_operations.R
cloudformation_validate_template | R Documentation |
Validates a specified template. CloudFormation first checks if the template is valid JSON. If it isn't, CloudFormation checks if the template is valid YAML. If both these checks fail, CloudFormation returns a template validation error.
See https://www.paws-r-sdk.com/docs/cloudformation_validate_template/ for full documentation.
cloudformation_validate_template(TemplateBody = NULL, TemplateURL = NULL)
TemplateBody |
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 CloudFormation User Guide. Conditional: You must pass |
TemplateURL |
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 or a Systems Manager document. For more information, go to
Template Anatomy
in the CloudFormation User Guide. The location for an Amazon S3 bucket
must start with Conditional: You must pass |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.