Class: Aws::MediaConnect::Types::FlowTransitEncryption

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

Overview

The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_configurationTypes::FlowTransitEncryptionKeyConfiguration

The configuration details for the encryption key.



2582
2583
2584
2585
2586
2587
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2582

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

#encryption_key_typeString

The type of encryption key to use for flow transit encryption.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2582

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