Uses of Class
software.amazon.awscdk.services.mediaconnect.alpha.NetworkConfiguration
Packages that use NetworkConfiguration
Package
Description
AWS::MediaConnect Construct Library
-
Uses of NetworkConfiguration in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return NetworkConfigurationModifier and TypeMethodDescriptionSourceRist.getNetwork()(experimental) Defines networking configuration.final NetworkConfigurationSourceRist.Jsii$Proxy.getNetwork()SourceRtp.getNetwork()(experimental) Defines networking configuration.final NetworkConfigurationSourceRtp.Jsii$Proxy.getNetwork()SourceSrtListener.getNetwork()(experimental) Defines networking configuration.final NetworkConfigurationSourceSrtListener.Jsii$Proxy.getNetwork()SourceZixiPush.getNetwork()(experimental) Defines networking configuration.final NetworkConfigurationSourceZixiPush.Jsii$Proxy.getNetwork()static NetworkConfigurationNetworkConfiguration.publicNetwork(String allowlistCidr) (experimental) Use a public network with a CIDR allowlist.static NetworkConfigurationNetworkConfiguration.vpc(VpcInterfaceConfig vpcInterface) (experimental) Use a VPC interface.Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionSourceRist.Builder.network(NetworkConfiguration network) Sets the value ofSourceRist.getNetwork()SourceRtp.Builder.network(NetworkConfiguration network) Sets the value ofSourceRtp.getNetwork()SourceSrtListener.Builder.network(NetworkConfiguration network) Sets the value ofSourceSrtListener.getNetwork()SourceZixiPush.Builder.network(NetworkConfiguration network) Sets the value ofSourceZixiPush.getNetwork()