Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetWorkingLocationRequest

import type { GetWorkingLocationRequest } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";
interface GetWorkingLocationRequest {
locationType?: locationType | null;
}

§Properties

§
locationType?: locationType | null
[src]

Specify the type of the working location.

  • SAGEMAKER - Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.
  • INGESTION - Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.