| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
ShellStep.Builder |
ShellStep.Builder.additionalInputs(Map<String,? extends IFileSetProducer> additionalInputs)
Additional FileSets to put in other directories.
|
ShellStep.Builder |
ShellStep.Builder.commands(List<String> commands)
Commands to run.
|
static ShellStep.Builder |
ShellStep.Builder.create(String id) |
ShellStep.Builder |
ShellStep.Builder.env(Map<String,String> env)
Environment variables to set.
|
ShellStep.Builder |
ShellStep.Builder.envFromCfnOutputs(Map<String,? extends CfnOutput> envFromCfnOutputs)
Set environment variables based on Stack Outputs.
|
ShellStep.Builder |
ShellStep.Builder.input(IFileSetProducer input)
FileSet to run these scripts on.
|
ShellStep.Builder |
ShellStep.Builder.installCommands(List<String> installCommands)
Installation commands to run before the regular commands.
|
ShellStep.Builder |
ShellStep.Builder.primaryOutputDirectory(String primaryOutputDirectory)
The directory that will contain the primary output fileset.
|
Copyright © 2022. All rights reserved.