@pulumi/pulumi
Preparing search index...
automation
RemoteDestroyOptions
Interface RemoteDestroyOptions
Options controlling the behavior of a
RemoteStack.destroy
operation.
interface
RemoteDestroyOptions
{
onEvent
?:
(
event
:
EngineEvent
)
=>
void
;
onOutput
?:
(
out
:
string
)
=>
void
;
}
Index
Properties
on
Event?
on
Output?
Properties
Optional
on
Event
onEvent
?:
(
event
:
EngineEvent
)
=>
void
Optional
on
Output
onOutput
?:
(
out
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Event
on
Output
@pulumi/pulumi
Loading...
Options controlling the behavior of a RemoteStack.destroy operation.