WebTestPropertiesConfigurationArgs

data class WebTestPropertiesConfigurationArgs(val webTest: Output<String>? = null) : ConvertibleToJava<WebTestPropertiesConfigurationArgs>

An XML configuration specification for a WebTest.

Constructors

Link copied to clipboard
constructor(webTest: Output<String>? = null)

Properties

Link copied to clipboard
val webTest: Output<String>? = null

The XML specification of a WebTest to run against an application.

Functions

Link copied to clipboard
open override fun toJava(): WebTestPropertiesConfigurationArgs