Class: Aws::MediaConnect::Types::SrtDecryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SrtDecryptionConfiguration
- Defined in:
- gems/aws-sdk-mediaconnect/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.
7469 7470 7471 7472 7473 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7469 class SrtDecryptionConfiguration < Struct.new( :encryption_key) SENSITIVE = [] include Aws::Structure end |