Class: Aws::MediaPackage::Types::CreateOriginEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CreateOriginEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
-
#authorization ⇒ Types::Authorization
CDN Authorization credentials.
- #channel_id ⇒ String
-
#cmaf_package ⇒ Types::CmafPackage
A Common Media Application Format (CMAF) packaging configuration.
- #created_at ⇒ String
-
#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
- #url ⇒ String
- #whitelist ⇒ Array<String>
Instance Attribute Details
#arn ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#authorization ⇒ Types::Authorization
CDN Authorization credentials
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#cmaf_package ⇒ Types::CmafPackage
A Common Media Application Format (CMAF) packaging configuration.
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) packaging configuration.
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#origination ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#startover_window_seconds ⇒ Integer
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#time_delay_seconds ⇒ Integer
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |
#whitelist ⇒ Array<String>
599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 599 class CreateOriginEndpointResponse < Struct.new( :arn, :authorization, :channel_id, :cmaf_package, :created_at, :dash_package, :description, :hls_package, :id, :manifest_name, :mss_package, :origination, :startover_window_seconds, :tags, :time_delay_seconds, :url, :whitelist) SENSITIVE = [] include Aws::Structure end |