class Aws::MediaPackage::Types::OriginEndpointUpdateParameters

Configuration parameters for updating an existing OriginEndpoint.

@!attribute [rw] authorization

CDN Authorization credentials
@return [Types::Authorization]

@!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] manifest_name

A short string that will be appended to the end of the Endpoint URL.
@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 (in seconds) of content to retain for startover
playback. If not specified, startover playback will be disabled for
the OriginEndpoint.
@return [Integer]

@!attribute [rw] time_delay_seconds

Amount of delay (in 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/OriginEndpointUpdateParameters AWS API Documentation

Constants

SENSITIVE