![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaLive::Channel USAGEThis 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, ..., Vpc => $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 DESCRIPTIONPlaceholder documentation for Channel ATTRIBUTESArn => StrThe unique arn of the channel. CdiInputSpecification => Paws::MediaLive::CdiInputSpecificationSpecification of CDI inputs for this channel ChannelClass => StrThe 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::EncoderSettingsId => StrThe unique id of the channel. InputAttachments => ArrayRef[Paws::MediaLive::InputAttachment]List of input attachments for channel. InputSpecification => Paws::MediaLive::InputSpecificationSpecification of network and file inputs for this channel LogLevel => StrThe log level being written to CloudWatch Logs. Name => StrThe name of the channel. (user-mutable) PipelineDetails => ArrayRef[Paws::MediaLive::PipelineDetail]Runtime details for the pipelines of a running channel. PipelinesRunningCount => IntThe number of currently healthy pipelines. RoleArn => StrThe Amazon Resource Name (ARN) of the role assumed when running the Channel. State => StrTags => Paws::MediaLive::TagsA collection of key-value pairs. Vpc => Paws::MediaLive::VpcOutputSettingsDescriptionSettings for VPC output SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaLive BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|