# AWSLinkedObjectsAnnotation

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

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Definition

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

public class AWSLinkedObjectsAnnotation
    : Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
    // ...
}
```

## Constructors

- [AWSLinkedObjectsAnnotation](/reference/api/csharp/aspire.hosting.aws/awslinkedobjectsannotation/constructors.md#constructor)

## Properties

- [Construct](/reference/api/csharp/aspire.hosting.aws/awslinkedobjectsannotation/properties.md#construct) : `Construct` `get; init`
- [EnvironmentResource](/reference/api/csharp/aspire.hosting.aws/awslinkedobjectsannotation/properties.md#environmentresource) : [AWSCDKEnvironmentResource](/reference/api/csharp/aspire.hosting.aws/awscdkenvironmentresource.md) `get; init`
- [PublishTarget](/reference/api/csharp/aspire.hosting.aws/awslinkedobjectsannotation/properties.md#publishtarget) : [IAWSPublishTarget](/reference/api/csharp/aspire.hosting.aws/iawspublishtarget.md) `get; init`
- [Resource](/reference/api/csharp/aspire.hosting.aws/awslinkedobjectsannotation/properties.md#resource) : `IResource` `get; init`
