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.

Container for the parameters to the CreateChannel operation. Creates a new channel

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaLive.AmazonMediaLiveRequest
      Amazon.MediaLive.Model.CreateChannelRequest

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

Syntax

C#
public class CreateChannelRequest : AmazonMediaLiveRequest
         IAmazonWebServiceRequest

The CreateChannelRequest type exposes the following members

Constructors

NameDescription
Public Method CreateChannelRequest()

Properties

NameTypeDescription
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 Destinations System.Collections.Generic.List<Amazon.MediaLive.Model.OutputDestination>

Gets and sets the property Destinations.

Public Property EncoderSettings Amazon.MediaLive.Model.EncoderSettings

Gets and sets the property EncoderSettings.

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 to write to CloudWatch Logs.

Public Property Maintenance Amazon.MediaLive.Model.MaintenanceCreateSettings

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

Public Property Name System.String

Gets and sets the property Name. Name of channel.

Public Property RequestId System.String

Gets and sets the property RequestId. Unique request ID to be specified. This is needed to prevent retries fromcreating multiple resources.

Public Property Reserved System.String

Gets and sets the property Reserved. Deprecated field that's only usable by whitelisted customers.

Public Property RoleArn System.String

Gets and sets the property RoleArn. An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.

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.VpcOutputSettings

Gets and sets the property Vpc. Settings for the VPC outputs

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