Class: Aws::MediaConnect::Types::SrtDecryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SrtDecryptionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_key ⇒ Types::SecretsManagerEncryptionKeyConfiguration
Specifies the encryption key configuration used for decrypting SRT streams, including the key source and associated credentials.
Instance Attribute Details
#encryption_key ⇒ Types::SecretsManagerEncryptionKeyConfiguration
Specifies the encryption key configuration used for decrypting SRT streams, including the key source and associated credentials.
7267 7268 7269 7270 7271 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7267 class SrtDecryptionConfiguration < Struct.new( :encryption_key) SENSITIVE = [] include Aws::Structure end |