Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.ComponentData
Packages that use ComponentData
Package
Description
EC2 Image Builder Construct Library
-
Uses of ComponentData in software.amazon.awscdk.services.imagebuilder.alpha
Subclasses of ComponentData in software.amazon.awscdk.services.imagebuilder.alphaModifier and TypeClassDescriptionclass(experimental) Helper class for S3-based component data references, containing additional permission grant methods on the S3 object.Methods in software.amazon.awscdk.services.imagebuilder.alpha that return ComponentDataModifier and TypeMethodDescriptionstatic ComponentDataComponentData.fromComponentDocumentJsonObject(ComponentDocument data) (experimental) Uses an inline JSON object as the component data, using the ComponentDocument interface.static ComponentDataComponentData.fromInline(String data) (experimental) Uses an inline JSON/YAML string as the component data.static ComponentDataComponentData.fromJsonObject(Map<String, ? extends Object> data) (experimental) Uses an inline JSON object as the component data.ComponentProps.getData()(experimental) The component document content that defines the build, validation, or test steps to be executed during the image building process.final ComponentDataComponentProps.Jsii$Proxy.getData()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type ComponentDataModifier and TypeMethodDescriptionComponent.Builder.data(ComponentData data) (experimental) The component document content that defines the build, validation, or test steps to be executed during the image building process.ComponentProps.Builder.data(ComponentData data) Sets the value ofComponentProps.getData()