Interface TSTestRunnerContainerProps

Interface representing the properties for the TSTestRunnerContainer construct.

interface TSTestRunnerContainerProps {
    account: OSMLAccount;
    buildFromSource?: boolean;
    config?: TSTestRunnerContainerConfig;
    osmlVpc: OSMLVpc;
    taskRole?: IRole;
    tsEndpoint: string;
    tsTestImageBucket: string;
}

Properties

account: OSMLAccount

The OSML deployment account.

buildFromSource?: boolean

Optional flag to instruct building tile server test container from source.

Optional configuration for the TSTestContainer Construct

osmlVpc: OSMLVpc

The OSML vpc to deploy into

taskRole?: IRole

Optional task role to be used by the TSTestContainer.

tsEndpoint: string

The DNS name of the Tile Server load balancer endpoint

tsTestImageBucket: string

The S3 bucket name that contains test images for Tile Server

Generated using TypeDoc