libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Read Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Show 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 #

NFData Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

rnf :: Template -> () #

Hashable Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

FromJSON Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

type Rep Template Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Template

type Rep Template = D1 ('MetaData "Template" "Amazonka.QuickSight.Types.Template" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "Template'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateVersion))))))

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:lastUpdatedTime:Template', template_lastUpdatedTime - Time when this was last updated.

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

$sel:createdTime:Template', template_createdTime - Time when this was created.

$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:name:Template', template_name - The display name of the template.

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

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

Time when this was last updated.

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_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_name :: Lens' Template (Maybe Text) Source #

The display name of the template.

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

A structure describing the versions of the template.