Uses of Class
software.amazon.awscdk.services.medialive.CfnChannel.Builder
Package
Description
AWS Elemental MediaLive Construct Library
-
Uses of CfnChannel.Builder in software.amazon.awscdk.services.medialive
Modifier and TypeMethodDescriptionCfnChannel.Builder.cdiInputSpecification
(IResolvable cdiInputSpecification) Specification of CDI inputs for this channel.CfnChannel.Builder.cdiInputSpecification
(CfnChannel.CdiInputSpecificationProperty cdiInputSpecification) Specification of CDI inputs for this channel.CfnChannel.Builder.channelClass
(String channelClass) The class for this channel.static CfnChannel.Builder
CfnChannel.Builder.destinations
(List<? extends Object> destinations) The settings that identify the destination for the outputs in this MediaLive output package.CfnChannel.Builder.destinations
(IResolvable destinations) The settings that identify the destination for the outputs in this MediaLive output package.CfnChannel.Builder.encoderSettings
(IResolvable encoderSettings) The encoding configuration for the output content.CfnChannel.Builder.encoderSettings
(CfnChannel.EncoderSettingsProperty encoderSettings) The encoding configuration for the output content.CfnChannel.Builder.inputAttachments
(List<? extends Object> inputAttachments) The list of input attachments for the channel.CfnChannel.Builder.inputAttachments
(IResolvable inputAttachments) The list of input attachments for the channel.CfnChannel.Builder.inputSpecification
(IResolvable inputSpecification) The input specification for this channel.CfnChannel.Builder.inputSpecification
(CfnChannel.InputSpecificationProperty inputSpecification) The input specification for this channel.The verbosity for logging activity for this channel.CfnChannel.Builder.maintenance
(IResolvable maintenance) Maintenance settings for this channel.CfnChannel.Builder.maintenance
(CfnChannel.MaintenanceCreateSettingsProperty maintenance) Maintenance settings for this channel.A name for this audio selector.The IAM role for MediaLive to assume when running this channel.A collection of tags for this channel.CfnChannel.Builder.vpc
(IResolvable vpc) Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.CfnChannel.Builder.vpc
(CfnChannel.VpcOutputSettingsProperty vpc) Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.