Class: StatusConfig

.StreamManager~StatusConfig(statusLevel, statusStreamName)

Configuration for status in a status-stream.

Constructor

new StatusConfig(statusLevel, statusStreamName)

Parameters:
Name Type Default Description
statusLevel aws-greengrass-core-sdk.StreamManager.StatusLevel null Defines the verbosity of status messages in a status-stream.
statusStreamName String null The name of the stream to which status messages are appended. The status-stream should be created before associating it with another stream.
Source:

Members

statusLevel

Defines the verbosity of status messages in a status-stream.
Source:

statusLevel

Source:

statusStreamName

The name of the stream to which status messages are appended. The status-stream should be created before associating it with another stream.
Source:

statusStreamName

Source:

Methods

withStatusLevel(value) → {aws-greengrass-core-sdk.StreamManager.StatusConfig}

Parameters:
Name Type Description
value aws-greengrass-core-sdk.StreamManager.StatusLevel Defines the verbosity of status messages in a status-stream.
Source:
Returns:
Type
aws-greengrass-core-sdk.StreamManager.StatusConfig

withStatusStreamName(value) → {aws-greengrass-core-sdk.StreamManager.StatusConfig}

Parameters:
Name Type Description
value String The name of the stream to which status messages are appended. The status-stream should be created before associating it with another stream.
Source:
Returns:
Type
aws-greengrass-core-sdk.StreamManager.StatusConfig