Class: Aws::MediaPackageV2::Types::OriginEndpointListConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::OriginEndpointListConfiguration
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
The configuration of the origin endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
-
#channel_group_name ⇒ String
The name that describes the channel group.
-
#channel_name ⇒ String
The name that describes the channel.
-
#container_type ⇒ String
The type of container attached to this origin endpoint.
-
#created_at ⇒ Time
The date and time the origin endpoint was created.
-
#dash_manifests ⇒ Array<Types::ListDashManifestConfiguration>
A DASH manifest configuration.
-
#description ⇒ String
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
-
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
The failover settings for the endpoint.
-
#hls_manifests ⇒ Array<Types::ListHlsManifestConfiguration>
An HTTP live streaming (HLS) manifest configuration.
-
#low_latency_hls_manifests ⇒ Array<Types::ListLowLatencyHlsManifestConfiguration>
A low-latency HLS manifest configuration.
-
#modified_at ⇒ Time
The date and time the origin endpoint was modified.
-
#mss_manifests ⇒ Array<Types::ListMssManifestConfiguration>
A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint.
-
#origin_endpoint_name ⇒ String
The name that describes the origin endpoint.
-
#uri_separator ⇒ String
The separator character used in generated URIs for this origin endpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#channel_group_name ⇒ String
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#container_type ⇒ String
The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the origin endpoint was created.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#dash_manifests ⇒ Array<Types::ListDashManifestConfiguration>
A DASH manifest configuration.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#force_endpoint_error_configuration ⇒ Types::ForceEndpointErrorConfiguration
The failover settings for the endpoint.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#hls_manifests ⇒ Array<Types::ListHlsManifestConfiguration>
An HTTP live streaming (HLS) manifest configuration.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#low_latency_hls_manifests ⇒ Array<Types::ListLowLatencyHlsManifestConfiguration>
A low-latency HLS manifest configuration.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the origin endpoint was modified.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#mss_manifests ⇒ Array<Types::ListMssManifestConfiguration>
A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint. Each configuration represents a different MSS streaming option available from this endpoint.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#origin_endpoint_name ⇒ String
The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |
#uri_separator ⇒ String
The separator character used in generated URIs for this origin endpoint.
3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3398 class OriginEndpointListConfiguration < Struct.new( :arn, :channel_group_name, :channel_name, :origin_endpoint_name, :container_type, :description, :created_at, :modified_at, :hls_manifests, :low_latency_hls_manifests, :dash_manifests, :mss_manifests, :force_endpoint_error_configuration, :uri_separator) SENSITIVE = [] include Aws::Structure end |