pub trait L1Construct: Scope { // Required method fn to_schema(&self) -> (String, Resource); }
Returns the resource type and configuration of this construct.