Class: Aws::MediaConnect::Types::FlowTransitEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::FlowTransitEncryption
- 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
-
#encryption_key_configuration ⇒ Types::FlowTransitEncryptionKeyConfiguration
The configuration details for the encryption key.
-
#encryption_key_type ⇒ String
The type of encryption key to use for flow transit encryption.
Instance Attribute Details
#encryption_key_configuration ⇒ Types::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_type ⇒ String
The type of encryption key to use for flow transit encryption.
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 |