Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ComponentConstantValue
Packages that use ComponentConstantValue
Package
Description
EC2 Image Builder Construct Library
-
Uses of ComponentConstantValue in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ComponentConstantValueModifier and TypeMethodDescriptionstatic ComponentConstantValueComponentConstantValue.fromString(String value) (experimental) Creates a string type constant in a component document.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return types with arguments of type ComponentConstantValueModifier and TypeMethodDescriptiondefault Map<String, ComponentConstantValue> ComponentDocument.getConstants()(experimental) The constants to define in the document.final Map<String, ComponentConstantValue> ComponentDocument.Jsii$Proxy.getConstants()Method parameters in software.amazon.awscdk.services.imagebuilder.alpha with type arguments of type ComponentConstantValueModifier and TypeMethodDescriptionComponentDocument.Builder.constants(Map<String, ? extends ComponentConstantValue> constants) Sets the value ofComponentDocument.getConstants()