2 interfaces inheriting from IResourceWithConstruct
Aspire.Hosting.AWS (2)
CDK\IConstructResourceOfT.cs (1)
9public interface IConstructResource<out T> : IConstructResource, IResourceWithConstruct<T> where T : IConstruct;
CDK\IStackResourceOfT.cs (1)
9public interface IStackResource<out T> : IStackResource, IResourceWithConstruct<T>