Show / Hide Table of Contents

Interface CfnChannelPropsMixin.ISrtOutputDestinationSettingsProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.ISrtOutputDestinationSettingsProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.ISrtOutputDestinationSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.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.CfnPropertyMixins.AWS.MediaLive;

             var srtOutputDestinationSettingsProperty = new SrtOutputDestinationSettingsProperty {
                 ConnectionMode = "connectionMode",
                 EncryptionPassphraseSecretArn = "encryptionPassphraseSecretArn",
                 ListenerPort = 123,
                 StreamId = "streamId",
                 Url = "url"
             };

Synopsis

Properties

ConnectionMode
EncryptionPassphraseSecretArn
ListenerPort
StreamId
Url

Properties

ConnectionMode

string? ConnectionMode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-connectionmode

EncryptionPassphraseSecretArn

string? EncryptionPassphraseSecretArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-encryptionpassphrasesecretarn

ListenerPort

double? ListenerPort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-listenerport

StreamId

string? StreamId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-srtoutputdestinationsettings.html#cfn-medialive-channel-srtoutputdestinationsettings-streamid

Url

string? Url { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX