# DefaultElastiCacheNodeSecurityGroupAttribute Constructors

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

Represents the base class for custom attributes.

## DefaultElastiCacheNodeSecurityGroupAttribute

- Name: `Constructor`

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