Template

class Template

A template object. A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the template.

Link copied to clipboard

Time when this was created.

Link copied to clipboard

Time when this was last updated.

Link copied to clipboard
val name: String?

The display name of the template.

Link copied to clipboard

The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

Link copied to clipboard

A structure describing the versions of the template.

Functions

Link copied to clipboard
inline fun copy(block: Template.Builder.() -> Unit = {}): Template
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String