Represents a configuration class for the MRSync Construct.

Constructors

  • Creates an instance of MRSyncConfig.

    Parameters

    • S3_RESULTS_BUCKET: string = "test-results"

      The name of the S3 bucket for storing results. Default is "test-results".

    • KINESIS_RESULTS_STREAM: string = "test-stream"

      The name of the Kinesis stream for publishing results. Default is "test-stream".

    Returns MRSyncConfig

Properties

KINESIS_RESULTS_STREAM: string = "test-stream"

The name of the Kinesis stream for publishing results. Default is "test-stream".

S3_RESULTS_BUCKET: string = "test-results"

The name of the S3 bucket for storing results. Default is "test-results".

Generated using TypeDoc