1 interface inheriting from IConstructResource
Aspire.Hosting.AWS (1)
CDK\IConstructResourceOfT.cs (1)
9public interface IConstructResource<out T> : IConstructResource, IResourceWithConstruct<T> where T : IConstruct;
3 references to IConstructResource
Aspire.Hosting.AWS (3)
CDK\ConstructResource.cs (2)
9/// <inheritdoc cref="IConstructResource" /> 10internal class ConstructResource(string name, IConstruct construct, IResourceWithConstruct parent) : Resource(name), IConstructResource
CDK\IConstructResourceOfT.cs (1)
8/// <inheritdoc cref="IConstructResource"/>