Show / Hide Table of Contents

Class CfnInput.SrtListenerDecryptionRequestProperty

Inheritance
object
CfnInput.SrtListenerDecryptionRequestProperty
Implements
CfnInput.ISrtListenerDecryptionRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInput.SrtListenerDecryptionRequestProperty : CfnInput.ISrtListenerDecryptionRequestProperty
Syntax (vb)
Public Class CfnInput.SrtListenerDecryptionRequestProperty Implements CfnInput.ISrtListenerDecryptionRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtlistenerdecryptionrequest.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 srtListenerDecryptionRequestProperty = new SrtListenerDecryptionRequestProperty {
                 Algorithm = "algorithm",
                 PassphraseSecretArn = "passphraseSecretArn"
             };

Synopsis

Constructors

SrtListenerDecryptionRequestProperty()

Properties

Algorithm
PassphraseSecretArn

Constructors

SrtListenerDecryptionRequestProperty()

public SrtListenerDecryptionRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtlistenerdecryptionrequest.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 srtListenerDecryptionRequestProperty = new SrtListenerDecryptionRequestProperty {
                 Algorithm = "algorithm",
                 PassphraseSecretArn = "passphraseSecretArn"
             };

Properties

Algorithm

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

string

Remarks

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

PassphraseSecretArn

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

string

Remarks

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

Implements

CfnInput.ISrtListenerDecryptionRequestProperty
Back to top Generated by DocFX