# IProcessCommandService

- Kind: `interface`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting.AWS.Utils.Internal`
- Target framework: `net8.0`

## Definition

```csharp
namespace Aspire.Hosting.AWS.Utils.Internal;

public interface IProcessCommandService
{
    // ...
}
```

## Methods

- [RunCDKProcess(ILogger?, LogLevel, string, string, IDictionary<string, string>)](/reference/api/csharp/aspire.hosting.aws/iprocesscommandservice/methods.md#runcdkprocess-ilogger-loglevel-string-string-idictionary-string-string) : [RunProcessAndCaptureStdOutResult](/reference/api/csharp/aspire.hosting.aws/runprocessandcapturestdoutresult.md) `abstract`
- [RunProcess(ILogger, string, string, string, bool, IDictionary<string, string>)](/reference/api/csharp/aspire.hosting.aws/iprocesscommandservice/methods.md#runprocess-ilogger-string-string-string-bool-idictionary-string-string) : `int` `abstract`
- [RunProcessAndCaptureOutputAsync(ILogger, string, string, string?, CancellationToken)](/reference/api/csharp/aspire.hosting.aws/iprocesscommandservice/methods.md#runprocessandcaptureoutputasync-ilogger-string-string-string-cancellationtoken) : [Task<RunProcessAndCaptureStdOutResult>](/reference/api/csharp/aspire.hosting.aws/runprocessandcapturestdoutresult.md) `abstract`

## Nested Types

- [RunProcessAndCaptureStdOutResult](/reference/api/csharp/aspire.hosting.aws/runprocessandcapturestdoutresult.md) -- Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
