StartProjectSession
Source:
src/AWS/DataBrew/StartProjectSession.ts
Runtime binding for databrew:StartProjectSession — opens an interactive
session on the bound DataBrew project. The response’s ClientSessionId
(a Redacted session token) authenticates subsequent
SendProjectSessionAction calls.
Interactive sessions are billed per 30-minute session.
Interactive Sessions
Section titled “Interactive Sessions”const startProjectSession = yield* AWS.DataBrew.StartProjectSession(project);
const { ClientSessionId } = yield* startProjectSession({ AssumeControl: true,});