OriginEndpointListConfiguration
The configuration of the origin endpoint.
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
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9_-]+
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
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9_-]+
Required: Yes
- ContainerType
-
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.
Type: String
Valid Values:
TS | CMAF
Required: Yes
- OriginEndpointName
-
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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[a-zA-Z0-9_-]+
Required: Yes
- CreatedAt
-
The date and time the origin endpoint was created.
Type: Timestamp
Required: No
- DashManifests
-
A DASH manifest configuration.
Type: Array of ListDashManifestConfiguration objects
Required: No
- Description
-
Any descriptive information that you want to add to the origin endpoint for future identification purposes.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- ForceEndpointErrorConfiguration
-
The failover settings for the endpoint.
Type: ForceEndpointErrorConfiguration object
Required: No
- HlsManifests
-
An HTTP live streaming (HLS) manifest configuration.
Type: Array of ListHlsManifestConfiguration objects
Required: No
- LowLatencyHlsManifests
-
A low-latency HLS manifest configuration.
Type: Array of ListLowLatencyHlsManifestConfiguration objects
Required: No
- ModifiedAt
-
The date and time the origin endpoint was modified.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: