Class: Aws::MediaConnect::Types::SrtEncryptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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

Instance Attribute Details

#encryption_keyTypes::SecretsManagerEncryptionKeyConfiguration

Specifies the encryption key configuration used for encrypting SRT streams, including the key source and associated credentials.



7283
7284
7285
7286
7287
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 7283

class SrtEncryptionConfiguration < Struct.new(
  :encryption_key)
  SENSITIVE = []
  include Aws::Structure
end