@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.086Z") @Stability(value=Experimental) public interface SimpleSynthActionProps extends software.amazon.jsii.JsiiSerializable, SimpleSynthOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleSynthActionProps.Builder
A builder for
SimpleSynthActionProps |
static class |
SimpleSynthActionProps.Jsii$Proxy
An implementation for
SimpleSynthActionProps |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSynthActionProps.Builder |
builder() |
default String |
getBuildCommand()
Deprecated.
Use `buildCommands` instead
|
default List<String> |
getBuildCommands()
(experimental) The build commands.
|
default String |
getInstallCommand()
Deprecated.
Use `installCommands` instead
|
default List<String> |
getInstallCommands()
(experimental) Install commands.
|
String |
getSynthCommand()
(experimental) The synth command.
|
default List<String> |
getTestCommands()
(experimental) Test commands.
|
getActionName, getAdditionalArtifacts, getCloudAssemblyArtifact, getCopyEnvironmentVariables, getEnvironment, getEnvironmentVariables, getProjectName, getRolePolicyStatements, getSourceArtifact, getSubdirectory, getSubnetSelection, getVpc@Stability(value=Experimental) @NotNull String getSynthCommand()
@Stability(value=Deprecated) @Deprecated @Nullable default String getBuildCommand()
If your programming language requires a compilation step, put the compilation command here.
Default: - No build required
@Stability(value=Experimental) @Nullable default List<String> getBuildCommands()
If your programming language requires a compilation step, put the compilation command here.
Default: - No build required
@Stability(value=Deprecated) @Deprecated @Nullable default String getInstallCommand()
If not provided by the build image or another dependency
management tool, at least install the CDK CLI here using
npm install -g aws-cdk.
Default: - No install required
@Stability(value=Experimental) @Nullable default List<String> getInstallCommands()
If not provided by the build image or another dependency
management tool, at least install the CDK CLI here using
npm install -g aws-cdk.
Default: - No install required
@Stability(value=Experimental) @Nullable default List<String> getTestCommands()
These commands are run after the build commands but before the synth command.
Default: - No test commands
@Stability(value=Experimental) static SimpleSynthActionProps.Builder builder()
builder in interface SimpleSynthOptionsSimpleSynthActionProps.Builder of SimpleSynthActionPropsCopyright © 2021. All rights reserved.