@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:08.819Z") @Stability(value=Experimental) public interface ConnectionSourceOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConnectionSourceOptions.Builder
A builder for
ConnectionSourceOptions |
static class |
ConnectionSourceOptions.Jsii$Proxy
An implementation for
ConnectionSourceOptions |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionSourceOptions.Builder |
builder() |
default 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.
|
default Boolean |
getTriggerOnPush()
(experimental) Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.
|
@Stability(value=Experimental) @NotNull String getConnectionArn()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "arn:aws:codestar-connections:us-east-1:123456789012:connection/12345678-abcd-12ab-34cdef5678gh";
https://docs.aws.amazon.com/codepipeline/latest/userguide/connections-create.html@Stability(value=Experimental) @Nullable default Boolean getCodeBuildCloneOutput()
Note: if this option is true, then only CodeBuild actions can use the resulting {@link output}.
Default: false
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html#action-reference-CodestarConnectionSource-config@Stability(value=Experimental) @Nullable default Boolean getTriggerOnPush()
If unspecified, the default value is true, and the field does not display by default.
Default: true
https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-CodestarConnectionSource.html@Stability(value=Experimental) static ConnectionSourceOptions.Builder builder()
ConnectionSourceOptions.Builder of ConnectionSourceOptionsCopyright © 2021. All rights reserved.