Class CfnChannel
The AWS::IVS::Channel
resource specifies an channel.
Inherited Members
Namespace: Amazon.CDK.AWS.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnChannel
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
A channel stores configuration information related to your live stream. For more information, see CreateChannel in the Amazon IVS Low-Latency Streaming API Reference .
By default, the IVS API CreateChannel endpoint creates a stream key in addition to a channel. The Channel resource does not create a stream key; to create a stream key, use the StreamKey resource instead.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html
CloudformationResource: AWS::IVS::Channel
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Ivs;
var cfnChannel = new CfnChannel(this, "MyCfnChannel", new CfnChannelProps {
Authorized = false,
ContainerFormat = "containerFormat",
InsecureIngest = false,
LatencyMode = "latencyMode",
MultitrackInputConfiguration = new MultitrackInputConfigurationProperty {
Enabled = false,
MaximumResolution = "maximumResolution",
Policy = "policy"
},
Name = "name",
Preset = "preset",
RecordingConfigurationArn = "recordingConfigurationArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
Channel ARN is automatically generated on creation and assigned as the unique identifier. |
Attr |
Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software. |
Attr |
Channel Playback URL. |
Authorized | Whether the channel is authorized. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Container |
Indicates which content-packaging format is used (MPEG-TS or fMP4). |
Insecure |
Whether the channel allows insecure ingest. |
Latency |
Channel latency mode. |
Multitrack |
Object specifying multitrack input configuration. |
Name | Channel. |
Preset | Optional transcode preset for the channel. |
Recording |
Recording Configuration ARN. |
Tags | Tag Manager which manages the tags for this resource. |
Tags |
A list of key-value pairs that contain metadata for the asset model. |
Type | Channel type, which determines the allowable resolution and bitrate. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnChannel(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnChannel(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnChannel(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnChannel(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnChannel(Construct, String, ICfnChannelProps)
public CfnChannel(Construct scope, string id, ICfnChannelProps props = null)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Channel Props Resource properties.
Properties
AttrArn
Channel ARN is automatically generated on creation and assigned as the unique identifier.
public virtual string AttrArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: Arn
AttrIngestEndpoint
Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
public virtual string AttrIngestEndpoint { get; }
Property Value
System.
Remarks
CloudformationAttribute: IngestEndpoint
AttrPlaybackUrl
Channel Playback URL.
public virtual string AttrPlaybackUrl { get; }
Property Value
System.
Remarks
CloudformationAttribute: PlaybackUrl
Authorized
Whether the channel is authorized.
public virtual object Authorized { get; set; }
Property Value
System.
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
ContainerFormat
Indicates which content-packaging format is used (MPEG-TS or fMP4).
public virtual string ContainerFormat { get; set; }
Property Value
System.
InsecureIngest
Whether the channel allows insecure ingest.
public virtual object InsecureIngest { get; set; }
Property Value
System.
LatencyMode
Channel latency mode.
public virtual string LatencyMode { get; set; }
Property Value
System.
MultitrackInputConfiguration
Object specifying multitrack input configuration.
public virtual object MultitrackInputConfiguration { get; set; }
Property Value
System.
Name
Channel.
public virtual string Name { get; set; }
Property Value
System.
Preset
Optional transcode preset for the channel.
public virtual string Preset { get; set; }
Property Value
System.
RecordingConfigurationArn
Recording Configuration ARN.
public virtual string RecordingConfigurationArn { get; set; }
Property Value
System.
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
A list of key-value pairs that contain metadata for the asset model.
public virtual ICfnTag[] TagsRaw { get; set; }
Property Value
ICfn
Type
Channel type, which determines the allowable resolution and bitrate.
public virtual string Type { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.