Class: Aws::MediaConnect::Types::SetSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SetSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The settings for the source of the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#decryption ⇒ Types::Encryption
The type of encryption that is used on the content ingested from this source.
-
#description ⇒ String
A description for the source.
-
#entitlement_arn ⇒ String
The ARN of the entitlement that allows you to subscribe to this flow.
-
#gateway_bridge_source ⇒ Types::SetGatewayBridgeSourceRequest
The source configuration for cloud flows receiving a stream from a bridge.
-
#ingest_port ⇒ Integer
The port that the flow will be listening on for incoming content.
-
#max_bitrate ⇒ Integer
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
-
#max_latency ⇒ Integer
The maximum latency in milliseconds.
-
#max_sync_buffer ⇒ Integer
The size of the buffer (in milliseconds) to use to sync incoming source data.
-
#media_stream_source_configurations ⇒ Array<Types::MediaStreamSourceConfigurationRequest>
The media streams that are associated with the source, and the parameters for those associations.
-
#min_latency ⇒ Integer
The minimum latency in milliseconds for SRT-based streams.
-
#name ⇒ String
The name of the source.
-
#protocol ⇒ String
The protocol that is used by the source.
-
#router_integration_state ⇒ String
Indicates whether to enable or disable router integration when setting a flow source.
-
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
The decryption configuration for the flow source when router integration is enabled.
-
#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.
-
#source_listener_address ⇒ String
Source IP or domain name for SRT-caller protocol.
-
#source_listener_port ⇒ Integer
Source port for SRT-caller protocol.
-
#source_tags ⇒ Hash<String,String>
The key-value pairs that can be used to tag and organize the source.
-
#stream_id ⇒ String
The stream ID that you want to use for this transport.
-
#vpc_interface_name ⇒ String
The name of the VPC interface to use for this source.
-
#whitelist_cidr ⇒ String
The range of IP addresses that should be allowed to contribute content to your source.
Instance Attribute Details
#decryption ⇒ Types::Encryption
The type of encryption that is used on the content ingested from this source. Allowable encryption types: static-key.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the source. This value is not used or seen outside of the current MediaConnect account.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#entitlement_arn ⇒ String
The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator’s flow.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#gateway_bridge_source ⇒ Types::SetGatewayBridgeSourceRequest
The source configuration for cloud flows receiving a stream from a bridge.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#ingest_port ⇒ Integer
The port that the flow will be listening on for incoming content.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#max_bitrate ⇒ Integer
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#max_latency ⇒ Integer
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#max_sync_buffer ⇒ Integer
The size of the buffer (in milliseconds) to use to sync incoming source data.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#media_stream_source_configurations ⇒ Array<Types::MediaStreamSourceConfigurationRequest>
The media streams that are associated with the source, and the parameters for those associations.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) 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.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the source.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol that is used by the source.
<note markdown=“1”> Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
</note>
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#router_integration_state ⇒ String
Indicates whether to enable or disable router integration when setting a flow source.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#router_integration_transit_decryption ⇒ Types::FlowTransitEncryption
The decryption configuration for the flow source when router integration is enabled. Specifies how the source content should be decrypted when router integration is used.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) 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.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#sender_ip_address ⇒ String
The IP address that the flow communicates with to initiate connection with the sender.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_listener_address ⇒ String
Source IP or domain name for SRT-caller protocol.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_listener_port ⇒ Integer
Source port for SRT-caller protocol.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#source_tags ⇒ Hash<String,String>
The key-value pairs that can be used to tag and organize the source.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) 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.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_name ⇒ String
The name of the VPC interface to use for this source.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |
#whitelist_cidr ⇒ String
The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 6978 class SetSourceRequest < Struct.new( :decryption, :description, :entitlement_arn, :ingest_port, :max_bitrate, :max_latency, :max_sync_buffer, :media_stream_source_configurations, :min_latency, :name, :protocol, :sender_control_port, :sender_ip_address, :source_listener_address, :source_listener_port, :stream_id, :vpc_interface_name, :whitelist_cidr, :gateway_bridge_source, :source_tags, :router_integration_state, :router_integration_transit_decryption) SENSITIVE = [] include Aws::Structure end |