Skip to main content

Interface: IStageDepotDatasetProps

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:228

Interface to represent a Dataset properties

Extends

  • IDepotResourceEnvironment

Properties

datasetId

readonly datasetId: string

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:230

The Dataset ID


environment

readonly environment: IStageDepotEnvironment | { accountId: string; environmentId: string; }

Defined in: packages/depot-cdk/src/stage-depot-common.ts:10

The Depot environment construct resource or reference to the AWS account ID and Depot Environment ID.

Inherited from

IDepotResourceEnvironment.environment


name?

readonly optional name?: string

Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:233

Dataset name or alias. Required if using this dataset reference in a chain of dependencies.