Get Templates Template
data class GetTemplatesTemplate(val changeSetId: String, val description: String, val id: String, val shareType: String, val stackGroupName: String, val stackId: String, val tags: Map<String, Any>, val templateBody: String, val templateId: String, val templateName: String, val templateVersion: String)
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs. You must specify one of the TemplateBody and TemplateURL parameters, but you cannot specify both of them.
Link copied to clipboard
Link copied to clipboard