# IsDefaultPublishTargetMatchResult

- 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`

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 IsDefaultPublishTargetMatchResult
{
    // ...
}
```

## Constructors

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

## Properties

- [IsMatch](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult/properties.md#ismatch) : `bool` `get; init`
- [PublishTargetAnnotation](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult/properties.md#publishtargetannotation) : `IResourceAnnotation?` `get; init`
- [Rank](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult/properties.md#rank) : `int` `get; init`

## Fields

- [DEFAULT_MATCH_RANK](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult/fields.md#default-match-rank) : `int` `static`
- [NO_MATCH](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult/fields.md#no-match) : [IsDefaultPublishTargetMatchResult](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult.md) `static`
