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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


17704
17705
17706
17707
17708
17709
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17704

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)


17704
17705
17706
17707
17708
17709
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17704

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