Preparing search index...
The search index is not available
@pulumi/pulumi
@pulumi/pulumi
LiftedObject
Type alias LiftedObject<T, K>
Lifted
Object
<
T
,
K
>
:
{
[
P
in
K
]
:
IsStrictlyAny
<
T
[
P
]
>
extends
true
?
Output
<
any
>
:
T
[
P
]
extends
OutputInstance
<
infer
T1
>
?
Output
<
T1
>
:
T
[
P
]
extends
Promise
<
infer
T2
>
?
Output
<
T2
>
:
Output
<
T
[
P
]
>
}
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@pulumi/pulumi
Loading...
Generated using
TypeDoc