Class: Aws::MediaConnect::Types::StandardRouterInputConfiguration

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

Overview

The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_arnString

The Amazon Resource Name (ARN) of the network interface associated with the standard router input.



7367
7368
7369
7370
7371
7372
7373
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7367

class StandardRouterInputConfiguration < Struct.new(
  :network_interface_arn,
  :protocol_configuration,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol used by the standard router input.



7367
7368
7369
7370
7371
7372
7373
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7367

class StandardRouterInputConfiguration < Struct.new(
  :network_interface_arn,
  :protocol_configuration,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#protocol_configurationTypes::RouterInputProtocolConfiguration

The configuration settings for the protocol used by the standard router input.



7367
7368
7369
7370
7371
7372
7373
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7367

class StandardRouterInputConfiguration < Struct.new(
  :network_interface_arn,
  :protocol_configuration,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end