Class: Aws::MediaLive::Types::SrtOutputDestinationSettings

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_modeString

Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.

Returns:

  • (String)


20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851

class SrtOutputDestinationSettings < Struct.new(
  :encryption_passphrase_secret_arn,
  :stream_id,
  :url,
  :connection_mode,
  :listener_port)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_passphrase_secret_arnString

Arn used to extract the password from Secrets Manager

Returns:

  • (String)


20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851

class SrtOutputDestinationSettings < Struct.new(
  :encryption_passphrase_secret_arn,
  :stream_id,
  :url,
  :connection_mode,
  :listener_port)
  SENSITIVE = []
  include Aws::Structure
end

#listener_portInteger

Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).

Returns:

  • (Integer)


20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851

class SrtOutputDestinationSettings < Struct.new(
  :encryption_passphrase_secret_arn,
  :stream_id,
  :url,
  :connection_mode,
  :listener_port)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

Stream id for SRT destinations (URLs of type srt://)

Returns:

  • (String)


20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851

class SrtOutputDestinationSettings < Struct.new(
  :encryption_passphrase_secret_arn,
  :stream_id,
  :url,
  :connection_mode,
  :listener_port)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

A URL specifying a destination

Returns:

  • (String)


20851
20852
20853
20854
20855
20856
20857
20858
20859
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20851

class SrtOutputDestinationSettings < Struct.new(
  :encryption_passphrase_secret_arn,
  :stream_id,
  :url,
  :connection_mode,
  :listener_port)
  SENSITIVE = []
  include Aws::Structure
end