Skip to content
Docs Try Aspire

AWSCDKEnvironmentResource<T>

Class net10.0
📦 Aspire.Hosting.AWS v13.0.0
Represents an abstract resource that can be used by an application, that implements ApplicationModel.IResource.
namespace Aspire.Hosting.AWS.Deployment;
public class AWSCDKEnvironmentResource<T>
: Aspire.Hosting.AWS.Deployment.AWSCDKEnvironmentResource
where T : Stack
{
// ...
}
T : Stack