Amplify Toolbox
Preparing search index...
@aws-amplify/backend-deployer
BackendDeployer
Type Alias BackendDeployer
Invokes an invokable command
type
BackendDeployer
=
{
deploy
:
(
backendId
:
BackendIdentifier
,
deployProps
?:
DeployProps
,
)
=>
Promise
<
DeployResult
>
;
destroy
:
(
backendId
:
BackendIdentifier
)
=>
Promise
<
DestroyResult
>
;
}
Index
Properties
deploy
destroy
Properties
deploy
deploy
:
(
backendId
:
BackendIdentifier
,
deployProps
?:
DeployProps
,
)
=>
Promise
<
DeployResult
>
destroy
destroy
:
(
backendId
:
BackendIdentifier
)
=>
Promise
<
DestroyResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deploy
destroy
Amplify Toolbox
Loading...
Invokes an invokable command