List Portals
| workspacesweb_list_portals | R Documentation |
Retrieves a list or web portals¶
Description¶
Retrieves a list or web portals.
Usage¶
workspacesweb_list_portals(nextToken, maxResults)
Arguments¶
nextToken |
The pagination token used to retrieve the next page of results for this operation. |
maxResults |
The maximum number of results to be included in the next page. |
Value¶
A list with the following syntax:
list(
portals = list(
list(
portalArn = "string",
rendererType = "AppStream",
browserType = "Chrome",
portalStatus = "Incomplete"|"Pending"|"Active",
portalEndpoint = "string",
displayName = "string",
creationDate = as.POSIXct(
"2015-01-01"
),
browserSettingsArn = "string",
dataProtectionSettingsArn = "string",
userSettingsArn = "string",
networkSettingsArn = "string",
sessionLoggerArn = "string",
trustStoreArn = "string",
userAccessLoggingSettingsArn = "string",
authenticationType = "Standard"|"IAM_Identity_Center",
ipAccessSettingsArn = "string",
instanceType = "standard.regular"|"standard.large"|"standard.xlarge",
maxConcurrentSessions = 123,
portalCustomDomain = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_portals(
nextToken = "string",
maxResults = 123
)