You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::NetworkInputSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NetworkInputSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  hls_input_settings: {
    bandwidth: 1,
    buffer_segments: 1,
    retries: 1,
    retry_interval: 1,
  },
  server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
}

Network source to transcode. Must be accessible to the Elemental Live node that is running the live event through a network connection.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hls_input_settingsTypes::HlsInputSettings

Specifies HLS input settings when the uri is for a HLS manifest.

Returns:

#server_validationString

Check HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate will be checked, but not the server\'s name. Certain subdomains (notably S3 buckets that use dots in the bucket name) do not strictly match the corresponding certificate\'s wildcard pattern and would otherwise cause the event to error. This setting is ignored for protocols that do not use https.

Possible values:

  • CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME
  • CHECK_CRYPTOGRAPHY_ONLY

Returns:

  • (String)

    Check HTTPS server certificates.