Update Portal
workspacesweb_update_portal | R Documentation |
Updates a web portal¶
Description¶
Updates a web portal.
Usage¶
workspacesweb_update_portal(authenticationType, displayName,
instanceType, maxConcurrentSessions, portalArn)
Arguments¶
authenticationType |
The type of authentication integration points used when signing
into the web portal. Defaults to
|
displayName |
The name of the web portal. This is not visible to users who log into the web portal. |
instanceType |
The type and resources of the underlying instance. |
maxConcurrentSessions |
The maximum number of concurrent sessions for the portal. |
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",
dataProtectionSettingsArn = "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$update_portal(
authenticationType = "Standard"|"IAM_Identity_Center",
displayName = "string",
instanceType = "standard.regular"|"standard.large"|"standard.xlarge",
maxConcurrentSessions = 123,
portalArn = "string"
)