GetTemplatesTemplate

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, String>, val templateBody: String, val templateId: String, val templateName: String, val templateVersion: String)

Constructors

Link copied to clipboard
constructor(changeSetId: String, description: String, id: String, shareType: String, stackGroupName: String, stackId: String, tags: Map<String, String>, templateBody: String, templateId: String, templateName: String, templateVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the change set.

Link copied to clipboard

The description of the template. The description can be up to 256 characters in length.

Link copied to clipboard
val id: String

The ID of the Template.

Link copied to clipboard

Share Type.

Link copied to clipboard

The name of the stack group. The name must be unique in a region. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.

Link copied to clipboard

The ID of the stack.

Link copied to clipboard

Tags.

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

The ID of the template.

Link copied to clipboard

The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.

Link copied to clipboard

Template Version.