RoutingScope
- class aws_cdk.aws_mediaconnect_alpha.RoutingScope(*args: Any, **kwargs)
Bases:
object(experimental) Routing scope for the Router Input.
- Stability:
experimental
- ExampleMetadata:
infused
Example:
# stack: Stack # media_live_channel: medialive.IChannel input = RouterInput(stack, "ChannelInput", router_input_name="channel-input", maximum_bitrate=Bitrate.mbps(20), routing_scope=RoutingScope.REGIONAL, tier=RouterInputTier.INPUT_50, configuration=RouterInputConfiguration.media_live_channel( channel=media_live_channel, output_name="router-ts", pipeline=MediaLivePipeline.PIPELINE_0 ) )
Methods
- to_string()
(experimental) Returns the string value.
- Stability:
experimental
- Return type:
str
Attributes
- GLOBAL_ = <aws_cdk.aws_mediaconnect_alpha.RoutingScope object>
- REGIONAL = <aws_cdk.aws_mediaconnect_alpha.RoutingScope object>
- value
(experimental) The routing scope string value.
- Stability:
experimental
Static Methods
- classmethod of(value)
(experimental) Use a custom routing scope value.
- Parameters:
value (
str) – The routing scope string value.- Stability:
experimental
- Return type: