Interface IStagingResources
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStagingResources.Jsii$Default
- All Known Implementing Classes:
DefaultStagingStack,IStagingResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-07-02T13:33:02.966Z")
@Stability(Experimental)
public interface IStagingResources
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
(experimental) Staging Resource interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStagingResources.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Return staging resource information for a docker asset.addFile(FileAssetSource asset) (experimental) Return staging resource information for a file asset.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
addDockerImage
@Stability(Experimental) @NotNull ImageStagingLocation addDockerImage(@NotNull DockerImageAssetSource asset) (experimental) Return staging resource information for a docker asset.- Parameters:
asset- This parameter is required.
-
addFile
(experimental) Return staging resource information for a file asset.- Parameters:
asset- This parameter is required.
-