@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:09.475Z") @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 List<String> |
getBuildCommands()
(experimental) The build commands.
|
default List<String> |
getInstallCommands()
(experimental) Install commands.
|
String |
getSynthCommand()
(experimental) The synth command.
|
default List<String> |
getTestCommands()
(experimental) Test commands.
|
getActionName, getAdditionalArtifacts, getBuildSpec, getCloudAssemblyArtifact, getCopyEnvironmentVariables, getEnvironment, getEnvironmentVariables, getProjectName, getRolePolicyStatements, getSourceArtifact, getSubdirectory, getSubnetSelection, getVpc@Stability(value=Experimental) @NotNull String getSynthCommand()
@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=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.