@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.600Z") @Stability(value=Experimental) public interface ActionArtifactBounds extends software.amazon.jsii.JsiiSerializable
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.
| 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() |
Number |
getMaxInputs() |
Number |
getMaxOutputs() |
Number |
getMinInputs() |
Number |
getMinOutputs() |
@Stability(value=Experimental) @NotNull Number getMaxInputs()
@Stability(value=Experimental) @NotNull Number getMaxOutputs()
@Stability(value=Experimental) @NotNull Number getMinInputs()
@Stability(value=Experimental) @NotNull Number getMinOutputs()
@Stability(value=Experimental) static ActionArtifactBounds.Builder builder()
ActionArtifactBounds.Builder of ActionArtifactBoundsCopyright © 2021. All rights reserved.