# DefaultECSExpressExecutionRoleAttribute Constructors

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

Represents the base class for custom attributes.

## DefaultECSExpressExecutionRoleAttribute

- Name: `Constructor`

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