Trait L1Construct

Source
pub trait L1Construct: Scope {
    // Required method
    fn to_schema(&self) -> (String, Resource);
}

Required Methods§

Source

fn to_schema(&self) -> (String, Resource)

Returns the resource type and configuration of this construct.

Implementors§