Source
The settings for the source of the flow.
Contents
- name
-
The name of the source.
Type: String
Required: Yes
- sourceArn
-
The ARN of the source.
Type: String
Required: Yes
- dataTransferSubscriberFeePercent
-
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
Type: Integer
Required: No
- decryption
-
The type of encryption that is used on the content ingested from this source.
Type: Encryption object
Required: No
- description
-
A description for the source. This value is not used or seen outside of the current MediaConnect account.
Type: String
Required: No
- entitlementArn
-
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
Type: String
Required: No
- gatewayBridgeSource
-
The source configuration for cloud flows receiving a stream from a bridge.
Type: GatewayBridgeSource object
Required: No
- ingestIp
-
The IP address that the flow will be listening on for incoming content.
Type: String
Required: No
- ingestPort
-
The port that the flow will be listening on for incoming content.
Type: Integer
Required: No
- mediaStreamSourceConfigurations
-
The media streams that are associated with the source, and the parameters for those associations.
Type: Array of MediaStreamSourceConfiguration objects
Required: No
- senderControlPort
-
The IP address that the flow communicates with to initiate connection with the sender.
Type: Integer
Required: No
- senderIpAddress
-
The port that the flow uses to send outbound requests to initiate connection with the sender.
Type: String
Required: No
- transport
-
Attributes related to the transport stream that are used in the source.
Type: Transport object
Required: No
- vpcInterfaceName
-
The name of the VPC interface that is used for this source.
Type: String
Required: No
- whitelistCidr
-
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.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: