interface SrtCallerDecryptionRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnInputPropsMixin_SrtCallerDecryptionRequestProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnInputPropsMixin » SrtCallerDecryptionRequestProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const srtCallerDecryptionRequestProperty: medialive_mixins.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty = {
algorithm: 'algorithm',
passphraseSecretArn: 'passphraseSecretArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| algorithm? | string | |
| passphrase | string |
algorithm?
Type:
string
(optional)
passphraseSecretArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript