Source

class Source

The settings for the source of the flow.

Types

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

Properties

Link copied to clipboard

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Link copied to clipboard

The type of encryption that is used on the content ingested from this source.

Link copied to clipboard

A description for the source. This value is not used or seen outside of the current MediaConnect account.

Link copied to clipboard

The ARN of the entitlement that allows you to subscribe to content that comes from another Amazon Web Services account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.

Link copied to clipboard

The source configuration for cloud flows receiving a stream from a bridge.

Link copied to clipboard

The IP address that the flow will be listening on for incoming content.

Link copied to clipboard

The port that the flow will be listening on for incoming content.

Link copied to clipboard

The media streams that are associated with the source, and the parameters for those associations.

Link copied to clipboard
val name: String?

The name of the source.

Link copied to clipboard

The IP address of the device that is currently sending content to this source.

Link copied to clipboard

The IP address that the flow communicates with to initiate connection with the sender.

Link copied to clipboard

The port that the flow uses to send outbound requests to initiate connection with the sender.

Link copied to clipboard

The ARN of the source.

Link copied to clipboard

Attributes related to the transport stream that are used in the source.

Link copied to clipboard

The name of the VPC interface that is used for this source.

Link copied to clipboard

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Functions

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