Skip to content

Get Portal

workspacesweb_get_portal R Documentation

Gets the web portal

Description

Gets the web portal.

Usage

workspacesweb_get_portal(portalArn)

Arguments

portalArn

[required] The ARN of the web portal.

Value

A list with the following syntax:

list(
  portal = list(
    additionalEncryptionContext = list(
      "string"
    ),
    authenticationType = "Standard"|"IAM_Identity_Center",
    browserSettingsArn = "string",
    browserType = "Chrome",
    creationDate = as.POSIXct(
      "2015-01-01"
    ),
    customerManagedKey = "string",
    displayName = "string",
    instanceType = "standard.regular"|"standard.large"|"standard.xlarge",
    ipAccessSettingsArn = "string",
    maxConcurrentSessions = 123,
    networkSettingsArn = "string",
    portalArn = "string",
    portalEndpoint = "string",
    portalStatus = "Incomplete"|"Pending"|"Active",
    rendererType = "AppStream",
    statusReason = "string",
    trustStoreArn = "string",
    userAccessLoggingSettingsArn = "string",
    userSettingsArn = "string"
  )
)

Request syntax

svc$get_portal(
  portalArn = "string"
)