AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetChannel operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MediaPackageV2.Model.GetChannelResponse

Namespace: Amazon.MediaPackageV2.Model
Assembly: AWSSDK.MediaPackageV2.dll
Version: 3.x.y.z

Syntax

C#
public class GetChannelResponse : AmazonWebServiceResponse

The GetChannelResponse type exposes the following members

Constructors

NameDescription
Public Method GetChannelResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) associated with the resource.

Public Property ChannelGroupName System.String

Gets and sets the property 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.

Public Property ChannelName System.String

Gets and sets the property 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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time the channel was created.

Public Property Description System.String

Gets and sets the property Description.

The description for your channel.

Public Property ETag System.String

Gets and sets the property ETag.

The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IngestEndpoints System.Collections.Generic.List<Amazon.MediaPackageV2.Model.IngestEndpoint>

Gets and sets the property IngestEndpoints.

Public Property InputSwitchConfiguration Amazon.MediaPackageV2.Model.InputSwitchConfiguration

Gets and sets the property InputSwitchConfiguration.

The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when InputType is CMAF.

Public Property InputType Amazon.MediaPackageV2.InputType

Gets and sets the property 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).

Public Property ModifiedAt System.DateTime

Gets and sets the property ModifiedAt.

The date and time the channel was modified.

Public Property OutputHeaderConfiguration Amazon.MediaPackageV2.Model.OutputHeaderConfiguration

Gets and sets the property OutputHeaderConfiguration.

The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when InputType is CMAF.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The comma-separated list of tag key:value pairs assigned to the channel.

Examples

Getting a Channel


var client = new AmazonMediaPackageV2Client();
var response = client.CancelHarvestJob(new CancelHarvestJobRequest 
{
    ChannelGroupName = "exampleChannelGroup",
    ChannelName = "exampleChannelName",
    HarvestJobName = "HarvestJobName",
    OriginEndpointName = "exampleOriginEndpointName"
});


            

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5