Interface IStorage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  IStorage.Jsii$Default
      Internal default implementation for IStorage.
      static class  IStorage.Jsii$Proxy
      A proxy class which represents a concrete javascript instance of this type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Volume asVolume()
      Convert the piece of storage into a concrete volume.
      • Methods inherited from interface software.constructs.IConstruct

        getNode
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • asVolume

        @Stability(Stable)
        @NotNull
        Volume asVolume()
        Convert the piece of storage into a concrete volume.