# SiloSqsStreamConfigurator.SiloSqsStreamConfigurator(string, Action&lt;Action&lt;IServiceCollection&gt;&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.sqs/orleans.hosting.silosqsstreamconfigurator/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.streaming.sqs/orleans.hosting.silosqsstreamconfigurator/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AWS/Orleans.Streaming.SQS/Streams/SQSStreamBuilder.cs#L12-L20)

```csharp
public SiloSqsStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate)
```

### Parameters

- `name` (`string`)
- `configureServicesDelegate` (`Action<Action<IServiceCollection>>`)
