NAME
Paws::MediaConnect::UpdateFlowOutput - Arguments for method UpdateFlowOutput on Paws::MediaConnect
DESCRIPTION
This class represents the parameters used for calling the method UpdateFlowOutput on the AWS MediaConnect service. Use the attributes of this class as arguments to method UpdateFlowOutput.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateFlowOutput.
SYNOPSIS
my $mediaconnect = Paws->service('MediaConnect');
my $UpdateFlowOutputResponse = $mediaconnect->UpdateFlowOutput(
FlowArn => 'My__string',
OutputArn => 'My__string',
CidrAllowList => [ 'My__string', ... ], # OPTIONAL
Description => 'My__string', # OPTIONAL
Destination => 'My__string', # OPTIONAL
Encryption => {
Algorithm => 'aes128', # values: aes128, aes192, aes256; OPTIONAL
ConstantInitializationVector => 'My__string',
DeviceId => 'My__string',
KeyType => 'speke', # values: speke, static-key, srt-password; OPTIONAL
Region => 'My__string',
ResourceId => 'My__string',
RoleArn => 'My__string',
SecretArn => 'My__string',
Url => 'My__string',
}, # OPTIONAL
MaxLatency => 1, # OPTIONAL
MediaStreamOutputConfigurations => [
{
EncodingName => 'jxsv', # values: jxsv, raw, smpte291, pcm
MediaStreamName => 'My__string',
DestinationConfigurations => [
{
DestinationIp => 'My__string',
DestinationPort => 1,
Interface => {
Name => 'My__string',
},
},
...
], # OPTIONAL
EncodingParameters => {
CompressionFactor => 1,
EncoderProfile => 'main', # values: main, high
}, # OPTIONAL
},
...
], # OPTIONAL
MinLatency => 1, # OPTIONAL
Port => 1, # OPTIONAL
Protocol => 'zixi-push', # OPTIONAL
RemoteId => 'My__string', # OPTIONAL
SmoothingLatency => 1, # OPTIONAL
StreamId => 'My__string', # OPTIONAL
VpcInterfaceAttachment => { VpcInterfaceName => 'My__string', }
, # OPTIONAL
);
# Results:
my $FlowArn = $UpdateFlowOutputResponse->FlowArn;
my $Output = $UpdateFlowOutputResponse->Output;
# Returns a L<Paws::MediaConnect::UpdateFlowOutputResponse> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/mediaconnect/UpdateFlowOutput
ATTRIBUTES
CidrAllowList => ArrayRef[Str|Undef]
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
Description => Str
A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.
Destination => Str
The IP address where you want to send the output.
Encryption => Paws::MediaConnect::UpdateEncryption
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
REQUIRED FlowArn => Str
The flow that is associated with the output that you want to update.
MaxLatency => Int
The maximum latency in milliseconds for Zixi-based streams.
MediaStreamOutputConfigurations => ArrayRef[Paws::MediaConnect::MediaStreamOutputConfigurationRequest]
The media streams that are associated with the output, and the parameters for those associations.
MinLatency => Int
The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
REQUIRED OutputArn => Str
The ARN of the output that you want to update.
Port => Int
The port to use when content is distributed to this output.
Protocol => Str
The protocol to use for the output.
Valid values are: "zixi-push"
, "rtp-fec"
, "rtp"
, "zixi-pull"
, "rist"
, "st2110-jpegxs"
, "cdi"
, "srt-listener"
RemoteId => Str
The remote ID for the Zixi-pull stream.
SmoothingLatency => Int
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
StreamId => Str
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
VpcInterfaceAttachment => Paws::MediaConnect::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this output.
SEE ALSO
This class forms part of Paws, documenting arguments for method UpdateFlowOutput in Paws::MediaConnect
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