RouterInputProtocolOptions
- class aws_cdk.aws_mediaconnect_alpha.RouterInputProtocolOptions(*args: Any, **kwargs)
Bases:
object(experimental) Protocol options available for Router Input 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_input_protocol_options = mediaconnect_alpha.RouterInputProtocolOptions.RIST
Methods
- to_string()
(experimental) Returns the string value.
- Stability:
experimental
- Return type:
str
Attributes
- RIST = <aws_cdk.aws_mediaconnect_alpha.RouterInputProtocolOptions object>
- RTP = <aws_cdk.aws_mediaconnect_alpha.RouterInputProtocolOptions object>
- SRT_CALLER = <aws_cdk.aws_mediaconnect_alpha.RouterInputProtocolOptions object>
- SRT_LISTENER = <aws_cdk.aws_mediaconnect_alpha.RouterInputProtocolOptions 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: