SourceLocationHttpConfigurationArgs

data class SourceLocationHttpConfigurationArgs(val baseUrl: Output<String>) : ConvertibleToJava<SourceLocationHttpConfigurationArgs>

The HTTP configuration for the source location.

Constructors

Link copied to clipboard
constructor(baseUrl: Output<String>)

Properties

Link copied to clipboard
val baseUrl: Output<String>

The base URL for the source location host server. This string must include the protocol, such as https://.

Functions

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