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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_passphrase_secret_arnString

Arn used to extract the password from Secrets Manager

Returns:

  • (String)


20094
20095
20096
20097
20098
20099
20100
# File 'lib/aws-sdk-medialive/types.rb', line 20094

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

#stream_idString

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

Returns:

  • (String)


20094
20095
20096
20097
20098
20099
20100
# File 'lib/aws-sdk-medialive/types.rb', line 20094

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

#urlString

A URL specifying a destination

Returns:

  • (String)


20094
20095
20096
20097
20098
20099
20100
# File 'lib/aws-sdk-medialive/types.rb', line 20094

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