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.103.1 (build bef2dea)", date="2024-09-11T18:01:25.386Z") @Stability(Experimental) public interface IStagingResources extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
(experimental) Staging Resource interface.
  • 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

      @Stability(Experimental) @NotNull FileStagingLocation addFile(@NotNull FileAssetSource asset)
      (experimental) Return staging resource information for a file asset.

      Parameters:
      asset - This parameter is required.