Uses of Enum
software.amazon.awscdk.services.mediaconnect.alpha.MediaLivePipeline
Packages that use MediaLivePipeline
Package
Description
AWS::MediaConnect Construct Library
-
Uses of MediaLivePipeline in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return MediaLivePipelineModifier and TypeMethodDescriptionMediaLiveChannelConfigurationProps.getPipeline()(experimental) The MediaLive pipeline to connect to this router input.final MediaLivePipelineMediaLiveChannelConfigurationProps.Jsii$Proxy.getPipeline()MediaLiveInputConnectionProps.getPipeline()(experimental) MediaLive pipeline to send output to.final MediaLivePipelineMediaLiveInputConnectionProps.Jsii$Proxy.getPipeline()static MediaLivePipelineReturns the enum constant of this type with the specified name.static MediaLivePipeline[]MediaLivePipeline.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type MediaLivePipelineModifier and TypeMethodDescriptionMediaLiveChannelConfigurationProps.Builder.pipeline(MediaLivePipeline pipeline) Sets the value ofMediaLiveChannelConfigurationProps.getPipeline()MediaLiveInputConnectionProps.Builder.pipeline(MediaLivePipeline pipeline) Sets the value ofMediaLiveInputConnectionProps.getPipeline()