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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.app.staging.synthesizer.alpha.IStagingResourcesFactory
IStagingResourcesFactory.Jsii$Default, IStagingResourcesFactory.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IStagingResourcesobtainStagingResources(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 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
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.
- Specified by:
obtainStagingResourcesin interfaceIStagingResourcesFactory- Parameters:
stack-- stack to return an appropriate IStagingStack for.
context- This parameter is required.
-