Uses of Class
software.amazon.awscdk.services.medialive.alpha.OutputDestination
Packages that use OutputDestination
Package
Description
AWS::MediaLive Construct Library
-
Uses of OutputDestination in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return OutputDestinationModifier and TypeMethodDescriptionstatic OutputDestination(experimental) Deliver to an S3 bucket (auto-grants write to the channel role).static OutputDestination(experimental) Deliver to an S3 bucket (auto-grants write to the channel role).static OutputDestination(experimental) Deliver to a raw URL — typically anhttps://origin (or ans3ssl://path).static OutputDestinationOutputDestination.url(String url, OutputDestinationOptions options) (experimental) Deliver to a raw URL — typically anhttps://origin (or ans3ssl://path).Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type OutputDestinationModifier and TypeMethodDescriptiondefault List<OutputDestination> CmafIngestOutputGroupProps.getAdditionalDestinations()(experimental) Configure additional destinations to fan out the CMAF ingest output to extra endpoints, for example for cross-region delivery or backup packaging.final List<OutputDestination> CmafIngestOutputGroupProps.Jsii$Proxy.getAdditionalDestinations()CmafIngestOutputGroupProps.getDestinations()(experimental) The primary CMAF ingest destinations — one per pipeline.final List<OutputDestination> CmafIngestOutputGroupProps.Jsii$Proxy.getDestinations()HlsOutputGroupProps.getDestinations()(experimental) The destinations for this output group — one per pipeline.final List<OutputDestination> HlsOutputGroupProps.Jsii$Proxy.getDestinations()MsSmoothOutputGroupProps.getDestinations()(experimental) The destinations for this output group — one per pipeline.final List<OutputDestination> MsSmoothOutputGroupProps.Jsii$Proxy.getDestinations()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type OutputDestinationModifier and TypeMethodDescriptionCmafIngestOutputGroupProps.Builder.additionalDestinations(List<? extends OutputDestination> additionalDestinations) Sets the value ofCmafIngestOutputGroupProps.getAdditionalDestinations()CmafIngestOutputGroupProps.Builder.destinations(List<? extends OutputDestination> destinations) Sets the value ofCmafIngestOutputGroupProps.getDestinations()HlsOutputGroupProps.Builder.destinations(List<? extends OutputDestination> destinations) Sets the value ofHlsOutputGroupProps.getDestinations()MsSmoothOutputGroupProps.Builder.destinations(List<? extends OutputDestination> destinations) Sets the value ofMsSmoothOutputGroupProps.getDestinations()