# DefaultECSClusterAttribute Constructors

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [DefaultECSClusterAttribute](/reference/api/csharp/aspire.hosting.aws/defaultecsclusterattribute.md)
- Kind: `Constructors`
- Members: `1`

Represents the base class for custom attributes.

## DefaultECSClusterAttribute

- Name: `Constructor`

```csharp
public class DefaultECSClusterAttribute
{
    public DefaultECSClusterAttribute()
    {
        // ...
    }
}
```
