Uses of Interface
software.amazon.awscdk.services.mediaconnect.alpha.IRouterNetworkInterface
Packages that use IRouterNetworkInterface
Package
Description
AWS::MediaConnect Construct Library
-
Uses of IRouterNetworkInterface in software.amazon.awscdk.services.mediaconnect.alpha
Subinterfaces of IRouterNetworkInterface in software.amazon.awscdk.services.mediaconnect.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouterNetworkInterface.Classes in software.amazon.awscdk.services.mediaconnect.alpha that implement IRouterNetworkInterfaceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Defines a AWS Elemental MediaConnect Router Network Interface.Methods in software.amazon.awscdk.services.mediaconnect.alpha that return IRouterNetworkInterfaceModifier and TypeMethodDescriptionstatic IRouterNetworkInterfaceRouterNetworkInterface.fromRouterNetworkInterfaceArn(software.constructs.Construct scope, String id, String routerNetworkInterfaceArn) (experimental) Import an existing Router Network Interface from its ARN.static IRouterNetworkInterfaceRouterNetworkInterface.fromRouterNetworkInterfaceAttributes(software.constructs.Construct scope, String id, RouterNetworkInterfaceAttributes attrs) (experimental) Import an existing Router Network Interface from its attributes.FailoverConfigurationProps.getNetworkInterface()(experimental) Network interface for the Router Input.final IRouterNetworkInterfaceFailoverConfigurationProps.Jsii$Proxy.getNetworkInterface()MergeConfigurationProps.getNetworkInterface()(experimental) Network interface for the Router Input.final IRouterNetworkInterfaceMergeConfigurationProps.Jsii$Proxy.getNetworkInterface()StandardConfigurationProps.getNetworkInterface()(experimental) Network interface for the Router Input.final IRouterNetworkInterfaceStandardConfigurationProps.Jsii$Proxy.getNetworkInterface()StandardOutputConfigurationProps.getNetworkInterface()(experimental) Network interface for the Router Output.final IRouterNetworkInterfaceStandardOutputConfigurationProps.Jsii$Proxy.getNetworkInterface()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type IRouterNetworkInterfaceModifier and TypeMethodDescriptionFailoverConfigurationProps.Builder.networkInterface(IRouterNetworkInterface networkInterface) Sets the value ofFailoverConfigurationProps.getNetworkInterface()MergeConfigurationProps.Builder.networkInterface(IRouterNetworkInterface networkInterface) Sets the value ofMergeConfigurationProps.getNetworkInterface()StandardConfigurationProps.Builder.networkInterface(IRouterNetworkInterface networkInterface) Sets the value ofStandardConfigurationProps.getNetworkInterface()StandardOutputConfigurationProps.Builder.networkInterface(IRouterNetworkInterface networkInterface) Sets the value ofStandardOutputConfigurationProps.getNetworkInterface()