Values.SourceSourceThe settings for the source of the flow.
type nonrec t = {dataTransferSubscriberFeePercent : Integer.t option;Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
*)decryption : Encryption.t option;The type of encryption that is used on the content ingested from this source.
*)description : String_.t option;A description for the source. This value is not used or seen outside of the current MediaConnect account.
*)entitlementArn : String_.t option;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.
*)ingestIp : String_.t option;The IP address that the flow will be listening on for incoming content.
*)ingestPort : Integer.t option;The port that the flow will be listening on for incoming content.
*)mediaStreamSourceConfigurations : MediaStreamSourceConfiguration.t list option;The media streams that are associated with the source, and the parameters for those associations.
*)name : String_.t option;The name of the source.
*)senderControlPort : Integer.t option;The IP address that the flow communicates with to initiate connection with the sender.
*)senderIpAddress : String_.t option;The port that the flow uses to send outbound requests to initiate connection with the sender.
*)sourceArn : String_.t option;The ARN of the source.
*)transport : Transport.t option;Attributes related to the transport stream that are used in the source.
*)vpcInterfaceName : String_.t option;The name of the VPC interface that is used for this source.
*)whitelistCidr : String_.t option;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.
*)gatewayBridgeSource : GatewayBridgeSource.t option;The source configuration for cloud flows receiving a stream from a bridge.
*)peerIpAddress : String_.t option;The IP address of the device that is currently sending content to this source. 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.
*)routerIntegrationState : State.t option;Indicates if router integration is enabled or disabled on the flow source.
*)routerIntegrationTransitDecryption : FlowTransitEncryption.t option;The decryption configuration for the flow source when router integration is enabled.
*)connectedRouterOutputArn : String_.t option;The ARN of the router output that's currently connected to this source.
*)}val make :
?dataTransferSubscriberFeePercent:??? ->
?decryption:??? ->
?description:??? ->
?entitlementArn:??? ->
?ingestIp:??? ->
?ingestPort:??? ->
?mediaStreamSourceConfigurations:??? ->
?name:??? ->
?senderControlPort:??? ->
?senderIpAddress:??? ->
?sourceArn:??? ->
?transport:??? ->
?vpcInterfaceName:??? ->
?whitelistCidr:??? ->
?gatewayBridgeSource:??? ->
?peerIpAddress:??? ->
?routerIntegrationState:??? ->
?routerIntegrationTransitDecryption:??? ->
?connectedRouterOutputArn:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `String of SecretArn.t ]) list ])
list ])
list ])
list ]