The input for DeleteStreamProcessorCommand.

interface DeleteStreamProcessorCommandInput {
    Name: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Name: undefined | string

The name of the stream processor you want to delete.