ExperimentEndpointArgs

data class ExperimentEndpointArgs(val endpoint: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ExperimentEndpointArgs>

Defines the endpoint properties

Constructors

Link copied to clipboard
fun ExperimentEndpointArgs(endpoint: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

The endpoint URL

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

The name of the endpoint