Interface IStagingResourcesFactory.Jsii$Default

All Superinterfaces:
IStagingResourcesFactory, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IStagingResourcesFactory.Jsii$Proxy
Enclosing interface:
IStagingResourcesFactory

@Internal public static interface IStagingResourcesFactory.Jsii$Default extends IStagingResourcesFactory
Internal default implementation for IStagingResourcesFactory.
  • Method Details

    • obtainStagingResources

      @Stability(Experimental) @NotNull default IStagingResources obtainStagingResources(@NotNull Stack stack, @NotNull ObtainStagingResourcesContext context)
      (experimental) Return an object that will manage staging resources for the given stack.

      This is called whenever the the AppStagingSynthesizer binds to a specific stack, and allows selecting where the staging resources go.

      This method can choose to either create a new construct (perhaps a stack) and return it, or reference an existing construct.

      Specified by:
      obtainStagingResources in interface IStagingResourcesFactory
      Parameters:
      stack -
      • stack to return an appropriate IStagingStack for.
      This parameter is required.
      context - This parameter is required.