@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:21.815Z") @Deprecated public interface BitBucketSourceActionProps extends CodeStarConnectionsSourceActionProps
BitBucketSourceAction
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codepipeline.*; import software.amazon.awscdk.services.codepipeline.actions.*; import software.amazon.awscdk.services.iam.*; Artifact artifact; Role role; BitBucketSourceActionProps bitBucketSourceActionProps = BitBucketSourceActionProps.builder() .actionName("actionName") .connectionArn("connectionArn") .output(artifact) .owner("owner") .repo("repo") // the properties below are optional .branch("branch") .codeBuildCloneOutput(false) .role(role) .runOrder(123) .triggerOnPush(false) .variablesNamespace("variablesNamespace") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
BitBucketSourceActionProps.Builder
Deprecated.
|
static class |
BitBucketSourceActionProps.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BitBucketSourceActionProps.Builder |
builder()
Deprecated.
|
getBranch, getCodeBuildCloneOutput, getConnectionArn, getOutput, getOwner, getRepo, getTriggerOnPush
getRole
getActionName, getRunOrder, getVariablesNamespace
@Deprecated static BitBucketSourceActionProps.Builder builder()
builder
in interface CodeStarConnectionsSourceActionProps
builder
in interface CommonActionProps
builder
in interface CommonAwsActionProps
BitBucketSourceActionProps.Builder
of BitBucketSourceActionProps