Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Template = Template' {
- lastUpdatedTime :: Maybe POSIX
- arn :: Maybe Text
- createdTime :: Maybe POSIX
- templateId :: Maybe Text
- name :: Maybe Text
- version :: Maybe TemplateVersion
- newTemplate :: Template
- template_lastUpdatedTime :: Lens' Template (Maybe UTCTime)
- template_arn :: Lens' Template (Maybe Text)
- template_createdTime :: Lens' Template (Maybe UTCTime)
- template_templateId :: Lens' Template (Maybe Text)
- template_name :: Lens' Template (Maybe Text)
- template_version :: Lens' Template (Maybe TemplateVersion)
Documentation
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.
Template' | |
|
Instances
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_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.