Interface: IStageDepotDatasetProps
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:228
Interface to represent a Dataset properties
Extends
IDepotResourceEnvironment
Properties
datasetId
readonlydatasetId:string
Defined in: packages/depot-cdk/src/stage-depot-dataset.ts:230
The Dataset ID
environment
readonlyenvironment: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?
readonlyoptionalname?: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.