The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::MediaLive::Channel

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MediaLive::Channel object:

  $service_obj->Method(Att1 => { Arn => $value, ..., Tags => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MediaLive::Channel object:

  $result = $service_obj->Method(...);
  $result->Att1->Arn

DESCRIPTION

Placeholder documentation for Channel

ATTRIBUTES

Arn => Str

  The unique arn of the channel.

ChannelClass => Str

  The class for this channel. STANDARD for a channel with two pipelines
or SINGLE_PIPELINE for a channel with one pipeline.

Destinations => ArrayRef[Paws::MediaLive::OutputDestination]

  A list of destinations of the channel. For UDP outputs, there is one
destination per output. For other types (HLS, for example), there is
one destination per packager.

EgressEndpoints => ArrayRef[Paws::MediaLive::ChannelEgressEndpoint]

  The endpoints where outgoing connections initiate from

EncoderSettings => Paws::MediaLive::EncoderSettings

Id => Str

  The unique id of the channel.

InputAttachments => ArrayRef[Paws::MediaLive::InputAttachment]

  List of input attachments for channel.

InputSpecification => Paws::MediaLive::InputSpecification

LogLevel => Str

  The log level being written to CloudWatch Logs.

Name => Str

  The name of the channel. (user-mutable)

PipelinesRunningCount => Int

  The number of currently healthy pipelines.

RoleArn => Str

  The Amazon Resource Name (ARN) of the role assumed when running the
Channel.

State => Str

Tags => Paws::MediaLive::Tags

  A collection of key-value pairs.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MediaLive

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues