public static final class ActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ActionProps
software.amazon.jsii.JsiiObject.InitializationModeActionProps.Builder, ActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
The physical, human-readable name of the Action.
|
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.
|
Number |
getRunOrder()
The runOrder property for this Action.
|
String |
getVersion() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ActionArtifactBounds getArtifactBounds()
getArtifactBounds in interface ActionPropspublic ActionCategory getCategory()
getCategory in interface ActionPropspublic String getProvider()
getProvider in interface ActionProps@Nullable public Object getConfiguration()
getConfiguration in interface ActionProps@Nullable public String getOwner()
getOwner in interface ActionProps@Nullable public String getRegion()
getRegion in interface ActionProps@Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface ActionPropshttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-stages-actions.html@Nullable public String getVersion()
getVersion in interface ActionPropspublic String getActionName()
getActionName in interface CommonActionProps@Nullable public Number getRunOrder()
getRunOrder in interface CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlCopyright © 2019. All rights reserved.