Class CodeDeployServerDeployAction
stable
Synopsis
Constructors
constructor(props) | stable |
Methods
bound(_scope, _stage, options) | The method called when an Action is attached to a Pipeline. |
Constructors
constructor(props)
stable
Declaration
constructor(props: CodeDeployServerDeployActionProps);
Parameters
Methods
bound(_scope, _stage, options)
The method called when an Action is attached to a Pipeline.
This method is guaranteed to be called only once for each Action instance.
stable
Declaration
protected bound(_scope: Construct, _stage: codepipeline.IStage, options: codepipeline.ActionBindOptions): codepipeline.ActionConfig;
Parameters
- _scope Construct
- _stage codepipeline.IStage
- options codepipeline.ActionBindOptions
Returns
codepipeline.ActionConfig