class Aws::MediaConnect::Types::SetSourceRequest

The settings for the source of the flow.

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

data as a hash:

    {
      decryption: {
        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",
      },
      description: "__string",
      entitlement_arn: "__string",
      ingest_port: 1,
      max_bitrate: 1,
      max_latency: 1,
      max_sync_buffer: 1,
      media_stream_source_configurations: [
        {
          encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
          input_configurations: [
            {
              input_port: 1, # required
              interface: { # required
                name: "__string", # required
              },
            },
          ],
          media_stream_name: "__string", # required
        },
      ],
      min_latency: 1,
      name: "__string",
      protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
      stream_id: "__string",
      vpc_interface_name: "__string",
      whitelist_cidr: "__string",
    }

@!attribute [rw] decryption

The type of encryption that is used on the content ingested from
this source.
@return [Types::Encryption]

@!attribute [rw] description

A description for the source. This value is not used or seen outside
of the current AWS Elemental MediaConnect account.
@return [String]

@!attribute [rw] entitlement_arn

The ARN of the entitlement that allows you to subscribe to this
flow. The entitlement is set by the flow originator, and the ARN is
generated as part of the originator's flow.
@return [String]

@!attribute [rw] ingest_port

The port that the flow will be listening on for incoming content.
@return [Integer]

@!attribute [rw] max_bitrate

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
@return [Integer]

@!attribute [rw] max_latency

The maximum latency in milliseconds. This parameter applies only to
RIST-based and Zixi-based streams.
@return [Integer]

@!attribute [rw] max_sync_buffer

The size of the buffer (in milliseconds) to use to sync incoming
source data.
@return [Integer]

@!attribute [rw] media_stream_source_configurations

The media streams that are associated with the source, and the
parameters for those associations.
@return [Array<Types::MediaStreamSourceConfigurationRequest>]

@!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 source.
@return [String]

@!attribute [rw] protocol

The protocol that is used by the source.
@return [String]

@!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_name

The name of the VPC interface to use for this source.
@return [String]

@!attribute [rw] whitelist_cidr

The range of IP addresses that should be allowed to contribute
content to your source. These IP addresses should be in the form of
a Classless Inter-Domain Routing (CIDR) block; for example,
10.0.0.0/16.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/SetSourceRequest AWS API Documentation

Constants

SENSITIVE