interface SrtOutputDestinationSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_SrtOutputDestinationSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » SrtOutputDestinationSettingsProperty |
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 srtOutputDestinationSettingsProperty: medialive_mixins.CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty = {
encryptionPassphraseSecretArn: 'encryptionPassphraseSecretArn',
streamId: 'streamId',
url: 'url',
};
Properties
| Name | Type | Description |
|---|---|---|
| encryption | string | |
| stream | string | |
| url? | string |
encryptionPassphraseSecretArn?
Type:
string
(optional)
streamId?
Type:
string
(optional)
url?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript