Represents the configuration for the TSContainer Construct.

Constructors

  • Creates an instance of TSContainerConfig.

    Parameters

    • Optional TS_CONTAINER: string = "awsosml/osml-tile-server:latest"

      The container image to use for the TileServer.

    • Optional TS_BUILD_PATH: string = "lib/osml-tile-server"

      The build path for the TileServer.

    • Optional TS_BUILD_TARGET: string = "osml_tile_server"

      The build target for the TileServer.

    • Optional TS_REPOSITORY: string = "tile-server-container"

      The repository name for the TileServer.

    Returns TSContainerConfig

Properties

TS_BUILD_PATH: string = "lib/osml-tile-server"

The build path for the TileServer.

TS_BUILD_TARGET: string = "osml_tile_server"

The build target for the TileServer.

TS_CONTAINER: string = "awsosml/osml-tile-server:latest"

The container image to use for the TileServer.

TS_REPOSITORY: string = "tile-server-container"

The repository name for the TileServer.

Generated using TypeDoc