Class: Aws::MediaLive::Types::SrtCallerDecryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtCallerDecryptionRequest
- 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
-
#algorithm ⇒ String
The algorithm used to encrypt content.
-
#passphrase_secret_arn ⇒ String
The ARN for the secret in Secrets Manager.
Instance Attribute Details
#algorithm ⇒ String
The algorithm used to encrypt content.
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_arn ⇒ String
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.
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 |