Interface DCDataplaneProps

Interface representing the properties for the DCDataplane construct.

interface DCDataplaneProps {
    account: OSMLAccount;
    auth?: OSMLAuth;
    config?: DCDataplaneConfig;
    ingestTopic?: ITopic;
    osmlVpc: OSMLVpc;
}

Properties

account: OSMLAccount

The OSML deployment account.

auth?: OSMLAuth

The auth configuration to use for the deployment (optional).

Custom configuration for the DCDataplane Construct (optional).

ingestTopic?: ITopic

The topic to subscribe to for ingesting STAC items.

osmlVpc: OSMLVpc

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