Uses of Interface
software.amazon.awscdk.services.mediaconnect.alpha.VpcInterfaceConfig
Packages that use VpcInterfaceConfig
Package
Description
AWS::MediaConnect Construct Library
-
Uses of VpcInterfaceConfig in software.amazon.awscdk.services.mediaconnect.alpha
Classes in software.amazon.awscdk.services.mediaconnect.alpha that implement VpcInterfaceConfigMethods in software.amazon.awscdk.services.mediaconnect.alpha that return VpcInterfaceConfigModifier and TypeMethodDescriptionFlow.addVpcInterface(VpcInterfaceConfig vpc) (experimental) Add a VPC interface to this flow.VpcInterfaceConfig.Builder.build()Builds the configured instance.static VpcInterfaceConfigVpcInterface.define(VpcInterfaceDefineProps props) (experimental) Define a new VPC Interface configuration.static VpcInterfaceConfigVpcInterface.fromNetworkInterfaces(VpcInterfaceFromNetworkInterfacesProps props) (experimental) Create a VPC Interface configuration using existing network interfaces.default VpcInterfaceConfigBridgeFlowSource.getVpcInterface()(experimental) The VPC interface attachment to use for this source.final VpcInterfaceConfigBridgeFlowSource.Jsii$Proxy.getVpcInterface()default VpcInterfaceConfigGatewayBridgeSource.getVpcInterface()(experimental) The VPC interface attachment to use for this bridge source.final VpcInterfaceConfigGatewayBridgeSource.Jsii$Proxy.getVpcInterface()NdiDiscoveryServerConfig.getVpcInterface()(experimental) The VPC interface that the NDI discovery server uses to reach the flow.final VpcInterfaceConfigNdiDiscoveryServerConfig.Jsii$Proxy.getVpcInterface()SourceCdi.getVpcInterface()(experimental) The VPC interface attachment to use for this bridge source.final VpcInterfaceConfigSourceCdi.Jsii$Proxy.getVpcInterface()default VpcInterfaceConfigSourceSrtCaller.getVpcInterface()(experimental) Optional VPC interface for the outbound SRT Caller connection.final VpcInterfaceConfigSourceSrtCaller.Jsii$Proxy.getVpcInterface()final VpcInterfaceConfigRistOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()final VpcInterfaceConfigRtpFecOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()default VpcInterfaceConfigRtpOutputConfig.getVpcInterfaceAttachment()(experimental) The name of the VPC interface attachment to use for this output.final VpcInterfaceConfigRtpOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()default VpcInterfaceConfigSrtCallerOutputConfig.getVpcInterfaceAttachment()(experimental) The VPC interface attachment to use for this output.final VpcInterfaceConfigSrtCallerOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()default VpcInterfaceConfigSrtListenerOutputConfig.getVpcInterfaceAttachment()(experimental) The VPC interface attachment to use for this output.final VpcInterfaceConfigSrtListenerOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()default VpcInterfaceConfigZixiPullOutputConfig.getVpcInterfaceAttachment()(experimental) The VPC interface attachment to use for this output.final VpcInterfaceConfigZixiPullOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()default VpcInterfaceConfigZixiPushOutputConfig.getVpcInterfaceAttachment()(experimental) The VPC interface attachment to use for this output.final VpcInterfaceConfigZixiPushOutputConfig.Jsii$Proxy.getVpcInterfaceAttachment()Methods in software.amazon.awscdk.services.mediaconnect.alpha that return types with arguments of type VpcInterfaceConfigModifier and TypeMethodDescriptionMediaStreamSourceConfigurationJpegXs.getInputInterface()(experimental) The VPC interfaces where the media stream comes in from.final List<VpcInterfaceConfig> MediaStreamSourceConfigurationJpegXs.Jsii$Proxy.getInputInterface()default List<VpcInterfaceConfig> SourceJpegXs.getVpcInterface()(experimental) The VPC interface attachment to use for this bridge source.final List<VpcInterfaceConfig> SourceJpegXs.Jsii$Proxy.getVpcInterface()default List<VpcInterfaceConfig> FlowProps.getVpcInterfaces()(experimental) The VPC Interfaces for this flow.final List<VpcInterfaceConfig> FlowProps.Jsii$Proxy.getVpcInterfaces()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type VpcInterfaceConfigModifier and TypeMethodDescriptionFlow.addVpcInterface(VpcInterfaceConfig vpc) (experimental) Add a VPC interface to this flow.static NetworkConfigurationNetworkConfiguration.vpc(VpcInterfaceConfig vpcInterface) (experimental) Use a VPC interface.BridgeFlowSource.Builder.vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofBridgeFlowSource.getVpcInterface()GatewayBridgeSource.Builder.vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofGatewayBridgeSource.getVpcInterface()NdiDiscoveryServerConfig.Builder.vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofNdiDiscoveryServerConfig.getVpcInterface()SourceCdi.Builder.vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofSourceCdi.getVpcInterface()SourceSrtCaller.Builder.vpcInterface(VpcInterfaceConfig vpcInterface) Sets the value ofSourceSrtCaller.getVpcInterface()RistOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofRtpOutputConfig.getVpcInterfaceAttachment()RtpFecOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofRtpOutputConfig.getVpcInterfaceAttachment()RtpOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofRtpOutputConfig.getVpcInterfaceAttachment()SrtCallerOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofSrtCallerOutputConfig.getVpcInterfaceAttachment()SrtListenerOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofSrtListenerOutputConfig.getVpcInterfaceAttachment()ZixiPullOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofZixiPullOutputConfig.getVpcInterfaceAttachment()ZixiPushOutputConfig.Builder.vpcInterfaceAttachment(VpcInterfaceConfig vpcInterfaceAttachment) Sets the value ofZixiPushOutputConfig.getVpcInterfaceAttachment()Method parameters in software.amazon.awscdk.services.mediaconnect.alpha with type arguments of type VpcInterfaceConfigModifier and TypeMethodDescriptionMediaStreamSourceConfigurationJpegXs.Builder.inputInterface(List<? extends VpcInterfaceConfig> inputInterface) Sets the value ofMediaStreamSourceConfigurationJpegXs.getInputInterface()SourceJpegXs.Builder.vpcInterface(List<? extends VpcInterfaceConfig> vpcInterface) Sets the value ofSourceJpegXs.getVpcInterface()Flow.Builder.vpcInterfaces(List<? extends VpcInterfaceConfig> vpcInterfaces) (experimental) The VPC Interfaces for this flow.FlowProps.Builder.vpcInterfaces(List<? extends VpcInterfaceConfig> vpcInterfaces) Sets the value ofFlowProps.getVpcInterfaces()