PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::MediaConnect::Output; use Moose; has DataTransferSubscriberFeePercent => (is => 'ro', isa => 'Int', request_name => 'dataTransferSubscriberFeePercent', traits => ['NameInRequest']); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has Destination => (is => 'ro', isa => 'Str', request_name => 'destination', traits => ['NameInRequest']); has Encryption => (is => 'ro', isa => 'Paws::MediaConnect::Encryption', request_name => 'encryption', traits => ['NameInRequest']); has EntitlementArn => (is => 'ro', isa => 'Str', request_name => 'entitlementArn', traits => ['NameInRequest']); has ListenerAddress => (is => 'ro', isa => 'Str', request_name => 'listenerAddress', traits => ['NameInRequest']); has MediaLiveInputArn => (is => 'ro', isa => 'Str', request_name => 'mediaLiveInputArn', traits => ['NameInRequest']); has MediaStreamOutputConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::MediaConnect::MediaStreamOutputConfiguration]', request_name => 'mediaStreamOutputConfigurations', traits => ['NameInRequest']); has Name => (is => 'ro', isa => 'Str', request_name => 'name', traits => ['NameInRequest'], required => 1); has OutputArn => (is => 'ro', isa => 'Str', request_name => 'outputArn', traits => ['NameInRequest'], required => 1); has Port => (is => 'ro', isa => 'Int', request_name => 'port', traits => ['NameInRequest']); has Transport => (is => 'ro', isa => 'Paws::MediaConnect::Transport', request_name => 'transport', traits => ['NameInRequest']); has VpcInterfaceAttachment => (is => 'ro', isa => 'Paws::MediaConnect::VpcInterfaceAttachment', request_name => 'vpcInterfaceAttachment', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::MediaConnect::Output =head1 USAGE This class represents one of two things: =head3 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::MediaConnect::Output object: $service_obj->Method(Att1 => { DataTransferSubscriberFeePercent => $value, ..., VpcInterfaceAttachment => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConnect::Output object: $result = $service_obj->Method(...); $result->Att1->DataTransferSubscriberFeePercent =head1 DESCRIPTION The settings for an output. =head1 ATTRIBUTES =head2 DataTransferSubscriberFeePercent => Int Percentage from 0-100 of the data transfer cost to be billed to the subscriber. =head2 Description => Str A description of the output. =head2 Destination => Str The address where you want to send the output. =head2 Encryption => L The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). =head2 EntitlementArn => Str The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows. =head2 ListenerAddress => Str The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol. =head2 MediaLiveInputArn => Str The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input. =head2 MediaStreamOutputConfigurations => ArrayRef[L] The configuration for each media stream that is associated with the output. =head2 B Name => Str The name of the output. This value must be unique within the current flow. =head2 B OutputArn => Str The ARN of the output. =head2 Port => Int The port to use when content is distributed to this output. =head2 Transport => L Attributes related to the transport stream that are used in the output. =head2 VpcInterfaceAttachment => L The name of the VPC interface attachment to use for this output. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut