# DefaultElastiCacheServerlessSecurityGroupAttribute Constructors

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

Represents the base class for custom attributes.

## DefaultElastiCacheServerlessSecurityGroupAttribute

- Name: `Constructor`

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