Interface MRDataplaneProps

Interface representing properties for configuring the MRDataplane Construct.

interface MRDataplaneProps {
    account: OSMLAccount;
    config?: MRDataplaneConfig;
    osmlVpc: OSMLVpc;
}

Properties

account: OSMLAccount

The OSML deployment account.

Custom configuration for the MRDataplane Construct (optional).

osmlVpc: OSMLVpc

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