Interface IStagingResources.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IStagingResources, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IStagingResources.Jsii$Proxy
Enclosing interface:
IStagingResources

@Internal public static interface IStagingResources.Jsii$Default extends IStagingResources, software.constructs.IConstruct.Jsii$Default
Internal default implementation for IStagingResources.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IDependable

    software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.app.staging.synthesizer.alpha.IStagingResources

    IStagingResources.Jsii$Default, IStagingResources.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) Return staging resource information for a docker asset.
    (experimental) Return staging resource information for a file asset.
    default software.constructs.Node
    The tree node.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getNode

      @Stability(Stable) @NotNull default software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct
      Specified by:
      getNode in interface software.constructs.IConstruct.Jsii$Default
    • addDockerImage

      @Stability(Experimental) @NotNull default ImageStagingLocation addDockerImage(@NotNull DockerImageAssetSource asset)
      (experimental) Return staging resource information for a docker asset.

      Specified by:
      addDockerImage in interface IStagingResources
      Parameters:
      asset - This parameter is required.
    • addFile

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

      Specified by:
      addFile in interface IStagingResources
      Parameters:
      asset - This parameter is required.