@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.088Z") @Stability(value=Experimental) public interface StandardYarnSynthOptions extends software.amazon.jsii.JsiiSerializable, SimpleSynthOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
StandardYarnSynthOptions.Builder
A builder for
StandardYarnSynthOptions |
static class |
StandardYarnSynthOptions.Jsii$Proxy
An implementation for
StandardYarnSynthOptions |
| Modifier and Type | Method and Description |
|---|---|
static StandardYarnSynthOptions.Builder |
builder() |
default String |
getBuildCommand()
(experimental) The build command.
|
default String |
getInstallCommand()
(experimental) The install command.
|
default String |
getSynthCommand()
(experimental) The synth command.
|
getActionName, getAdditionalArtifacts, getCloudAssemblyArtifact, getCopyEnvironmentVariables, getEnvironment, getEnvironmentVariables, getProjectName, getRolePolicyStatements, getSourceArtifact, getSubdirectory, getSubnetSelection, getVpc@Stability(value=Experimental) @Nullable default String getBuildCommand()
By default, we assume NPM projects are either written in JavaScript or are
using ts-node, so don't need a build command.
Otherwise, put the build command here, for example npm run build.
Default: - No build required
@Stability(value=Experimental) @Nullable default String getInstallCommand()
Default: 'yarn install --frozen-lockfile'
@Stability(value=Experimental) @Nullable default String getSynthCommand()
Default: 'npx cdk synth'
@Stability(value=Experimental) static StandardYarnSynthOptions.Builder builder()
builder in interface SimpleSynthOptionsStandardYarnSynthOptions.Builder of StandardYarnSynthOptionsCopyright © 2021. All rights reserved.