Show / Hide Table of Contents

Class CfnChannelProps

Properties for defining a AWS::MediaLive::Channel.

Inheritance
System.Object
CfnChannelProps
Implements
ICfnChannelProps
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class CfnChannelProps : Object, ICfnChannelProps
Syntax (vb)
Public Class CfnChannelProps
    Inherits Object
    Implements ICfnChannelProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html

Synopsis

Constructors

CfnChannelProps()

Properties

CdiInputSpecification

AWS::MediaLive::Channel.CdiInputSpecification.

ChannelClass

AWS::MediaLive::Channel.ChannelClass.

Destinations

AWS::MediaLive::Channel.Destinations.

EncoderSettings

AWS::MediaLive::Channel.EncoderSettings.

InputAttachments

AWS::MediaLive::Channel.InputAttachments.

InputSpecification

AWS::MediaLive::Channel.InputSpecification.

LogLevel

AWS::MediaLive::Channel.LogLevel.

Name

AWS::MediaLive::Channel.Name.

RoleArn

AWS::MediaLive::Channel.RoleArn.

Tags

AWS::MediaLive::Channel.Tags.

Constructors

CfnChannelProps()

public CfnChannelProps()

Properties

CdiInputSpecification

AWS::MediaLive::Channel.CdiInputSpecification.

public object CdiInputSpecification { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-cdiinputspecification

ChannelClass

AWS::MediaLive::Channel.ChannelClass.

public string ChannelClass { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass

Destinations

AWS::MediaLive::Channel.Destinations.

public object Destinations { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-destinations

EncoderSettings

AWS::MediaLive::Channel.EncoderSettings.

public object EncoderSettings { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings

InputAttachments

AWS::MediaLive::Channel.InputAttachments.

public object InputAttachments { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-inputattachments

InputSpecification

AWS::MediaLive::Channel.InputSpecification.

public object InputSpecification { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-inputspecification

LogLevel

AWS::MediaLive::Channel.LogLevel.

public string LogLevel { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel

Name

AWS::MediaLive::Channel.Name.

public string Name { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name

RoleArn

AWS::MediaLive::Channel.RoleArn.

public string RoleArn { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn

Tags

AWS::MediaLive::Channel.Tags.

public object Tags { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags

Implements

ICfnChannelProps
Back to top Generated by DocFX