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

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



6408
6409
6410
6411
6412
6413
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6408

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)


6408
6409
6410
6411
6412
6413
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6408

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