Start Sandbox Connection
codebuild_start_sandbox_connection | R Documentation |
Starts a sandbox connection¶
Description¶
Starts a sandbox connection.
Usage¶
codebuild_start_sandbox_connection(sandboxId)
Arguments¶
sandboxId |
[required] A |
Value¶
A list with the following syntax:
list(
ssmSession = list(
sessionId = "string",
tokenValue = "string",
streamUrl = "string"
)
)
Request syntax¶
svc$start_sandbox_connection(
sandboxId = "string"
)