Interface IStagingResourcesFactory
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStagingResourcesFactory.Jsii$Default
- All Known Implementing Classes:
IStagingResourcesFactory.Jsii$Proxy
@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)",
date="2026-05-08T13:05:29.294Z")
@Stability(Experimental)
public interface IStagingResourcesFactory
extends software.amazon.jsii.JsiiSerializable
(experimental) Staging Resource Factory interface.
The function included in this class will be called by the synthesizer to create or reference an IStagingResources construct that has the necessary staging resources for the stack.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStagingResourcesFactory.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionobtainStagingResources(Stack stack, ObtainStagingResourcesContext context) (experimental) Return an object that will manage staging resources for the given stack.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
obtainStagingResources
@Stability(Experimental) @NotNull 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
AppStagingSynthesizerbinds 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.
- Parameters:
stack-- stack to return an appropriate IStagingStack for.
context- This parameter is required.
-