Interface ActionArtifactBounds
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ActionArtifactBounds.Jsii$Proxy
The constraints for each action type are documented on the 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") );
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forActionArtifactBounds
static final class
An implementation forActionArtifactBounds
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxInputs
-
getMaxOutputs
-
getMinInputs
-
getMinOutputs
-
builder
- Returns:
- a
ActionArtifactBounds.Builder
ofActionArtifactBounds
-