IResource.withPipelineStepFactory
Method
interface IResource { // ... omitted for brevity withPipelineStepFactory(stepName: string, callback: (arg: PipelineStepContext) => void, dependsOn?: string[], requiredBy?: string[], tags?: string[], description?: string): IResource;}Signature
method
withPipelineStepFactory builder Adds a pipeline step to the resource
withPipelineStepFactory(stepName: string, callback: (arg: PipelineStepContext) => void, dependsOn?: string[], requiredBy?: string[], tags?: string[], description?: string): IResourceParameters
stepName string callback (arg: PipelineStepContext) => 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: