Show / Hide Table of Contents

Class Action

Low-level class for generic CodePipeline Actions.

Inheritance
object
Action
Action
AlexaSkillDeployAction
CloudFormationCreateReplaceChangeSetAction
CloudFormationCreateUpdateStackAction
CloudFormationDeleteStackAction
CloudFormationDeployStackInstancesAction
CloudFormationDeployStackSetAction
CloudFormationExecuteChangeSetAction
CodeBuildAction
CodeCommitSourceAction
CodeDeployEcsDeployAction
CodeDeployServerDeployAction
CodeStarConnectionsSourceAction
CommandsAction
Ec2DeployAction
EcrBuildAndPublishAction
EcrSourceAction
EcsDeployAction
ElasticBeanstalkDeployAction
GitHubSourceAction
InspectorScanActionBase
JenkinsAction
LambdaInvokeAction
ManualApprovalAction
PipelineInvokeAction
S3DeployAction
S3SourceAction
ServiceCatalogDeployActionBeta1
StepFunctionInvokeAction
Implements
IAction
Inherited Members
Action.Bind(Construct, IStage, IActionBindOptions)
Action.Bound(Construct, IStage, IActionBindOptions)
Action.OnStateChange(string, IRuleTarget, IRuleProps)
Action.VariableExpression(string)
Action.ActionProperties
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 IAction.actionProperties property.

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

IActionProperties

Overrides
Action.ProvidedActionProperties
Remarks

If you're implementing your own IAction, prefer to use the Action class from the codepipeline module.

Implements

IAction
Back to top Generated by DocFX