@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:31.084Z")
public interface PipelineBaseProps
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.
|
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
.
static PipelineBaseProps.Builder builder()
PipelineBaseProps.Builder
of PipelineBaseProps