interface RistOutputProtocolProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaConnect.Alpha.RistOutputProtocolProps |
Go | github.com/aws/aws-cdk-go/awsmediaconnectalpha/v2#RistOutputProtocolProps |
Java | software.amazon.awscdk.services.mediaconnect.alpha.RistOutputProtocolProps |
Python | aws_cdk.aws_mediaconnect_alpha.RistOutputProtocolProps |
TypeScript (source) | @aws-cdk/aws-mediaconnect-alpha ยป RistOutputProtocolProps |
Properties for RIST protocol configuration for outputs.
Example
RouterOutputProtocol.rist({
destinationAddress: '10.0.0.1',
port: 5000,
});
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | Destination IP address for RIST traffic. |
| port | number | Port number for RIST traffic. |
destinationAddress
Type:
string
Destination IP address for RIST traffic.
port
Type:
number
Port number for RIST traffic.

.NET
Go
Java
Python
TypeScript (