libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

Description

 
Synopsis

Documentation

data MediaPackageOutputDestinationSettings Source #

MediaPackage Output Destination Settings

See: newMediaPackageOutputDestinationSettings smart constructor.

Constructors

MediaPackageOutputDestinationSettings' 

Fields

  • channelId :: Maybe Text

    ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.

Instances

Instances details
Eq MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

Read MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

Show MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

Generic MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

NFData MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

Hashable MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

ToJSON MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

FromJSON MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

type Rep MediaPackageOutputDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings

type Rep MediaPackageOutputDestinationSettings = D1 ('MetaData "MediaPackageOutputDestinationSettings" "Amazonka.MediaLive.Types.MediaPackageOutputDestinationSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "MediaPackageOutputDestinationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMediaPackageOutputDestinationSettings :: MediaPackageOutputDestinationSettings Source #

Create a value of MediaPackageOutputDestinationSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:channelId:MediaPackageOutputDestinationSettings', mediaPackageOutputDestinationSettings_channelId - ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.

mediaPackageOutputDestinationSettings_channelId :: Lens' MediaPackageOutputDestinationSettings (Maybe Text) Source #

ID of the channel in MediaPackage that is the destination for this output group. You do not need to specify the individual inputs in MediaPackage; MediaLive will handle the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same region.