Class: Aws::MediaConnect::Types::DestinationConfigurationRequest

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

Overview

The transport parameters that you want to associate with an outbound media stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_ipString

The IP address where you want MediaConnect to send contents of the media stream.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1452

class DestinationConfigurationRequest < Struct.new(
  :destination_ip,
  :destination_port,
  :interface)
  SENSITIVE = []
  include Aws::Structure
end

#destination_portInteger

The port that you want MediaConnect to use when it distributes the media stream to the output.

Returns:

  • (Integer)


1452
1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1452

class DestinationConfigurationRequest < Struct.new(
  :destination_ip,
  :destination_port,
  :interface)
  SENSITIVE = []
  include Aws::Structure
end

#interfaceTypes::InterfaceRequest

The VPC interface that you want to use for the media stream associated with the output.



1452
1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1452

class DestinationConfigurationRequest < Struct.new(
  :destination_ip,
  :destination_port,
  :interface)
  SENSITIVE = []
  include Aws::Structure
end