@Stability(value=Stable) @Internal public static final class CodeCommitSourceActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeCommitSourceActionProps
CodeCommitSourceActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCodeCommitSourceActionProps.Builder, CodeCommitSourceActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Artifact output,
IRepository repository,
String branch,
IRole eventRole,
CodeCommitTrigger trigger,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CodeCommitSourceActionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getActionName() |
String |
getBranch()
Default: 'master'
|
IRole |
getEventRole()
Role to be used by on commit event rule.
|
Artifact |
getOutput() |
IRepository |
getRepository()
The CodeCommit repository.
|
IRole |
getRole() |
Number |
getRunOrder() |
CodeCommitTrigger |
getTrigger()
How should CodePipeline detect source changes for this Action.
|
String |
getVariablesNamespace() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Artifact output, IRepository repository, String branch, IRole eventRole, CodeCommitTrigger trigger, IRole role, String actionName, Number runOrder, String variablesNamespace)
CodeCommitSourceActionProps.Builder.public final Artifact getOutput()
getOutput in interface CodeCommitSourceActionPropspublic final IRepository getRepository()
CodeCommitSourceActionPropsgetRepository in interface CodeCommitSourceActionPropspublic final String getBranch()
CodeCommitSourceActionPropsgetBranch in interface CodeCommitSourceActionPropspublic final IRole getEventRole()
CodeCommitSourceActionPropsUsed only when trigger value is CodeCommitTrigger.EVENTS.
Default: a new role will be created.
getEventRole in interface CodeCommitSourceActionPropspublic final CodeCommitTrigger getTrigger()
CodeCommitSourceActionPropsDefault: CodeCommitTrigger.EVENTS
getTrigger in interface CodeCommitSourceActionPropspublic final IRole getRole()
getRole in interface CommonAwsActionPropspublic final String getActionName()
getActionName in interface CommonActionPropspublic final Number getRunOrder()
getRunOrder in interface CommonActionPropspublic final String getVariablesNamespace()
getVariablesNamespace in interface CommonActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.