| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
ShellScriptAction.Builder |
ShellScriptAction.Builder.actionName(String actionName)
(experimental) Name of the validation action in the pipeline.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.additionalArtifacts(List<? extends Artifact> additionalArtifacts)
(experimental) Additional artifacts to use as input for the CodeBuild project.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.bashOptions(String bashOptions)
(experimental) Bash options to set at the start of the script.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.commands(List<String> commands)
(experimental) Commands to run.
|
static ShellScriptAction.Builder |
ShellScriptAction.Builder.create() |
ShellScriptAction.Builder |
ShellScriptAction.Builder.environment(BuildEnvironment environment)
(experimental) The CodeBuild environment where scripts are executed.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
(experimental) Environment variables to send into build.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.rolePolicyStatements(List<? extends PolicyStatement> rolePolicyStatements)
(experimental) Additional policy statements to add to the execution role.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.runOrder(Number runOrder)
(experimental) RunOrder for this action.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) Which security group to associate with the script's project network interfaces.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.subnetSelection(SubnetSelection subnetSelection)
(experimental) Which subnets to use.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.useOutputs(Map<String,? extends StackOutput> useOutputs)
(experimental) Stack outputs to make available as environment variables.
|
ShellScriptAction.Builder |
ShellScriptAction.Builder.vpc(IVpc vpc)
(experimental) The VPC where to execute the specified script.
|
Copyright © 2021. All rights reserved.