Uses of Class
software.amazon.awscdk.services.mediaconnect.alpha.RoutingScope
Packages that use RoutingScope
Package
Description
AWS::MediaConnect Construct Library
-
Uses of RoutingScope in software.amazon.awscdk.services.mediaconnect.alpha
Fields in software.amazon.awscdk.services.mediaconnect.alpha declared as RoutingScopeModifier and TypeFieldDescriptionstatic final RoutingScopeRoutingScope.GLOBAL(experimental) Route traffic globally across AWS regions.static final RoutingScopeRoutingScope.REGIONAL(experimental) Route traffic within the same AWS region.Methods in software.amazon.awscdk.services.mediaconnect.alpha that return RoutingScopeModifier and TypeMethodDescriptionRouterInputProps.getRoutingScope()(experimental) Routing scope for the Router Input.final RoutingScopeRouterInputProps.Jsii$Proxy.getRoutingScope()RouterOutputProps.getRoutingScope()(experimental) Routing scope for the Router Output.final RoutingScopeRouterOutputProps.Jsii$Proxy.getRoutingScope()static RoutingScope(experimental) Use a custom routing scope value.Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type RoutingScopeModifier and TypeMethodDescriptionRouterInput.Builder.routingScope(RoutingScope routingScope) (experimental) Routing scope for the Router Input.RouterInputProps.Builder.routingScope(RoutingScope routingScope) Sets the value ofRouterInputProps.getRoutingScope()RouterOutput.Builder.routingScope(RoutingScope routingScope) (experimental) Routing scope for the Router Output.RouterOutputProps.Builder.routingScope(RoutingScope routingScope) Sets the value ofRouterOutputProps.getRoutingScope()