Class CfnInput.SrtListenerDecryptionRequestProperty
Implements
Inherited Members
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
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
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
Remarks
PassphraseSecretArn
public string? PassphraseSecretArn { get; set; }