Object defining a variable that can be used in your test configuration.

Hierarchy

  • SyntheticsConfigVariable

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
example?: string

Example for the variable.

id?: string

ID of the variable for global variables.

name: string

Name of the variable.

pattern?: string

Pattern of the variable.

secure?: boolean

Whether the value of this variable will be obfuscated in test results. Only for config variables of type text.

Type of the configuration variable.

Generated using TypeDoc