Associate Session Logger
| workspacesweb_associate_session_logger | R Documentation |
Associates a session logger with a portal¶
Description¶
Associates a session logger with a portal.
Usage¶
workspacesweb_associate_session_logger(portalArn, sessionLoggerArn)
Arguments¶
portalArn |
[required] The ARN of the portal to associate to the session logger ARN. |
sessionLoggerArn |
[required] The ARN of the session logger to associate to the portal ARN. |
Value¶
A list with the following syntax:
list(
portalArn = "string",
sessionLoggerArn = "string"
)
Request syntax¶
svc$associate_session_logger(
portalArn = "string",
sessionLoggerArn = "string"
)