Class CfnChannelProps
Properties for defining a AWS::MediaLive::Channel
.
Inheritance
Implements
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 |
|
ChannelClass |
|
Destinations |
|
EncoderSettings |
|
InputAttachments |
|
InputSpecification |
|
LogLevel |
|
Name |
|
RoleArn |
|
Tags |
|
Constructors
CfnChannelProps()
public CfnChannelProps()
Properties
CdiInputSpecification
AWS::MediaLive::Channel.CdiInputSpecification
.
public object CdiInputSpecification { get; set; }
Property Value
System.Object
Remarks
ChannelClass
AWS::MediaLive::Channel.ChannelClass
.
public string ChannelClass { get; set; }
Property Value
System.String
Remarks
Destinations
AWS::MediaLive::Channel.Destinations
.
public object Destinations { get; set; }
Property Value
System.Object
Remarks
EncoderSettings
AWS::MediaLive::Channel.EncoderSettings
.
public object EncoderSettings { get; set; }
Property Value
System.Object
Remarks
InputAttachments
AWS::MediaLive::Channel.InputAttachments
.
public object InputAttachments { get; set; }
Property Value
System.Object
Remarks
InputSpecification
AWS::MediaLive::Channel.InputSpecification
.
public object InputSpecification { get; set; }
Property Value
System.Object
Remarks
LogLevel
AWS::MediaLive::Channel.LogLevel
.
public string LogLevel { get; set; }
Property Value
System.String
Remarks
Name
AWS::MediaLive::Channel.Name
.
public string Name { get; set; }
Property Value
System.String
Remarks
RoleArn
AWS::MediaLive::Channel.RoleArn
.
public string RoleArn { get; set; }
Property Value
System.String
Remarks
Tags
AWS::MediaLive::Channel.Tags
.
public object Tags { get; set; }
Property Value
System.Object