@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T16:58:30.599Z") public abstract class Action extends software.amazon.awscdk.Construct
codecommit.PipelineSourceAction or
codebuild.PipelineBuildAction.| Modifier | Constructor and Description |
|---|---|
protected |
Action(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected Action |
addInputArtifact() |
protected Action |
addInputArtifact(Artifact artifact) |
protected Artifact |
addOutputArtifact() |
protected Artifact |
addOutputArtifact(String name) |
ActionCategory |
getCategory()
The category of the action.
|
Object |
getConfiguration()
The action's configuration.
|
String |
getOwner() |
String |
getProvider()
The service provider that the action calls.
|
String |
getRegion()
The AWS region the given Action resides in.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
The service role that is assumed during execution of action.
|
Number |
getRunOrder()
The order in which AWS CodePipeline runs this action.
|
String |
getVersion() |
software.amazon.awscdk.services.events.EventRule |
onStateChange(String name) |
software.amazon.awscdk.services.events.EventRule |
onStateChange(String name,
software.amazon.awscdk.services.events.IEventRuleTarget target) |
software.amazon.awscdk.services.events.EventRule |
onStateChange(String name,
software.amazon.awscdk.services.events.IEventRuleTarget target,
software.amazon.awscdk.services.events.EventRuleProps options) |
protected List<String> |
validate()
Validate the current construct.
|
apply, getDependencyRoots, getNode, isConstruct, prepare, toStringprotected Action addInputArtifact()
protected Artifact addOutputArtifact()
public software.amazon.awscdk.services.events.EventRule onStateChange(String name, @Nullable software.amazon.awscdk.services.events.IEventRuleTarget target, @Nullable software.amazon.awscdk.services.events.EventRuleProps options)
public software.amazon.awscdk.services.events.EventRule onStateChange(String name, @Nullable software.amazon.awscdk.services.events.IEventRuleTarget target)
public software.amazon.awscdk.services.events.EventRule onStateChange(String name)
protected List<String> validate()
validate in class software.amazon.awscdk.Constructpublic ActionCategory getCategory()
public String getOwner()
public String getProvider()
public Number getRunOrder()
public String getVersion()
@Nullable public Object getConfiguration()
@Nullable public String getRegion()
PipelineProps#crossRegionReplicationBuckets property.
If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets,
that you will need to `cdk deploy` before deploying the main, Pipeline-containing Stack.@Nullable public software.amazon.awscdk.services.iam.IRole getRole()
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.htmlCopyright © 2019. All rights reserved.