interface SrtCallerDecryptionRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnInputPropsMixin_SrtCallerDecryptionRequestProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnInputPropsMixin.SrtCallerDecryptionRequestProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnInputPropsMixin » SrtCallerDecryptionRequestProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const srtCallerDecryptionRequestProperty: medialive.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