SourceLocationSegmentDeliveryConfigurationArgs

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

The segment delivery configuration settings.

Constructors

constructor(baseUrl: Output<String>? = null, name: Output<String>? = null)

Properties

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

The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path. To use a relative URL specify the relative path, such as /some/path*.

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

A unique identifier used to distinguish between multiple segment delivery configurations in a source location.

Functions

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