Uses of Class
software.amazon.awscdk.services.mediaconnect.CfnFlowSource.Builder
Package
Description
AWS::MediaConnect Construct Library
-
Uses of CfnFlowSource.Builder in software.amazon.awscdk.services.mediaconnect
Modifier and TypeMethodDescriptionstatic CfnFlowSource.Builder
CfnFlowSource.Builder.decryption
(IResolvable decryption) The type of encryption that is used on the content ingested from the source.CfnFlowSource.Builder.decryption
(CfnFlowSource.EncryptionProperty decryption) The type of encryption that is used on the content ingested from the source.CfnFlowSource.Builder.description
(String description) A description of the source.CfnFlowSource.Builder.entitlementArn
(String entitlementArn) The ARN of the entitlement that allows you to subscribe to the flow.The Amazon Resource Name (ARN) of the flow this source is connected to.CfnFlowSource.Builder.gatewayBridgeSource
(IResolvable gatewayBridgeSource) The source configuration for cloud flows receiving a stream from a bridge.CfnFlowSource.Builder.gatewayBridgeSource
(CfnFlowSource.GatewayBridgeSourceProperty gatewayBridgeSource) The source configuration for cloud flows receiving a stream from a bridge.CfnFlowSource.Builder.ingestPort
(Number ingestPort) The port that the flow listens on for incoming content.CfnFlowSource.Builder.maxBitrate
(Number maxBitrate) The maximum bitrate for RIST, RTP, and RTP-FEC streams.CfnFlowSource.Builder.maxLatency
(Number maxLatency) The maximum latency in milliseconds.CfnFlowSource.Builder.minLatency
(Number minLatency) The minimum latency in milliseconds for SRT-based streams.The name of the source.The protocol that the source uses to deliver the content to MediaConnect.CfnFlowSource.Builder.senderControlPort
(Number senderControlPort) The port that the flow uses to send outbound requests to initiate connection with the sender.CfnFlowSource.Builder.senderIpAddress
(String senderIpAddress) The IP address that the flow communicates with to initiate connection with the sender.CfnFlowSource.Builder.sourceListenerAddress
(String sourceListenerAddress) Source IP or domain name for SRT-caller protocol.CfnFlowSource.Builder.sourceListenerPort
(Number sourceListenerPort) Source port for SRT-caller protocol.The stream ID that you want to use for this transport.CfnFlowSource.Builder.vpcInterfaceName
(String vpcInterfaceName) The name of the VPC interface that you want to send your output to.CfnFlowSource.Builder.whitelistCidr
(String whitelistCidr) The range of IP addresses that are allowed to contribute content to your source.