Class: Aws::MediaConnect::Types::RouterInputTransitEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RouterInputTransitEncryption
- 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
-
#encryption_key_configuration ⇒ Types::RouterInputTransitEncryptionKeyConfiguration
Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.
-
#encryption_key_type ⇒ String
Specifies the type of encryption key to use for transit encryption.
Instance Attribute Details
#encryption_key_configuration ⇒ Types::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_type ⇒ String
Specifies the type of encryption key to use for transit encryption.
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 |