| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkSpacesWeb.Types.PortalSummary
Description
Synopsis
- data PortalSummary = PortalSummary' {
- browserSettingsArn :: Maybe Text
- browserType :: Maybe BrowserType
- creationDate :: Maybe POSIX
- displayName :: Maybe (Sensitive Text)
- networkSettingsArn :: Maybe Text
- portalArn :: Maybe Text
- portalEndpoint :: Maybe Text
- portalStatus :: Maybe PortalStatus
- rendererType :: Maybe RendererType
- trustStoreArn :: Maybe Text
- userAccessLoggingSettingsArn :: Maybe Text
- userSettingsArn :: Maybe Text
- newPortalSummary :: PortalSummary
- portalSummary_browserSettingsArn :: Lens' PortalSummary (Maybe Text)
- portalSummary_browserType :: Lens' PortalSummary (Maybe BrowserType)
- portalSummary_creationDate :: Lens' PortalSummary (Maybe UTCTime)
- portalSummary_displayName :: Lens' PortalSummary (Maybe Text)
- portalSummary_networkSettingsArn :: Lens' PortalSummary (Maybe Text)
- portalSummary_portalArn :: Lens' PortalSummary (Maybe Text)
- portalSummary_portalEndpoint :: Lens' PortalSummary (Maybe Text)
- portalSummary_portalStatus :: Lens' PortalSummary (Maybe PortalStatus)
- portalSummary_rendererType :: Lens' PortalSummary (Maybe RendererType)
- portalSummary_trustStoreArn :: Lens' PortalSummary (Maybe Text)
- portalSummary_userAccessLoggingSettingsArn :: Lens' PortalSummary (Maybe Text)
- portalSummary_userSettingsArn :: Lens' PortalSummary (Maybe Text)
Documentation
data PortalSummary Source #
The summary of the portal.
See: newPortalSummary smart constructor.
Constructors
| PortalSummary' | |
Fields
| |
Instances
newPortalSummary :: PortalSummary Source #
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:browserSettingsArn:PortalSummary', portalSummary_browserSettingsArn - The ARN of the browser settings that is associated with the web portal.
$sel:browserType:PortalSummary', portalSummary_browserType - The browser type of the web portal.
$sel:creationDate:PortalSummary', portalSummary_creationDate - The creation date of the web portal.
$sel:displayName:PortalSummary', portalSummary_displayName - The name of the web portal.
$sel:networkSettingsArn:PortalSummary', portalSummary_networkSettingsArn - The ARN of the network settings that is associated with the web portal.
$sel:portalArn:PortalSummary', portalSummary_portalArn - The ARN of the web portal.
$sel:portalEndpoint:PortalSummary', portalSummary_portalEndpoint - The endpoint URL of the web portal that users access in order to start
streaming sessions.
$sel:portalStatus:PortalSummary', portalSummary_portalStatus - The status of the web portal.
$sel:rendererType:PortalSummary', portalSummary_rendererType - The renderer that is used in streaming sessions.
$sel:trustStoreArn:PortalSummary', portalSummary_trustStoreArn - The ARN of the trust that is associated with this web portal.
$sel:userAccessLoggingSettingsArn:PortalSummary', portalSummary_userAccessLoggingSettingsArn - The ARN of the user access logging settings that is associated with the
web portal.
$sel:userSettingsArn:PortalSummary', portalSummary_userSettingsArn - The ARN of the user settings that is associated with the web portal.
portalSummary_browserSettingsArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the browser settings that is associated with the web portal.
portalSummary_browserType :: Lens' PortalSummary (Maybe BrowserType) Source #
The browser type of the web portal.
portalSummary_creationDate :: Lens' PortalSummary (Maybe UTCTime) Source #
The creation date of the web portal.
portalSummary_displayName :: Lens' PortalSummary (Maybe Text) Source #
The name of the web portal.
portalSummary_networkSettingsArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the network settings that is associated with the web portal.
portalSummary_portalArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the web portal.
portalSummary_portalEndpoint :: Lens' PortalSummary (Maybe Text) Source #
The endpoint URL of the web portal that users access in order to start streaming sessions.
portalSummary_portalStatus :: Lens' PortalSummary (Maybe PortalStatus) Source #
The status of the web portal.
portalSummary_rendererType :: Lens' PortalSummary (Maybe RendererType) Source #
The renderer that is used in streaming sessions.
portalSummary_trustStoreArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the trust that is associated with this web portal.
portalSummary_userAccessLoggingSettingsArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the user access logging settings that is associated with the web portal.
portalSummary_userSettingsArn :: Lens' PortalSummary (Maybe Text) Source #
The ARN of the user settings that is associated with the web portal.