Interface DIDataplaneProps

Interface representing properties for configuring the DIDataplane Construct.

interface DIDataplaneProps {
    account: OSMLAccount;
    config?: DIDataplaneConfig;
    inputTopic?: ITopic;
    osmlVpc: OSMLVpc;
    stacTopic?: ITopic;
}

Properties

account: OSMLAccount

The OSML deployment account.

Custom configuration for the DIDataplane Construct (optional).

inputTopic?: ITopic

The input topic to receive Data Intake requests (optional).

osmlVpc: OSMLVpc

The OSML VPC (Virtual Private Cloud) configuration for the Dataplane.

stacTopic?: ITopic

The output topic to send generated STAC items (optional).