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
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
Remarks
EncryptionPassphraseSecretArn
string? EncryptionPassphraseSecretArn { get; }
Property Value
Remarks
ListenerPort
double? ListenerPort { get; }
Property Value
Remarks
StreamId
string? StreamId { get; }
Property Value
Remarks
Url
string? Url { get; }