Class: Aws::MediaConnect::Types::Source

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connected_router_output_arnString

The ARN of the router output that’s currently connected to this source.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_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)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#decryptionTypes::Encryption

The type of encryption that is used on the content ingested from this source.

Returns:



7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the source. This value is not used or seen outside of the current MediaConnect account.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_arnString

The ARN of the entitlement that allows you to subscribe to content that comes from another Amazon Web Services account. The entitlement is set by the content originator and the ARN is generated as part of the originator’s flow.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_bridge_sourceTypes::GatewayBridgeSource

The source configuration for cloud flows receiving a stream from a bridge.



7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ingest_ipString

The IP address that the flow will be listening on for incoming content.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ingest_portInteger

The port that the flow will be listening on for incoming content.

Returns:

  • (Integer)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_source_configurationsArray<Types::MediaStreamSourceConfiguration>

The media streams that are associated with the source, and the parameters for those associations.



7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the source.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#peer_ip_addressString

The IP address of the device that is currently sending content to this source.

<note markdown=“1”> * For sources that use protocols where you specify the origin (such

as SRT Caller), this value matches the configured origin address.
  • For sources that use listener protocols (such as SRT Listener or RTP), this value shows the address of the connected sender.

  • Peer IP addresses aren’t available for entitlements and CDI/ST2110 sources.

  • 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)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#router_integration_stateString

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

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#router_integration_transit_decryptionTypes::FlowTransitEncryption

The decryption configuration for the flow source when router integration is enabled.



7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sender_control_portInteger

The IP address that the flow communicates with to initiate connection with the sender.

Returns:

  • (Integer)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sender_ip_addressString

The port that the flow uses to send outbound requests to initiate connection with the sender.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The ARN of the source.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#transportTypes::Transport

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

Returns:



7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_interface_nameString

The name of the VPC interface that is used for this source.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end

#whitelist_cidrString

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.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7139

class Source < Struct.new(
  :data_transfer_subscriber_fee_percent,
  :decryption,
  :description,
  :entitlement_arn,
  :ingest_ip,
  :ingest_port,
  :media_stream_source_configurations,
  :name,
  :sender_control_port,
  :sender_ip_address,
  :source_arn,
  :transport,
  :vpc_interface_name,
  :whitelist_cidr,
  :gateway_bridge_source,
  :peer_ip_address,
  :router_integration_state,
  :router_integration_transit_decryption,
  :connected_router_output_arn)
  SENSITIVE = []
  include Aws::Structure
end