The input for StopStreamProcessorCommand.

interface StopStreamProcessorCommandInput {
    Name: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Name: undefined | string

The name of a stream processor created by CreateStreamProcessor.