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.

Placeholder documentation for DescribeChannelResponse

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.MediaLive.Model.DescribeChannelResponse

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

Syntax

C#
public class DescribeChannelResponse : AmazonWebServiceResponse

The DescribeChannelResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeChannelResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn. The unique arn of the channel.

Public Property CdiInputSpecification Amazon.MediaLive.Model.CdiInputSpecification

Gets and sets the property CdiInputSpecification. Specification of CDI inputs for this channel

Public Property ChannelClass Amazon.MediaLive.ChannelClass

Gets and sets the property ChannelClass. The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Destinations System.Collections.Generic.List<Amazon.MediaLive.Model.OutputDestination>

Gets and sets the property Destinations. A list of destinations of the channel. For UDP outputs, there is onedestination per output. For other types (HLS, for example), there isone destination per packager.

Public Property EgressEndpoints System.Collections.Generic.List<Amazon.MediaLive.Model.ChannelEgressEndpoint>

Gets and sets the property EgressEndpoints. The endpoints where outgoing connections initiate from

Public Property EncoderSettings Amazon.MediaLive.Model.EncoderSettings

Gets and sets the property EncoderSettings.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Id System.String

Gets and sets the property Id. The unique id of the channel.

Public Property InputAttachments System.Collections.Generic.List<Amazon.MediaLive.Model.InputAttachment>

Gets and sets the property InputAttachments. List of input attachments for channel.

Public Property InputSpecification Amazon.MediaLive.Model.InputSpecification

Gets and sets the property InputSpecification. Specification of network and file inputs for this channel

Public Property LogLevel Amazon.MediaLive.LogLevel

Gets and sets the property LogLevel. The log level being written to CloudWatch Logs.

Public Property Maintenance Amazon.MediaLive.Model.MaintenanceStatus

Gets and sets the property Maintenance. Maintenance settings for this channel.

Public Property Name System.String

Gets and sets the property Name. The name of the channel. (user-mutable)

Public Property PipelineDetails System.Collections.Generic.List<Amazon.MediaLive.Model.PipelineDetail>

Gets and sets the property PipelineDetails. Runtime details for the pipelines of a running channel.

Public Property PipelinesRunningCount System.Int32

Gets and sets the property PipelinesRunningCount. The number of currently healthy pipelines.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn. The Amazon Resource Name (ARN) of the role assumed when running the Channel.

Public Property State Amazon.MediaLive.ChannelState

Gets and sets the property State.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags. A collection of key-value pairs.

Public Property Vpc Amazon.MediaLive.Model.VpcOutputSettingsDescription

Gets and sets the property Vpc. Settings for VPC output

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5