The output of CreateStreamProcessorCommand.

interface CreateStreamProcessorCommandOutput {
    $metadata: ResponseMetadata;
    StreamProcessorArn?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

StreamProcessorArn?: string

Amazon Resource Number for the newly created stream processor.