VodSource

class VodSource

VOD source configuration parameters.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN for the VOD source.

Link copied to clipboard

The timestamp that indicates when the VOD source was created.

Link copied to clipboard

The HTTP package configurations for the VOD source.

Link copied to clipboard

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

Link copied to clipboard

The name of the source location that the VOD source is associated with.

Link copied to clipboard

The tags assigned to the VOD source. 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.

Link copied to clipboard

The name of the VOD source.

Functions

Link copied to clipboard
inline fun copy(block: VodSource.Builder.() -> Unit = {}): VodSource
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