Show / Hide Table of Contents

Class CfnChannel.OutputDestinationSettingsProperty

The configuration information for this output.

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

The parent of this entity is OutputDestination.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html

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.MediaLive;

var outputDestinationSettingsProperty = new OutputDestinationSettingsProperty {
    PasswordParam = "passwordParam",
    StreamName = "streamName",
    Url = "url",
    Username = "username"
};

Synopsis

Constructors

OutputDestinationSettingsProperty()

Properties

PasswordParam

The password parameter that holds the password for accessing the downstream system.

StreamName

The stream name for the content.

Url

The URL for the destination.

Username

The user name to connect to the downstream system.

Constructors

OutputDestinationSettingsProperty()

public OutputDestinationSettingsProperty()

Properties

PasswordParam

The password parameter that holds the password for accessing the downstream system.

public string PasswordParam { get; set; }
Property Value

System.String

Remarks

This password parameter applies only if the downstream system requires credentials.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-passwordparam

StreamName

The stream name for the content.

public string StreamName { get; set; }
Property Value

System.String

Remarks

This applies only to RTMP outputs.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-streamname

Url

The URL for the destination.

public string Url { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-url

Username

The user name to connect to the downstream system.

public string Username { get; set; }
Property Value

System.String

Remarks

This applies only if the downstream system requires credentials.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-outputdestinationsettings.html#cfn-medialive-channel-outputdestinationsettings-username

Implements

CfnChannel.IOutputDestinationSettingsProperty
Back to top Generated by DocFX