Preparing search index...
The search index is not available
@aws-quickstart/eks-blueprints
@aws-quickstart/eks-blueprints
AsyncStackBuilder
Interface AsyncStackBuilder
Async extension for a stack builder to allow stacks produced asynchronously.
interface
AsyncStackBuilder
{
build
(
scope
:
Construct
,
id
:
string
,
stackProps
?:
StackProps
)
:
Stack
;
buildAsync
(
scope
:
Construct
,
id
:
string
,
stackProps
?:
StackProps
)
:
Promise
<
Stack
>
;
}
Hierarchy (
view full
)
StackBuilder
AsyncStackBuilder
Implemented by
BlueprintBuilder
Index
Methods
build
build
Async
Methods
build
build
(
scope
,
id
,
stackProps
?
)
:
Stack
Parameters
scope
:
Construct
id
:
string
Optional
stackProps
:
StackProps
Returns
Stack
build
Async
build
Async
(
scope
,
id
,
stackProps
?
)
:
Promise
<
Stack
>
Parameters
scope
:
Construct
id
:
string
Optional
stackProps
:
StackProps
Returns
Promise
<
Stack
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
build
build
Async
@aws-quickstart/eks-blueprints
Loading...
Async extension for a stack builder to allow stacks produced asynchronously.