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; OPTIONAL
Region => 'My__string',
ResourceId => 'My__string',
RoleArn => 'My__string',
SecretArn => 'My__string',
Url => 'My__string',
}, # OPTIONAL
MaxLatency => 1, # OPTIONAL
Port => 1, # OPTIONAL
Protocol => 'zixi-push', # OPTIONAL
RemoteId => 'My__string', # OPTIONAL
SmoothingLatency => 1, # OPTIONAL
StreamId => '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.
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"
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.
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