SourceLocation

A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access configuration for the source location.

Link copied to clipboard
val arn: String

The ARN of the SourceLocation.

Link copied to clipboard

The timestamp that indicates when the source location was created.

Link copied to clipboard

The default segment delivery configuration.

Link copied to clipboard

The HTTP configuration for the source location.

Link copied to clipboard

The timestamp that indicates when the source location was last modified.

Link copied to clipboard

The segment delivery configurations for the source location.

Link copied to clipboard

The name of the source location.

Link copied to clipboard

The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

Functions

Link copied to clipboard
inline fun copy(block: SourceLocation.Builder.() -> Unit = {}): SourceLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String