Returns the estimated monthly cost of a template
Returns the estimated monthly cost of a template. The return value is an AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
cloudformation_estimate_template_cost(TemplateBody, TemplateURL, Parameters)
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 AWS CloudFormation User Guide.) Conditional: You must pass |
TemplateURL |
Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide. Conditional: You must pass |
Parameters |
A list of |
A list with the following syntax:
list( Url = "string" )
svc$estimate_template_cost( TemplateBody = "string", TemplateURL = "string", Parameters = list( list( ParameterKey = "string", ParameterValue = "string", UsePreviousValue = TRUE|FALSE, ResolvedValue = "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.