Class: Aws::MediaPackageV2::Types::FilterConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endTime

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.

Returns:

  • (Time)


1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1061

class FilterConfiguration < Struct.new(
  :manifest_filter,
  :start,
  :end,
  :time_delay_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_filterString

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.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1061

class FilterConfiguration < Struct.new(
  :manifest_filter,
  :start,
  :end,
  :time_delay_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#startTime

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.

Returns:

  • (Time)


1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1061

class FilterConfiguration < Struct.new(
  :manifest_filter,
  :start,
  :end,
  :time_delay_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#time_delay_secondsInteger

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.

Returns:

  • (Integer)


1061
1062
1063
1064
1065
1066
1067
1068
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1061

class FilterConfiguration < Struct.new(
  :manifest_filter,
  :start,
  :end,
  :time_delay_seconds)
  SENSITIVE = []
  include Aws::Structure
end