OriginEndpointArgs

data class OriginEndpointArgs(val authorization: Output<OriginEndpointAuthorizationArgs>? = null, val awsId: Output<String>? = null, val channelId: Output<String>? = null, val cmafPackage: Output<OriginEndpointCmafPackageArgs>? = null, val dashPackage: Output<OriginEndpointDashPackageArgs>? = null, val description: Output<String>? = null, val hlsPackage: Output<OriginEndpointHlsPackageArgs>? = null, val manifestName: Output<String>? = null, val mssPackage: Output<OriginEndpointMssPackageArgs>? = null, val origination: Output<OriginEndpointOrigination>? = null, val startoverWindowSeconds: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null, val timeDelaySeconds: Output<Int>? = null, val whitelist: Output<List<String>>? = null) : ConvertibleToJava<OriginEndpointArgs>

Resource schema for AWS::MediaPackage::OriginEndpoint

Constructors

Link copied to clipboard
constructor(authorization: Output<OriginEndpointAuthorizationArgs>? = null, awsId: Output<String>? = null, channelId: Output<String>? = null, cmafPackage: Output<OriginEndpointCmafPackageArgs>? = null, dashPackage: Output<OriginEndpointDashPackageArgs>? = null, description: Output<String>? = null, hlsPackage: Output<OriginEndpointHlsPackageArgs>? = null, manifestName: Output<String>? = null, mssPackage: Output<OriginEndpointMssPackageArgs>? = null, origination: Output<OriginEndpointOrigination>? = null, startoverWindowSeconds: Output<Int>? = null, tags: Output<List<TagArgs>>? = null, timeDelaySeconds: Output<Int>? = null, whitelist: Output<List<String>>? = null)

Properties

Link copied to clipboard

Parameters for CDN authorization.

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

The ID of the OriginEndpoint.

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

The ID of the Channel the OriginEndpoint is associated with.

Link copied to clipboard

Parameters for Common Media Application Format (CMAF) packaging.

Link copied to clipboard

Parameters for DASH packaging.

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

A short text description of the OriginEndpoint.

Link copied to clipboard

Parameters for Apple HLS packaging.

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

A short string appended to the end of the OriginEndpoint URL.

Link copied to clipboard

Parameters for Microsoft Smooth Streaming packaging.

Link copied to clipboard

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

Link copied to clipboard
val startoverWindowSeconds: Output<Int>? = null

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of tags associated with a resource

Link copied to clipboard
val timeDelaySeconds: Output<Int>? = null

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

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

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

Functions

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