SelfHostedServerArgs

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

The service properties when target service type is SelfHostedServer

Constructors

Link copied to clipboard
constructor(endpoint: Output<String>? = null, type: Output<String>)

Properties

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

The endpoint of service.

Link copied to clipboard
val type: Output<String>

The target service type. Expected value is 'SelfHostedServer'.

Functions

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