class Aws::MediaConnect::Types::AddOutputRequest
The output that you want to add to this flow.
@note When making an API call, you may pass AddOutputRequest
data as a hash: { cidr_allow_list: ["__string"], description: "__string", destination: "__string", encryption: { algorithm: "aes128", # accepts aes128, aes192, aes256 constant_initialization_vector: "__string", device_id: "__string", key_type: "speke", # accepts speke, static-key, srt-password region: "__string", resource_id: "__string", role_arn: "__string", # required secret_arn: "__string", url: "__string", }, max_latency: 1, media_stream_output_configurations: [ { destination_configurations: [ { destination_ip: "__string", # required destination_port: 1, # required interface: { # required name: "__string", # required }, }, ], encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm encoding_parameters: { compression_factor: 1.0, # required encoder_profile: "main", # required, accepts main, high }, media_stream_name: "__string", # required }, ], min_latency: 1, name: "__string", port: 1, protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener remote_id: "__string", smoothing_latency: 1, stream_id: "__string", vpc_interface_attachment: { vpc_interface_name: "__string", }, }
@!attribute [rw] cidr_allow_list
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. @return [Array<String>]
@!attribute [rw] description
A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user. @return [String]
@!attribute [rw] destination
The IP address from which video will be sent to output destinations. @return [String]
@!attribute [rw] encryption
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). @return [Types::Encryption]
@!attribute [rw] max_latency
The maximum latency in milliseconds for Zixi-based streams. @return [Integer]
@!attribute [rw] media_stream_output_configurations
The media streams that are associated with the output, and the parameters for those associations. @return [Array<Types::MediaStreamOutputConfigurationRequest>]
@!attribute [rw] min_latency
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. @return [Integer]
@!attribute [rw] name
The name of the output. This value must be unique within the current flow. @return [String]
@!attribute [rw] port
The port to use when content is distributed to this output. @return [Integer]
@!attribute [rw] protocol
The protocol to use for the output. @return [String]
@!attribute [rw] remote_id
The remote ID for the Zixi-pull output stream. @return [String]
@!attribute [rw] smoothing_latency
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams. @return [Integer]
@!attribute [rw] stream_id
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams. @return [String]
@!attribute [rw] vpc_interface_attachment
The name of the VPC interface attachment to use for this output. @return [Types::VpcInterfaceAttachment]
@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddOutputRequest AWS API Documentation
Constants
- SENSITIVE