| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFileSetProducer.Jsii$Default
Internal default implementation for
IFileSetProducer. |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeBuildStep
Run a script as a CodeBuild Project.
|
class |
CodePipelineFileSet
A FileSet created from a CodePipeline artifact.
|
class |
CodePipelineSource
Factory for CodePipeline source steps.
|
class |
ConfirmPermissionsBroadening
Pause the pipeline if a deployment would add IAM permissions or Security Group rules.
|
class |
FileSet
A set of files traveling through the deployment pipeline.
|
static class |
IFileSetProducer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ManualApprovalStep
A manual approval step.
|
class |
ShellStep
Run shell script commands in the pipeline.
|
class |
Step
A generic Step which can be added to a Pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default IFileSetProducer |
ShellStepProps.getInput()
FileSet to run these scripts on.
|
IFileSetProducer |
ShellStepProps.Jsii$Proxy.getInput() |
IFileSetProducer |
CodeBuildStepProps.Jsii$Proxy.getInput() |
IFileSetProducer |
PipelineBaseProps.getSynth()
The build step that produces the CDK Cloud Assembly.
|
IFileSetProducer |
PipelineBaseProps.Jsii$Proxy.getSynth() |
IFileSetProducer |
CodePipelineProps.getSynth()
The build step that produces the CDK Cloud Assembly.
|
IFileSetProducer |
CodePipelineProps.Jsii$Proxy.getSynth() |
IFileSetProducer |
PipelineBase.getSynth()
The build step that produces the CDK Cloud Assembly.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,IFileSetProducer> |
ShellStepProps.getAdditionalInputs()
Additional FileSets to put in other directories.
|
Map<String,IFileSetProducer> |
ShellStepProps.Jsii$Proxy.getAdditionalInputs() |
Map<String,IFileSetProducer> |
CodeBuildStepProps.Jsii$Proxy.getAdditionalInputs() |
| Modifier and Type | Method and Description |
|---|---|
ShellStep.Builder |
ShellStep.Builder.input(IFileSetProducer input)
FileSet to run these scripts on.
|
CodeBuildStep.Builder |
CodeBuildStep.Builder.input(IFileSetProducer input)
FileSet to run these scripts on.
|
ShellStepProps.Builder |
ShellStepProps.Builder.input(IFileSetProducer input)
Sets the value of
ShellStepProps.getInput() |
CodeBuildStepProps.Builder |
CodeBuildStepProps.Builder.input(IFileSetProducer input)
Sets the value of
ShellStepProps.getInput() |
PipelineBaseProps.Builder |
PipelineBaseProps.Builder.synth(IFileSetProducer synth)
Sets the value of
PipelineBaseProps.getSynth() |
CodePipeline.Builder |
CodePipeline.Builder.synth(IFileSetProducer synth)
The build step that produces the CDK Cloud Assembly.
|
CodePipelineProps.Builder |
CodePipelineProps.Builder.synth(IFileSetProducer synth)
Sets the value of
CodePipelineProps.getSynth() |
| Modifier and Type | Method and Description |
|---|---|
ShellStep.Builder |
ShellStep.Builder.additionalInputs(Map<String,? extends IFileSetProducer> additionalInputs)
Additional FileSets to put in other directories.
|
CodeBuildStep.Builder |
CodeBuildStep.Builder.additionalInputs(Map<String,? extends IFileSetProducer> additionalInputs)
Additional FileSets to put in other directories.
|
ShellStepProps.Builder |
ShellStepProps.Builder.additionalInputs(Map<String,? extends IFileSetProducer> additionalInputs)
Sets the value of
ShellStepProps.getAdditionalInputs() |
CodeBuildStepProps.Builder |
CodeBuildStepProps.Builder.additionalInputs(Map<String,? extends IFileSetProducer> additionalInputs)
Sets the value of
ShellStepProps.getAdditionalInputs() |
Copyright © 2022. All rights reserved.