OriginEndpoint

class OriginEndpoint : KotlinCustomResource

Resource schema for AWS::MediaPackage::OriginEndpoint

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

Link copied to clipboard

Parameters for CDN authorization.

Link copied to clipboard
val awsId: Output<String>

The ID of the OriginEndpoint.

Link copied to clipboard
val channelId: Output<String>

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>?

A short text description of the OriginEndpoint.

Link copied to clipboard

Parameters for Apple HLS packaging.

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

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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<Tag>>?

A collection of tags associated with a resource

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

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 url: Output<String>

The URL of the packaged OriginEndpoint for consumption.

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

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