Class: Aws::MediaPackage::Types::CreateOriginEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CreateOriginEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
- #channel_id ⇒ String
-
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
-
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
- #description ⇒ String
-
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
- #id ⇒ String
- #manifest_name ⇒ String
-
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
- #origination ⇒ String
- #startover_window_seconds ⇒ Integer
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
- #time_delay_seconds ⇒ Integer
- #whitelist ⇒ Array<String>
Instance Attribute Details
#authorization ⇒ Types::Authorization
CDN Authorization credentials
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#cmaf_package ⇒ Types::CmafPackageCreateOrUpdateParameters
A Common Media Application Format (CMAF) packaging configuration.
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#origination ⇒ String
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#startover_window_seconds ⇒ Integer
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#time_delay_seconds ⇒ Integer
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |
#whitelist ⇒ Array<String>
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 520 class CreateOriginEndpointRequest < Struct.new( :authorization, :channel_id, :cmaf_package, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :whitelist) SENSITIVE = [] include Aws::Structure end |