The configuration of the channel.
Contents
- Arn
-
The Amazon Resource Name (ARN) associated with the resource.
Type: String
Required: Yes
- ChannelGroupName
-
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.
Type: String
Required: Yes
- ChannelName
-
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.
Type: String
Required: Yes
- CreatedAt
-
The date and time the channel was created.
Type: Timestamp
Required: Yes
- ModifiedAt
-
The date and time the channel was modified.
Type: Timestamp
Required: Yes
- Description
-
Any descriptive information that you want to add to the channel for future identification purposes.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- InputType
-
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).
Type: String
Valid Values:
HLS | CMAF
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: