class Aws::MediaConnect::Types::UpdateFlowOutputRequest

The updates that you want to make to an existing output of an existing flow.

@note When making an API call, you may pass UpdateFlowOutputRequest

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",
        secret_arn: "__string",
        url: "__string",
      },
      flow_arn: "__string", # required
      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,
      output_arn: "__string", # required
      port: 1,
      protocol: "zixi-push", # 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 where you want to send the output.
@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::UpdateEncryption]

@!attribute [rw] flow_arn

@return [String]

@!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] output_arn

@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 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/UpdateFlowOutputRequest AWS API Documentation

Constants

SENSITIVE