Interface TSTestRunnerProps

Interface representing the properties for the TSTestRunner construct.

interface TSTestRunnerProps {
    account: OSMLAccount;
    dockerImageCode: DockerImageCode;
    osmlVpc: OSMLVpc;
    taskRole?: IRole;
}

Properties

account: OSMLAccount

The OSML deployment account.

dockerImageCode: DockerImageCode

The Docker image code to use for the lambda function

osmlVpc: OSMLVpc

The OSML vpc to deploy into

taskRole?: IRole

Optional task role to be used by the TSTestContainer.

Generated using TypeDoc