Class: Aws::MediaConnect::Types::Output

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

Overview

The settings for an output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The ARN of the bridge added to this output.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#bridge_portsArray<Integer>

The bridge output ports currently in use.

Returns:

  • (Array<Integer>)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#connected_router_input_arnString

The ARN of the router input that’s connected to this flow output.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_transfer_subscriber_fee_percentInteger

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Returns:

  • (Integer)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the output.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#destinationString

The address where you want to send the output.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::Encryption

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

Returns:



5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_arnString

The ARN of the entitlement on the originator”s flow. This value is relevant only on entitled flows.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#listener_addressString

The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#media_live_input_arnString

The input ARN of the MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_output_configurationsArray<Types::MediaStreamOutputConfiguration>

The configuration for each media stream that is associated with the output.



5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the output. This value must be unique within the current flow.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#output_arnString

The ARN of the output.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#output_statusString

An indication of whether the output is transmitting data or not.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#peer_ip_addressString

The IP address of the device that is currently receiving content from this output.

<note markdown=“1”> * For outputs that use protocols where you specify the destination

(such as SRT Caller or Zixi Push), this value matches the
configured destination address.
  • For outputs that use listener protocols (such as SRT Listener), this value shows the address of the connected receiver.

  • Peer IP addresses aren’t available for entitlements, managed MediaLive outputs, NDI outputs, and CDI/ST2110 outputs.

  • The peer IP address might not be visible for flows that haven’t been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.

</note>

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port to use when content is distributed to this output.

Returns:

  • (Integer)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#router_integration_stateString

Indicates if router integration is enabled or disabled on the flow output.

Returns:

  • (String)


5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#router_integration_transit_encryptionTypes::FlowTransitEncryption

The encryption configuration for the output when router integration is enabled.



5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#transportTypes::Transport

Attributes related to the transport stream that are used in the output.

Returns:



5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_interface_attachmentTypes::VpcInterfaceAttachment

The name of the VPC interface attachment to use for this output.



5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5163

class Output < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :description,
  :destination,
  :encryption,
  :entitlement_arn,
  :listener_address,
  :media_live_input_arn,
  :media_stream_output_configurations,
  :name,
  :output_arn,
  :port,
  :transport,
  :vpc_interface_attachment,
  :bridge_arn,
  :bridge_ports,
  :output_status,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_encryption,
  :connected_router_input_arn)
  SENSITIVE = []
  include Aws::Structure
end