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.
Namespace: Amazon.MediaPackageV2.Model
Assembly: AWSSDK.MediaPackageV2.dll
Version: 3.x.y.z
public class GetChannelResponse : AmazonWebServiceResponse
The GetChannelResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetChannelResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. The Amazon Resource Name (ARN) associated with the resource. |
![]() |
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. |
![]() |
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. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreatedAt | System.DateTime |
Gets and sets the property CreatedAt. The date and time the channel was created. |
![]() |
Description | System.String |
Gets and sets the property Description. The description for your channel. |
![]() |
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. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
IngestEndpoints | System.Collections.Generic.List<Amazon.MediaPackageV2.Model.IngestEndpoint> |
Gets and sets the property IngestEndpoints. |
![]() |
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 | 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:
|
![]() |
ModifiedAt | System.DateTime |
Gets and sets the property ModifiedAt. The date and time the channel was modified. |
![]() |
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 |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
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. |
var client = new AmazonMediaPackageV2Client(); var response = client.CancelHarvestJob(new CancelHarvestJobRequest { ChannelGroupName = "exampleChannelGroup", ChannelName = "exampleChannelName", HarvestJobName = "HarvestJobName", OriginEndpointName = "exampleOriginEndpointName" });
.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