Interface TSContainerProps

Interface representing the properties for the TSContainer construct.

interface TSContainerProps {
    account: OSMLAccount;
    buildFromSource?: boolean;
    config?: TSContainerConfig;
    osmlVpc: OSMLVpc;
    taskRole?: IRole;
}

Properties

account: OSMLAccount

The OSML deployment account.

buildFromSource?: boolean

Optional flag to instruct building tile server container from source.

Optional configuration settings specific to the TSContainer.

osmlVpc: OSMLVpc

The OSML VPC (Virtual Private Cloud) associated with the TSContainer.

taskRole?: IRole

Optional task role to be used by the TSContainer.

Generated using TypeDoc