@Stability(value=Experimental) @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()
(experimental) Whether the output should be the contents of the repository (which is the default), or a link that allows CodeBuild to clone the repository before building.
|
String |
getConnectionArn()
(experimental) The ARN of the CodeStar Connection created in the AWS console that has permissions to access this GitHub or BitBucket repository.
|
Boolean |
getTriggerOnPush()
(experimental) 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 ConnectionSourceOptionshttps://docs.aws.amazon.com/codepipeline/latest/userguide/connections-create.htmlpublic final Boolean getCodeBuildCloneOutput()
ConnectionSourceOptionsNote: if this option is true, then only CodeBuild actions can use the resulting {@link output}.
Default: false
getCodeBuildCloneOutput in interface ConnectionSourceOptionshttps://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-configpublic final Boolean getTriggerOnPush()
ConnectionSourceOptionsIf unspecified, the default value is true, and the field does not display by default.
Default: true
getTriggerOnPush in interface ConnectionSourceOptionshttps://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.