Uses of Class
software.amazon.awscdk.services.medialive.alpha.S3OutputDestination
Packages that use S3OutputDestination
Package
Description
AWS::MediaLive Construct Library
-
Uses of S3OutputDestination in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return S3OutputDestinationModifier and TypeMethodDescriptionstatic S3OutputDestination(experimental) Deliver to an S3 bucket (auto-grants write to the channel role).static S3OutputDestination(experimental) Deliver to an S3 bucket (auto-grants write to the channel role).static S3OutputDestination(experimental) Deliver to a raws3ssl://path (escape hatch when you don't have a bucket construct).Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type S3OutputDestinationModifier and TypeMethodDescriptionArchiveOutputGroupProps.getDestinations()(experimental) The destinations for this output group — one per pipeline.final List<S3OutputDestination> ArchiveOutputGroupProps.Jsii$Proxy.getDestinations()FrameCaptureOutputGroupProps.getDestinations()(experimental) The destinations for this output group — one per pipeline.final List<S3OutputDestination> FrameCaptureOutputGroupProps.Jsii$Proxy.getDestinations()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type S3OutputDestinationModifier and TypeMethodDescriptionArchiveOutputGroupProps.Builder.destinations(List<? extends S3OutputDestination> destinations) Sets the value ofArchiveOutputGroupProps.getDestinations()FrameCaptureOutputGroupProps.Builder.destinations(List<? extends S3OutputDestination> destinations) Sets the value ofFrameCaptureOutputGroupProps.getDestinations()