@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:19.887Z") @Stability(value=Stable) 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=Stable) @NotNull Number getMaxInputs()
@Stability(value=Stable) @NotNull Number getMaxOutputs()
@Stability(value=Stable) @NotNull Number getMinInputs()
@Stability(value=Stable) @NotNull Number getMinOutputs()
@Stability(value=Stable) static ActionArtifactBounds.Builder builder()
ActionArtifactBounds.Builder of ActionArtifactBoundsCopyright © 2020. All rights reserved.