Class: Aws::MediaPackageV2::Types::ChannelListConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ChannelListConfiguration
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
The configuration of the channel.
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.
-
#created_at ⇒ Time
The date and time the channel was created.
-
#description ⇒ String
Any descriptive information that you want to add to the channel for future identification purposes.
-
#input_type ⇒ String
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.
-
#modified_at ⇒ Time
The date and time the channel was modified.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource.
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) 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.
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) 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.
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the channel was created.
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Any descriptive information that you want to add to the channel for future identification purposes.
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) SENSITIVE = [] include Aws::Structure end |
#input_type ⇒ String
The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.
The allowed values are:
HLS
- The HLS streaming specification (which defines M3U8 manifests and TS segments).CMAF
- The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the channel was modified.
179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 179 class ChannelListConfiguration < Struct.new( :arn, :channel_name, :channel_group_name, :created_at, :modified_at, :description, :input_type) SENSITIVE = [] include Aws::Structure end |