Interface TSDataplaneProps

Interface representing properties for configuring the TSDataplane Construct.

interface TSDataplaneProps {
    account: OSMLAccount;
    auth?: OSMLAuth;
    config?: TSDataplaneConfig;
    osmlVpc: OSMLVpc;
}

Properties

account: OSMLAccount

The OSML deployment account.

auth?: OSMLAuth

The configuration for the authentication.

Custom configuration for the TSDataplane Construct (optional).

osmlVpc: OSMLVpc

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