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

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



2724
2725
2726
2727
2728
2729
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2724

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)


2724
2725
2726
2727
2728
2729
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2724

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