Class: Aws::MediaLive::Types::SrtCallerDecryption

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

Overview

The decryption settings for the SRT caller source. Present only if the source has decryption enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmString

The algorithm used to encrypt content.

Returns:

  • (String)


17683
17684
17685
17686
17687
17688
# File 'lib/aws-sdk-medialive/types.rb', line 17683

class SrtCallerDecryption < Struct.new(
  :algorithm,
  :passphrase_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#passphrase_secret_arnString

The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. The secret holds the passphrase that MediaLive uses to decrypt the source content.

Returns:

  • (String)


17683
17684
17685
17686
17687
17688
# File 'lib/aws-sdk-medialive/types.rb', line 17683

class SrtCallerDecryption < Struct.new(
  :algorithm,
  :passphrase_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end