RouterOutputProtocolOptions
- class aws_cdk.aws_mediaconnect_alpha.RouterOutputProtocolOptions(*args: Any, **kwargs)
Bases:
object(experimental) Protocol options available for Router Output configurations.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_mediaconnect_alpha as mediaconnect_alpha router_output_protocol_options = mediaconnect_alpha.RouterOutputProtocolOptions.RIST
Methods
- to_string()
(experimental) Returns the string value.
- Stability:
experimental
- Return type:
str
Attributes
- RIST = <aws_cdk.aws_mediaconnect_alpha.RouterOutputProtocolOptions object>
- RTP = <aws_cdk.aws_mediaconnect_alpha.RouterOutputProtocolOptions object>
- SRT_CALLER = <aws_cdk.aws_mediaconnect_alpha.RouterOutputProtocolOptions object>
- SRT_LISTENER = <aws_cdk.aws_mediaconnect_alpha.RouterOutputProtocolOptions object>
- value
(experimental) The protocol string value.
- Stability:
experimental
Static Methods
- classmethod of(value)
(experimental) Use a custom protocol value.
- Parameters:
value (
str) – The protocol string value.- Stability:
experimental
- Return type: