@Generated(value="jsii-pacmak/0.8.2 (build e9eb3c9)", date="2019-03-28T21:35:49.720Z") public interface ActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
Action class.| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionProps.Builder
A builder for
ActionProps |
static class |
ActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionProps.Builder |
builder() |
ActionArtifactBounds |
getArtifactBounds() |
ActionCategory |
getCategory() |
Object |
getConfiguration() |
String |
getOwner() |
String |
getProvider() |
String |
getRegion()
The region this Action resides in.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
The service role that is assumed during execution of action.
|
String |
getVersion() |
getActionName, getRunOrderActionArtifactBounds getArtifactBounds()
ActionCategory getCategory()
String getProvider()
Object getConfiguration()
String getOwner()
String getRegion()
software.amazon.awscdk.services.iam.IRole getRole()
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.htmlString getVersion()
static ActionProps.Builder builder()
builder in interface CommonActionPropsActionProps.Builder of ActionPropsCopyright © 2019. All rights reserved.