File: CloudFormation\ICloudFormationStackResource.cs | Web Access |
Project: src\src\Aspire.Hosting.AWS\Aspire.Hosting.AWS.csproj (Aspire.Hosting.AWS) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Aspire.Hosting.AWS.CloudFormation; /// <summary> /// Resource representing an AWS CloudFormation stack. /// </summary> public interface ICloudFormationStackResource : ICloudFormationResource; |