@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T16:58:30.604Z") public interface ActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps, CommonActionConstructProps
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() |
void |
setArtifactBounds(ActionArtifactBounds value) |
void |
setCategory(ActionCategory value) |
void |
setConfiguration(Object value) |
void |
setOwner(String value) |
void |
setProvider(String value) |
void |
setRegion(String value)
The region this Action resides in.
|
void |
setRole(software.amazon.awscdk.services.iam.IRole value)
The service role that is assumed during execution of action.
|
void |
setVersion(String value) |
getRunOrder, setRunOrdergetStage, setStageActionArtifactBounds getArtifactBounds()
void setArtifactBounds(ActionArtifactBounds value)
ActionCategory getCategory()
void setCategory(ActionCategory value)
String getProvider()
void setProvider(String value)
Object getConfiguration()
void setConfiguration(Object value)
String getOwner()
void setOwner(String value)
String getRegion()
void setRegion(String value)
software.amazon.awscdk.services.iam.IRole getRole()
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.htmlvoid setRole(software.amazon.awscdk.services.iam.IRole value)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.htmlString getVersion()
void setVersion(String value)
static ActionProps.Builder builder()
builder in interface CommonActionConstructPropsbuilder in interface CommonActionPropsActionProps.Builder of ActionPropsCopyright © 2019. All rights reserved.