AddOutputRequest class

The output that you want to add to this flow.

Constructors

AddOutputRequest({required Protocol protocol, List<String>? cidrAllowList, String? description, String? destination, Encryption? encryption, int? maxLatency, String? name, int? port, String? remoteId, int? smoothingLatency, String? streamId, VpcInterfaceAttachment? vpcInterfaceAttachment})

Properties

cidrAllowList List<String>?
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.
final
description String?
A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.
final
destination String?
The IP address from which video will be sent to output destinations.
final
encryption Encryption?
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
final
hashCode int
The hash code for this object.
no setterinherited
maxLatency int?
The maximum latency in milliseconds for Zixi-based streams.
final
name String?
The name of the output. This value must be unique within the current flow.
final
port int?
The port to use when content is distributed to this output.
final
protocol Protocol
The protocol to use for the output.
final
remoteId String?
The remote ID for the Zixi-pull output stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothingLatency int?
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
final
streamId String?
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
final
vpcInterfaceAttachment VpcInterfaceAttachment?
The name of the VPC interface attachment to use for this output.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited