#[non_exhaustive]pub struct CreateOriginEndpointOutput { /* private fields */ }
Implementations§
source§impl CreateOriginEndpointOutput
impl CreateOriginEndpointOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
CDN Authorization credentials
sourcepub fn channel_id(&self) -> Option<&str>
pub fn channel_id(&self) -> Option<&str>
The ID of the Channel the OriginEndpoint is associated with.
sourcepub fn cmaf_package(&self) -> Option<&CmafPackage>
pub fn cmaf_package(&self) -> Option<&CmafPackage>
A Common Media Application Format (CMAF) packaging configuration.
sourcepub fn dash_package(&self) -> Option<&DashPackage>
pub fn dash_package(&self) -> Option<&DashPackage>
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A short text description of the OriginEndpoint.
sourcepub fn hls_package(&self) -> Option<&HlsPackage>
pub fn hls_package(&self) -> Option<&HlsPackage>
An HTTP Live Streaming (HLS) packaging configuration.
sourcepub fn manifest_name(&self) -> Option<&str>
pub fn manifest_name(&self) -> Option<&str>
A short string appended to the end of the OriginEndpoint URL.
sourcepub fn mss_package(&self) -> Option<&MssPackage>
pub fn mss_package(&self) -> Option<&MssPackage>
A Microsoft Smooth Streaming (MSS) packaging configuration.
sourcepub fn origination(&self) -> Option<&Origination>
pub fn origination(&self) -> Option<&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
sourcepub fn startover_window_seconds(&self) -> i32
pub fn startover_window_seconds(&self) -> i32
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
A collection of tags associated with a resource
sourcepub fn time_delay_seconds(&self) -> i32
pub fn time_delay_seconds(&self) -> i32
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.
source§impl CreateOriginEndpointOutput
impl CreateOriginEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateOriginEndpointOutput
.
Trait Implementations§
source§impl Clone for CreateOriginEndpointOutput
impl Clone for CreateOriginEndpointOutput
source§fn clone(&self) -> CreateOriginEndpointOutput
fn clone(&self) -> CreateOriginEndpointOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateOriginEndpointOutput
impl Debug for CreateOriginEndpointOutput
source§impl PartialEq<CreateOriginEndpointOutput> for CreateOriginEndpointOutput
impl PartialEq<CreateOriginEndpointOutput> for CreateOriginEndpointOutput
source§fn eq(&self, other: &CreateOriginEndpointOutput) -> bool
fn eq(&self, other: &CreateOriginEndpointOutput) -> bool
self
and other
values to be equal, and is used
by ==
.