Show / Hide Table of Contents

Class CfnInputPropsMixin.SrtSettingsRequestProperty

Inheritance
object
CfnInputPropsMixin.SrtSettingsRequestProperty
Implements
CfnInputPropsMixin.ISrtSettingsRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInputPropsMixin.SrtSettingsRequestProperty : CfnInputPropsMixin.ISrtSettingsRequestProperty
Syntax (vb)
Public Class CfnInputPropsMixin.SrtSettingsRequestProperty Implements CfnInputPropsMixin.ISrtSettingsRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtsettingsrequest.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 srtSettingsRequestProperty = new SrtSettingsRequestProperty {
                 SrtCallerSources = new [] { new SrtCallerSourceRequestProperty {
                     Decryption = new SrtCallerDecryptionRequestProperty {
                         Algorithm = "algorithm",
                         PassphraseSecretArn = "passphraseSecretArn"
                     },
                     MinimumLatency = 123,
                     SrtListenerAddress = "srtListenerAddress",
                     SrtListenerPort = "srtListenerPort",
                     StreamId = "streamId"
                 } },
                 SrtListenerSettings = new SrtListenerSettingsRequestProperty {
                     Decryption = new SrtListenerDecryptionRequestProperty {
                         Algorithm = "algorithm",
                         PassphraseSecretArn = "passphraseSecretArn"
                     },
                     MinimumLatency = 123,
                     StreamId = "streamId"
                 }
             };

Synopsis

Constructors

SrtSettingsRequestProperty()

Properties

SrtCallerSources
SrtListenerSettings

Constructors

SrtSettingsRequestProperty()

public SrtSettingsRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtsettingsrequest.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 srtSettingsRequestProperty = new SrtSettingsRequestProperty {
                 SrtCallerSources = new [] { new SrtCallerSourceRequestProperty {
                     Decryption = new SrtCallerDecryptionRequestProperty {
                         Algorithm = "algorithm",
                         PassphraseSecretArn = "passphraseSecretArn"
                     },
                     MinimumLatency = 123,
                     SrtListenerAddress = "srtListenerAddress",
                     SrtListenerPort = "srtListenerPort",
                     StreamId = "streamId"
                 } },
                 SrtListenerSettings = new SrtListenerSettingsRequestProperty {
                     Decryption = new SrtListenerDecryptionRequestProperty {
                         Algorithm = "algorithm",
                         PassphraseSecretArn = "passphraseSecretArn"
                     },
                     MinimumLatency = 123,
                     StreamId = "streamId"
                 }
             };

Properties

SrtCallerSources

public object? SrtCallerSources { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtsettingsrequest.html#cfn-medialive-input-srtsettingsrequest-srtcallersources

Type union: either IResolvable or (either IResolvable or CfnInputPropsMixin.ISrtCallerSourceRequestProperty)[]

SrtListenerSettings

public object? SrtListenerSettings { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtsettingsrequest.html#cfn-medialive-input-srtsettingsrequest-srtlistenersettings

Type union: either IResolvable or CfnInputPropsMixin.ISrtListenerSettingsRequestProperty

Implements

CfnInputPropsMixin.ISrtSettingsRequestProperty
Back to top Generated by DocFX