Skip to content

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.

const startProjectSession = yield* AWS.DataBrew.StartProjectSession(project);
const { ClientSessionId } = yield* startProjectSession({
AssumeControl: true,
});