Class: Aws::MediaLive::Types::SrtCallerDecryptionRequest

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

Overview

Complete these parameters only if the content is encrypted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmString

The algorithm used to encrypt content.

Returns:

  • (String)


17521
17522
17523
17524
17525
17526
# File 'lib/aws-sdk-medialive/types.rb', line 17521

class SrtCallerDecryptionRequest < 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. This secret holds the passphrase that MediaLive will use to decrypt the source content.

Returns:

  • (String)


17521
17522
17523
17524
17525
17526
# File 'lib/aws-sdk-medialive/types.rb', line 17521

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