Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ComponentStepInputs
Packages that use ComponentStepInputs
Package
Description
EC2 Image Builder Construct Library
-
Uses of ComponentStepInputs in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ComponentStepInputsModifier and TypeMethodDescriptionstatic ComponentStepInputs(experimental) Creates the input value from a list of input objects, for the component step.static ComponentStepInputsComponentStepInputs.fromObject(Map<String, ? extends Object> inputsObject) (experimental) Creates the input value from an object, for the component step.ComponentDocumentStep.getInputs()(experimental) Contains parameters required by the action to run the step.final ComponentStepInputsComponentDocumentStep.Jsii$Proxy.getInputs()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ComponentStepInputsModifier and TypeMethodDescriptionComponentDocumentStep.Builder.inputs(ComponentStepInputs inputs) Sets the value ofComponentDocumentStep.getInputs()