Skip to main content

PulumiAny

Type Alias PulumiAny 

Source
pub type PulumiAny = PulumiValueMiddleware;

Aliased Type§

pub enum PulumiAny {
    Ready(PulumiValue),
    Deferred(Shared<Pin<Box<dyn Future<Output = PulumiValue> + Send>>>),
}

Variants§

§

Ready(PulumiValue)

§

Deferred(Shared<Pin<Box<dyn Future<Output = PulumiValue> + Send>>>)