Show / Hide Table of Contents

Class CfnInputPropsMixin.SrtCallerSourceRequestProperty

Inheritance
object
CfnInputPropsMixin.SrtCallerSourceRequestProperty
Implements
CfnInputPropsMixin.ISrtCallerSourceRequestProperty
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.SrtCallerSourceRequestProperty : CfnInputPropsMixin.ISrtCallerSourceRequestProperty
Syntax (vb)
Public Class CfnInputPropsMixin.SrtCallerSourceRequestProperty Implements CfnInputPropsMixin.ISrtCallerSourceRequestProperty
Remarks

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

Synopsis

Constructors

SrtCallerSourceRequestProperty()

Properties

Decryption
MinimumLatency
SrtListenerAddress
SrtListenerPort
StreamId

Constructors

SrtCallerSourceRequestProperty()

public SrtCallerSourceRequestProperty()
Remarks

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

Properties

Decryption

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

object

Remarks

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

Type union: either IResolvable or CfnInputPropsMixin.ISrtCallerDecryptionRequestProperty

MinimumLatency

public double? MinimumLatency { get; set; }
Property Value

double?

Remarks

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

SrtListenerAddress

public string? SrtListenerAddress { get; set; }
Property Value

string

Remarks

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

SrtListenerPort

public string? SrtListenerPort { get; set; }
Property Value

string

Remarks

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

StreamId

public string? StreamId { get; set; }
Property Value

string

Remarks

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

Implements

CfnInputPropsMixin.ISrtCallerSourceRequestProperty
Back to top Generated by DocFX