amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.Template

Description

 
Synopsis

Documentation

data Template Source #

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.

See: newTemplate smart constructor.

Constructors

Template' 

Fields

Instances

Instances details
FromJSON Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Generic Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Associated Types

type Rep Template :: Type -> Type #

Methods

from :: Template -> Rep Template x #

to :: Rep Template x -> Template #

Read Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Show Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

NFData Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

rnf :: Template -> () #

Eq Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Hashable Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

type Rep Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

newTemplate :: Template Source #

Create a value of Template with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Template', template_arn - The Amazon Resource Name (ARN) of the template.

Template, template_createdTime - Time when this was created.

$sel:lastUpdatedTime:Template', template_lastUpdatedTime - Time when this was last updated.

$sel:name:Template', template_name - The display name of the template.

$sel:templateId:Template', template_templateId - The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

$sel:version:Template', template_version - A structure describing the versions of the template.

template_arn :: Lens' Template (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template.

template_createdTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was created.

template_lastUpdatedTime :: Lens' Template (Maybe UTCTime) Source #

Time when this was last updated.

template_name :: Lens' Template (Maybe Text) Source #

The display name of the template.

template_templateId :: Lens' Template (Maybe Text) Source #

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

template_version :: Lens' Template (Maybe TemplateVersion) Source #

A structure describing the versions of the template.