# DefaultECSClusterAttribute

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

Represents the base class for custom attributes.

## Definition

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

public class DefaultECSClusterAttribute
    : System.Attribute
{
    // ...
}
```

## Constructors

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