Class Action
Low-level class for generic CodePipeline Actions.
Inheritance
Action
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodePipeline.Actions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public abstract class Action : Action, IAction
Syntax (vb)
Public MustInherit Class Action Inherits Action Implements IAction
Remarks
If you're implementing your own IAction, prefer to use the Action class from the codepipeline module.
Synopsis
Constructors
| Action(IActionProperties) | Low-level class for generic CodePipeline Actions. |
Properties
| ProvidedActionProperties | This is a renamed version of the |
Constructors
Action(IActionProperties)
Low-level class for generic CodePipeline Actions.
protected Action(IActionProperties actionProperties)
Parameters
- actionProperties IActionProperties
The simple properties of the Action, like its Owner, name, etc.
Remarks
If you're implementing your own IAction, prefer to use the Action class from the codepipeline module.
Properties
ProvidedActionProperties
This is a renamed version of the IAction.actionProperties property.
protected override IActionProperties ProvidedActionProperties { get; }
Property Value
Overrides
Remarks
If you're implementing your own IAction, prefer to use the Action class from the codepipeline module.