Class: Aws::MediaConnect::Types::RouterInputTransitEncryption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

The transit encryption settings for a router input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_configurationTypes::RouterInputTransitEncryptionKeyConfiguration

Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.



6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6212

class RouterInputTransitEncryption < Struct.new(
  :encryption_key_type,
  :encryption_key_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key_typeString

Specifies the type of encryption key to use for transit encryption.

Returns:

  • (String)


6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6212

class RouterInputTransitEncryption < Struct.new(
  :encryption_key_type,
  :encryption_key_configuration)
  SENSITIVE = []
  include Aws::Structure
end