Class: Aws::MediaLive::Types::SrtCallerDecryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::SrtCallerDecryption
- 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
-
#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.
17682 17683 17684 17685 17686 17687 |
# File 'lib/aws-sdk-medialive/types.rb', line 17682 class SrtCallerDecryption < 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. The secret holds the passphrase that MediaLive uses to decrypt the source content.
17682 17683 17684 17685 17686 17687 |
# File 'lib/aws-sdk-medialive/types.rb', line 17682 class SrtCallerDecryption < Struct.new( :algorithm, :passphrase_secret_arn) SENSITIVE = [] include Aws::Structure end |