@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:09.470Z") @Stability(value=Experimental) public interface PipelineBaseProps extends software.amazon.jsii.JsiiSerializable
| 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()
(experimental) The build step that produces the CDK Cloud Assembly.
|
@Stability(value=Experimental) @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=Experimental) static PipelineBaseProps.Builder builder()
PipelineBaseProps.Builder of PipelineBasePropsCopyright © 2021. All rights reserved.