# DefaultVpcAttribute Constructors

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

Represents the base class for custom attributes.

## DefaultVpcAttribute

- Name: `Constructor`

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