Class: Aws::MediaPackageV2::Types::FilterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::FilterConfiguration
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clip_start_time ⇒ Time
Optionally specify the clip start time for all of your manifest egress requests.
-
#drm_settings ⇒ String
Optionally specify one or more DRM settings for all of your manifest egress requests.
-
#end ⇒ Time
Optionally specify the end time for all of your manifest egress requests.
-
#manifest_filter ⇒ String
Optionally specify one or more manifest filters for all of your manifest egress requests.
-
#start ⇒ Time
Optionally specify the start time for all of your manifest egress requests.
-
#time_delay_seconds ⇒ Integer
Optionally specify the time delay for all of your manifest egress requests.
Instance Attribute Details
#clip_start_time ⇒ Time
Optionally specify the clip start time for all of your manifest egress requests. When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.
1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1753 class FilterConfiguration < Struct.new( :manifest_filter, :drm_settings, :start, :end, :time_delay_seconds, :clip_start_time) SENSITIVE = [] include Aws::Structure end |
#drm_settings ⇒ String
Optionally specify one or more DRM settings for all of your manifest egress requests. When you include a DRM setting, note that you cannot use an identical DRM setting query parameter for this manifest's endpoint URL.
1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1753 class FilterConfiguration < Struct.new( :manifest_filter, :drm_settings, :start, :end, :time_delay_seconds, :clip_start_time) SENSITIVE = [] include Aws::Structure end |
#end ⇒ Time
Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1753 class FilterConfiguration < Struct.new( :manifest_filter, :drm_settings, :start, :end, :time_delay_seconds, :clip_start_time) SENSITIVE = [] include Aws::Structure end |
#manifest_filter ⇒ String
Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1753 class FilterConfiguration < Struct.new( :manifest_filter, :drm_settings, :start, :end, :time_delay_seconds, :clip_start_time) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Time
Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.
1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1753 class FilterConfiguration < Struct.new( :manifest_filter, :drm_settings, :start, :end, :time_delay_seconds, :clip_start_time) SENSITIVE = [] include Aws::Structure end |
#time_delay_seconds ⇒ Integer
Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.
1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1753 class FilterConfiguration < Struct.new( :manifest_filter, :drm_settings, :start, :end, :time_delay_seconds, :clip_start_time) SENSITIVE = [] include Aws::Structure end |