# IAWSPublishTargetAnnotation

- Kind: `interface`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting.AWS.Deployment`
- Target framework: `net8.0`
- Implements: `IResourceAnnotation`

## Definition

```csharp
namespace Aspire.Hosting.AWS.Deployment;

public interface IAWSPublishTargetAnnotation
    : Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
    // ...
}
```
