TemplateVersion

data class TemplateVersion(val createdTime: String? = null, val dataSetConfigurations: List<TemplateDataSetConfiguration>? = null, val description: String? = null, val errors: List<TemplateError>? = null, val sheets: List<TemplateSheet>? = null, val sourceEntityArn: String? = null, val status: TemplateResourceStatus? = null, val themeArn: String? = null, val versionNumber: Double? = null)

A version of a template.

Constructors

Link copied to clipboard
constructor(createdTime: String? = null, dataSetConfigurations: List<TemplateDataSetConfiguration>? = null, description: String? = null, errors: List<TemplateError>? = null, sheets: List<TemplateSheet>? = null, sourceEntityArn: String? = null, status: TemplateResourceStatus? = null, themeArn: String? = null, versionNumber: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdTime: String? = null

The time that this template version was created.

Link copied to clipboard

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

Link copied to clipboard
val description: String? = null

The description of the template.

Link copied to clipboard
val errors: List<TemplateError>? = null

Errors associated with this template version.

Link copied to clipboard
val sheets: List<TemplateSheet>? = null

A list of the associated sheets with the unique identifier and name of each sheet.

Link copied to clipboard
val sourceEntityArn: String? = null

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

Link copied to clipboard

The status that is associated with the template.

Link copied to clipboard
val themeArn: String? = null

The ARN of the theme associated with this version of the template.

Link copied to clipboard
val versionNumber: Double? = null

The version number of the template version.