Class: Aws::MediaLive::Types::RtmpOutputSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Rtmp Output Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_modeString

If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.

Returns:

  • (String)


10255
10256
10257
10258
10259
10260
10261
10262
# File 'lib/aws-sdk-medialive/types.rb', line 10255

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end

#connection_retry_intervalInteger

Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.

Returns:

  • (Integer)


10255
10256
10257
10258
10259
10260
10261
10262
# File 'lib/aws-sdk-medialive/types.rb', line 10255

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::OutputLocationRef

The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.



10255
10256
10257
10258
10259
10260
10261
10262
# File 'lib/aws-sdk-medialive/types.rb', line 10255

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end

#num_retriesInteger

Number of retry attempts.

Returns:

  • (Integer)


10255
10256
10257
10258
10259
10260
10261
10262
# File 'lib/aws-sdk-medialive/types.rb', line 10255

class RtmpOutputSettings < Struct.new(
  :certificate_mode,
  :connection_retry_interval,
  :destination,
  :num_retries)
  SENSITIVE = []
  include Aws::Structure
end