@pulumi/pulumi - v3.256.0
Preparing search index...
deferredOutput
Function deferredOutput
deferredOutput
<
T
>
()
:
[
Output
<
T
>
,
(
source
:
Output
<
T
>
)
=>
void
]
Creates an Output
whose value can be later resolved from another Output
instance.
Type Parameters
T
Returns
[
Output
<
T
>
,
(
source
:
Output
<
T
>
)
=>
void
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@pulumi/pulumi - v3.256.0
Loading...
Creates an Output whose value can be later resolved from another Output instance.