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 PortalSummary = PortalSummary' {
- lastUpdateDate :: Maybe POSIX
- creationDate :: Maybe POSIX
- description :: Maybe Text
- roleArn :: Maybe Text
- id :: Text
- name :: Text
- startUrl :: Text
- status :: PortalStatus
- newPortalSummary :: Text -> Text -> Text -> PortalStatus -> PortalSummary
- portalSummary_lastUpdateDate :: Lens' PortalSummary (Maybe UTCTime)
- portalSummary_creationDate :: Lens' PortalSummary (Maybe UTCTime)
- portalSummary_description :: Lens' PortalSummary (Maybe Text)
- portalSummary_roleArn :: Lens' PortalSummary (Maybe Text)
- portalSummary_id :: Lens' PortalSummary Text
- portalSummary_name :: Lens' PortalSummary Text
- portalSummary_startUrl :: Lens' PortalSummary Text
- portalSummary_status :: Lens' PortalSummary PortalStatus
Documentation
data PortalSummary Source #
Contains a portal summary.
See: newPortalSummary
smart constructor.
PortalSummary' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> PortalStatus | |
-> PortalSummary |
Create a value of PortalSummary
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:lastUpdateDate:PortalSummary'
, portalSummary_lastUpdateDate
- The date the portal was last updated, in Unix epoch time.
$sel:creationDate:PortalSummary'
, portalSummary_creationDate
- The date the portal was created, in Unix epoch time.
$sel:description:PortalSummary'
, portalSummary_description
- The portal's description.
$sel:roleArn:PortalSummary'
, portalSummary_roleArn
- The
ARN
of the service role that allows the portal's users to access your IoT
SiteWise resources on your behalf. For more information, see
Using service roles for IoT SiteWise Monitor
in the IoT SiteWise User Guide.
$sel:id:PortalSummary'
, portalSummary_id
- The ID of the portal.
$sel:name:PortalSummary'
, portalSummary_name
- The name of the portal.
$sel:startUrl:PortalSummary'
, portalSummary_startUrl
- The URL for the IoT SiteWise Monitor portal. You can use this URL to
access portals that use Amazon Web Services SSO for authentication. For
portals that use IAM for authentication, you must use the IoT SiteWise
console to get a URL that you can use to access the portal.
$sel:status:PortalSummary'
, portalSummary_status
- Undocumented member.
portalSummary_lastUpdateDate :: Lens' PortalSummary (Maybe UTCTime) Source #
The date the portal was last updated, in Unix epoch time.
portalSummary_creationDate :: Lens' PortalSummary (Maybe UTCTime) Source #
The date the portal was created, in Unix epoch time.
portalSummary_description :: Lens' PortalSummary (Maybe Text) Source #
The portal's description.
portalSummary_roleArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
portalSummary_id :: Lens' PortalSummary Text Source #
The ID of the portal.
portalSummary_name :: Lens' PortalSummary Text Source #
The name of the portal.
portalSummary_startUrl :: Lens' PortalSummary Text Source #
The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use Amazon Web Services SSO for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
portalSummary_status :: Lens' PortalSummary PortalStatus Source #
Undocumented member.