@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:02.299Z")
public interface ActionArtifactBounds
The constraints for each action type are documented on the {@link https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html Pipeline Structure Reference} page.
Example:
// MyAction is some action type that produces variables, like EcrSourceAction MyAction myAction = new MyAction(new MyActionProps() // ... .actionName("myAction") ); new OtherAction(new OtherActionProps() // ... .config(myAction.getVariables().getMyVariable()) .actionName("otherAction") );
Modifier and Type | Interface and Description |
---|---|
static class |
ActionArtifactBounds.Builder
A builder for
ActionArtifactBounds |
static class |
ActionArtifactBounds.Jsii$Proxy
An implementation for
ActionArtifactBounds |
Modifier and Type | Method and Description |
---|---|
static ActionArtifactBounds.Builder |
builder() |
java.lang.Number |
getMaxInputs() |
java.lang.Number |
getMaxOutputs() |
java.lang.Number |
getMinInputs() |
java.lang.Number |
getMinOutputs() |
java.lang.Number getMaxInputs()
java.lang.Number getMaxOutputs()
java.lang.Number getMinInputs()
java.lang.Number getMinOutputs()
static ActionArtifactBounds.Builder builder()
ActionArtifactBounds.Builder
of ActionArtifactBounds