EngineConfig

A structure of engine configurations for the canary, one for each browser type that the canary is configured to run on.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The browser type associated with this engine configuration.

Link copied to clipboard

Each engine configuration contains the ARN of the Lambda function that is used as the canary's engine for a specific browser type.

Functions

Link copied to clipboard
inline fun copy(block: EngineConfig.Builder.() -> Unit = {}): EngineConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String