Uses of Class
software.amazon.awscdk.services.medialive.alpha.InputNetworkLocation
Packages that use InputNetworkLocation
Package
Description
AWS::MediaLive Construct Library
-
Uses of InputNetworkLocation in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as InputNetworkLocationModifier and TypeFieldDescriptionstatic final InputNetworkLocationInputNetworkLocation.AWS(experimental) The input exists in the AWS cloud (the default).static final InputNetworkLocationInputNetworkLocation.ON_PREMISES(experimental) The input exists in an on-premises network (MediaLive Anywhere).Methods in software.amazon.awscdk.services.medialive.alpha that return InputNetworkLocationModifier and TypeMethodDescriptiondefault InputNetworkLocationInputProps.getInputNetworkLocation()(experimental) The network location of the input — AWS cloud or on-premises (MediaLive Anywhere).final InputNetworkLocationInputProps.Jsii$Proxy.getInputNetworkLocation()static InputNetworkLocation(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type InputNetworkLocationModifier and TypeMethodDescriptionInput.Builder.inputNetworkLocation(InputNetworkLocation inputNetworkLocation) (experimental) The network location of the input — AWS cloud or on-premises (MediaLive Anywhere).InputProps.Builder.inputNetworkLocation(InputNetworkLocation inputNetworkLocation) Sets the value ofInputProps.getInputNetworkLocation()