Class: Aws::MediaConnect::Types::UpdateFlowOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowOutputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The updates that you want to make to an existing output of an existing flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_allow_list ⇒ Array<String>
The range of IP addresses that should be allowed to initiate output requests to this flow.
-
#description ⇒ String
A description of the output.
-
#destination ⇒ String
The IP address where you want to send the output.
-
#encryption ⇒ Types::UpdateEncryption
The type of key used for the encryption.
- #flow_arn ⇒ String
-
#max_latency ⇒ Integer
The maximum latency in milliseconds.
-
#media_stream_output_configurations ⇒ Array<Types::MediaStreamOutputConfigurationRequest>
The media streams that are associated with the output, and the parameters for those associations.
-
#min_latency ⇒ Integer
The minimum latency in milliseconds for SRT-based streams.
- #output_arn ⇒ String
-
#output_status ⇒ String
An indication of whether the output should transmit data or not.
-
#port ⇒ Integer
The port to use when content is distributed to this output.
-
#protocol ⇒ String
The protocol to use for the output.
-
#remote_id ⇒ String
The remote ID for the Zixi-pull stream.
-
#sender_control_port ⇒ Integer
The port that the flow uses to send outbound requests to initiate connection with the sender.
-
#sender_ip_address ⇒ String
The IP address that the flow communicates with to initiate connection with the sender.
-
#smoothing_latency ⇒ Integer
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
-
#stream_id ⇒ String
The stream ID that you want to use for this transport.
-
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this output.
Instance Attribute Details
#cidr_allow_list ⇒ Array<String>
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ String
The IP address where you want to send the output.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#encryption ⇒ Types::UpdateEncryption
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). Allowable encryption types: static-key.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#max_latency ⇒ Integer
The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#media_stream_output_configurations ⇒ Array<Types::MediaStreamOutputConfigurationRequest>
The media streams that are associated with the output, and the parameters for those associations.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#min_latency ⇒ Integer
The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#output_arn ⇒ String
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#output_status ⇒ String
An indication of whether the output should transmit data or not. If you don’t specify the outputStatus field in your request, MediaConnect leaves the value unchanged.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port to use when content is distributed to this output.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol to use for the output.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#remote_id ⇒ String
The remote ID for the Zixi-pull stream.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#sender_control_port ⇒ Integer
The port that the flow uses to send outbound requests to initiate connection with the sender.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#sender_ip_address ⇒ String
The IP address that the flow communicates with to initiate connection with the sender.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#smoothing_latency ⇒ Integer
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this output.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4901 class UpdateFlowOutputRequest < Struct.new( :cidr_allow_list, :description, :destination, :encryption, :flow_arn, :max_latency, :media_stream_output_configurations, :min_latency, :output_arn, :port, :protocol, :remote_id, :sender_control_port, :sender_ip_address, :smoothing_latency, :stream_id, :vpc_interface_attachment, :output_status) SENSITIVE = [] include Aws::Structure end |