@Stability(value=Stable) @Internal public static final class ConnectionSourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectionSourceOptions
ConnectionSourceOptionssoftware.amazon.jsii.JsiiObject.InitializationModeConnectionSourceOptions.Builder, ConnectionSourceOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ConnectionSourceOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ConnectionSourceOptions.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) |
Boolean |
getCodeBuildCloneOutput()
If this is set, the next CodeBuild job clones the repository (instead of CodePipeline downloading the files).
|
String |
getConnectionArn()
The ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.
|
Boolean |
getTriggerOnPush()
Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.
|
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(ConnectionSourceOptions.Builder builder)
ConnectionSourceOptions.Builder.public final String getConnectionArn()
ConnectionSourceOptionsExample:
"arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh";
getConnectionArn in interface ConnectionSourceOptionspublic final Boolean getCodeBuildCloneOutput()
ConnectionSourceOptionsThis provides access to repository history, and retains symlinks (symlinks would otherwise be removed by CodePipeline).
Note: if this option is true, only CodeBuild jobs can use the output artifact.
Default: false
public final Boolean getTriggerOnPush()
ConnectionSourceOptionsIf unspecified, the default value is true, and the field does not display by default.
Default: true
getTriggerOnPush in interface ConnectionSourceOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.