Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelPropsMixin.Builder
Packages that use CfnChannelPropsMixin.Builder
-
Uses of CfnChannelPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2
Methods in software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2 that return CfnChannelPropsMixin.BuilderModifier and TypeMethodDescriptionCfnChannelPropsMixin.Builder.channelGroupName(String channelGroupName) The name of the channel group associated with the channel configuration.CfnChannelPropsMixin.Builder.channelName(String channelName) The name of the channel.static CfnChannelPropsMixin.BuilderCfnChannelPropsMixin.Builder.create()static CfnChannelPropsMixin.BuilderCfnChannelPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnChannelPropsMixin.Builder.description(String description) The description of the channel.CfnChannelPropsMixin.Builder.inputSwitchConfiguration(CfnChannelPropsMixin.InputSwitchConfigurationProperty inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.CfnChannelPropsMixin.Builder.inputSwitchConfiguration(IResolvable inputSwitchConfiguration) The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest.CfnChannelPropsMixin.Builder.outputHeaderConfiguration(CfnChannelPropsMixin.OutputHeaderConfigurationProperty outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.CfnChannelPropsMixin.Builder.outputHeaderConfiguration(IResolvable outputHeaderConfiguration) The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.