Interface: EmrServerlessExecutorProps
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:54
EMR Spark Serverless configuration
Extends
ExecutorProps
Properties
allowedBackupLocations?
readonlyoptionalallowedBackupLocations?:string[]
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:59
A list of S3 bucket locations (exclude URIs such as s3:// in names) that will be added to the data role that the executor runs under. This is required for the executor to be able to write data to these locations when used for backup purposes.
deploymentGroup?
readonlyoptionaldeploymentGroup?:boolean
Defined in: packages/depot-cdk/src/stage-depot-executor.ts:50
Use a Deployment Group
Inherited from
ExecutorProps.deploymentGroup
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
ExecutorProps.environment
name
readonlyname:string
Defined in: packages/depot-cdk/src/stage-depot-common.ts:20
A name or alias for the resource. Must be unique across the environment.
Inherited from
ExecutorProps.name