# IsDefaultPublishTargetMatchResult Properties

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [IsDefaultPublishTargetMatchResult](/reference/api/csharp/aspire.hosting.aws/isdefaultpublishtargetmatchresult.md)
- Kind: `Properties`
- Members: `3`

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.

## IsMatch

- Name: `IsMatch`
- Modifiers: `get; init`
- Returns: `bool`

```csharp
public bool IsMatch { get; init; }
```

## PublishTargetAnnotation

- Name: `PublishTargetAnnotation`
- Modifiers: `nullable` `get; init`
- Returns: `IResourceAnnotation?`

```csharp
public IResourceAnnotation? PublishTargetAnnotation { get; init; }
```

## Rank

- Name: `Rank`
- Modifiers: `get; init`
- Returns: `int`

```csharp
public int Rank { get; init; }
```
