@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:58.417Z") @Stability(value=Experimental) public interface CodeStarConnectionsSourceActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
CodeStarConnectionsSourceAction
.Modifier and Type | Interface and Description |
---|---|
static class |
CodeStarConnectionsSourceActionProps.Builder
A builder for
CodeStarConnectionsSourceActionProps |
static class |
CodeStarConnectionsSourceActionProps.Jsii$Proxy
An implementation for
CodeStarConnectionsSourceActionProps |
Modifier and Type | Method and Description |
---|---|
static CodeStarConnectionsSourceActionProps.Builder |
builder() |
default String |
getBranch()
(experimental) The branch to build.
|
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.
|
Artifact |
getOutput()
(experimental) The output artifact that this action produces.
|
String |
getOwner()
(experimental) The owning user or organization of the repository.
|
String |
getRepo()
(experimental) The name of the repository.
|
default Boolean |
getTriggerOnPush()
(experimental) Controls automatically starting your pipeline when a new commit is made on the configured repository and branch.
|
getRole
getActionName, getRunOrder, getVariablesNamespace
@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) @NotNull Artifact getOutput()
Can be used as input for further pipeline actions.
@Stability(value=Experimental) @NotNull String getOwner()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "aws";
@Stability(value=Experimental) @NotNull String getRepo()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "aws-cdk";
@Stability(value=Experimental) @Nullable default String getBranch()
Default: 'master'
@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 CodeStarConnectionsSourceActionProps.Builder builder()
builder
in interface CommonActionProps
builder
in interface CommonAwsActionProps
CodeStarConnectionsSourceActionProps.Builder
of CodeStarConnectionsSourceActionProps
Copyright © 2021. All rights reserved.