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