class Aws::MediaPackage::Types::OriginEndpointCreateParameters

Configuration parameters for a new OriginEndpoint.

@!attribute [rw] authorization

CDN Authorization credentials
@return [Types::Authorization]

@!attribute [rw] channel_id

The ID of the Channel that the OriginEndpoint will be associated
with. This cannot be changed after the OriginEndpoint is created.
@return [String]

@!attribute [rw] cmaf_package

A Common Media Application Format (CMAF) packaging configuration.
@return [Types::CmafPackageCreateOrUpdateParameters]

@!attribute [rw] dash_package

A Dynamic Adaptive Streaming over HTTP (DASH) packaging
configuration.
@return [Types::DashPackage]

@!attribute [rw] description

A short text description of the OriginEndpoint.
@return [String]

@!attribute [rw] hls_package

An HTTP Live Streaming (HLS) packaging configuration.
@return [Types::HlsPackage]

@!attribute [rw] id

The ID of the OriginEndpoint. The ID must be unique within the
region and it cannot be changed after the OriginEndpoint is created.
@return [String]

@!attribute [rw] manifest_name

A short string that will be used as the filename of the
OriginEndpoint URL (defaults to "index").
@return [String]

@!attribute [rw] mss_package

A Microsoft Smooth Streaming (MSS) packaging configuration.
@return [Types::MssPackage]

@!attribute [rw] origination

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
@return [String]

@!attribute [rw] startover_window_seconds

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

@!attribute [rw] tags

A collection of tags associated with a resource
@return [Hash<String,String>]

@!attribute [rw] time_delay_seconds

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.
@return [Integer]

@!attribute [rw] whitelist

A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/OriginEndpointCreateParameters AWS API Documentation

Constants

SENSITIVE