IResource.withPipelineStepFactory
Method
interface IResource { // ... omitted for brevity withPipelineStepFactory(stepName: string, callback: (arg: PipelineStepContext) => Promise<void>, dependsOn?: string[], requiredBy?: string[], tags?: string[], description?: string): IResource;}Signature
method
withPipelineStepFactory builder Adds a pipeline step to the resource that will be executed during deployment.
withPipelineStepFactory(stepName: string, callback: (arg: PipelineStepContext) => Promise<void>, dependsOn?: string[], requiredBy?: string[], tags?: string[], description?: string): IResourceParameters
stepName string callback (arg: PipelineStepContext) => Promise<void> dependsOn string[] optional requiredBy string[] optional tags string[] optional description string optional Returns
IResource Defined on
This method is defined on the following type: