interface SrtCallerSourceRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnInputPropsMixin.SrtCallerSourceRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnInputPropsMixin_SrtCallerSourceRequestProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnInputPropsMixin.SrtCallerSourceRequestProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnInputPropsMixin.SrtCallerSourceRequestProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnInputPropsMixin » SrtCallerSourceRequestProperty |
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 srtCallerSourceRequestProperty: medialive_mixins.CfnInputPropsMixin.SrtCallerSourceRequestProperty = {
decryption: {
algorithm: 'algorithm',
passphraseSecretArn: 'passphraseSecretArn',
},
minimumLatency: 123,
srtListenerAddress: 'srtListenerAddress',
srtListenerPort: 'srtListenerPort',
streamId: 'streamId',
};
Properties
| Name | Type | Description |
|---|---|---|
| decryption? | IResolvable | Srt | |
| minimum | number | |
| srt | string | |
| srt | string | |
| stream | string |
decryption?
Type:
IResolvable | Srt
(optional)
minimumLatency?
Type:
number
(optional)
srtListenerAddress?
Type:
string
(optional)
srtListenerPort?
Type:
string
(optional)
streamId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript