@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.941Z") @Stability(value=Stable) public interface PipelineBaseProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.pipelines.*;
IFileSetProducer fileSetProducer;
PipelineBaseProps pipelineBaseProps = PipelineBaseProps.builder()
.synth(fileSetProducer)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineBaseProps.Builder
A builder for
PipelineBaseProps |
static class |
PipelineBaseProps.Jsii$Proxy
An implementation for
PipelineBaseProps |
| Modifier and Type | Method and Description |
|---|---|
static PipelineBaseProps.Builder |
builder() |
IFileSetProducer |
getSynth()
The build step that produces the CDK Cloud Assembly.
|
@Stability(value=Stable) @NotNull IFileSetProducer getSynth()
The primary output of this step needs to be the cdk.out directory
generated by the cdk synth command.
If you use a ShellStep here and you don't configure an output directory,
the output directory will automatically be assumed to be cdk.out.
@Stability(value=Stable) static PipelineBaseProps.Builder builder()
PipelineBaseProps.Builder of PipelineBasePropsCopyright © 2022. All rights reserved.