Skip to content

BatchGetSandboxes

Source: src/AWS/CodeBuild/BatchGetSandboxes.ts

Runtime binding for codebuild:BatchGetSandboxes — reads the status of one or more sandboxes of the bound project by sandbox id.

const batchGetSandboxes = yield* AWS.CodeBuild.BatchGetSandboxes(project);
const { sandboxes } = yield* batchGetSandboxes({ ids: [sandboxId] });