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) Indicates whether the router input is configured for Regional or global routing.final RoutingScopeRouterInputProps.Jsii$Proxy.getRoutingScope()RouterOutputProps.getRoutingScope()(experimental) Indicates whether the router output is configured for Regional or global routing.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) Indicates whether the router input is configured for Regional or global routing.RouterInputProps.Builder.routingScope(RoutingScope routingScope) Sets the value ofRouterInputProps.getRoutingScope()RouterOutput.Builder.routingScope(RoutingScope routingScope) (experimental) Indicates whether the router output is configured for Regional or global routing.RouterOutputProps.Builder.routingScope(RoutingScope routingScope) Sets the value ofRouterOutputProps.getRoutingScope()