Template class

A template object. A template is an entity in 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 AWS accounts by allowing users in other AWS accounts to create a template or a dashboard from an existing template.

Constructors

Template({String? arn, DateTime? createdTime, DateTime? lastUpdatedTime, String? name, String? templateId, TemplateVersion? version})
Template.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the template.
final
createdTime DateTime?
Time when this was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
Time when this was last updated.
final
name String?
The display name of the template.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String?
The ID for the template. This is unique per AWS Region for each AWS account.
final
version TemplateVersion?
A structure describing the versions of the template.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited